Skip to content

Commit

Permalink
[create-pull-request] automated change (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2024
1 parent 6765426 commit 5c17b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Copyright 2023-2024 the Deno authors. All rights reserved. MIT license.
export { STATUS_CODE } from "https://deno.land/std@0.211.0/http/status.ts";
export { STATUS_CODE } from "https://deno.land/std@0.212.0/http/status.ts";
export {
type Cookie,
deleteCookie,
getCookies,
getSetCookies,
setCookie,
} from "https://deno.land/std@0.211.0/http/cookie.ts";
} from "https://deno.land/std@0.212.0/http/cookie.ts";
export {
OAuth2Client,
type OAuth2ClientConfig,
type Tokens,
} from "https://deno.land/x/oauth2_client@v1.0.2/mod.ts";
export { SECOND } from "https://deno.land/std@0.211.0/datetime/constants.ts";
export { SECOND } from "https://deno.land/std@0.212.0/datetime/constants.ts";

0 comments on commit 5c17b18

Please sign in to comment.