Skip to content

Commit

Permalink
Merge pull request #190 from ragibkl/dependabot/npm_and_yarn/adblock_…
Browse files Browse the repository at this point in the history
…dnsdist_logs/koa/cors-5.0.0

Bump @koa/cors from 4.0.0 to 5.0.0 in /adblock_dnsdist_logs
  • Loading branch information
ragibkl authored Dec 14, 2023
2 parents f021926 + 97081b6 commit 0400199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adblock_dnsdist_logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@koa/cors": "^4.0.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^9.4.0",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions adblock_dnsdist_logs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@koa/cors@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-4.0.0.tgz#b2d300d7368d2e0ad6faa1d918eff6d0cde0859a"
integrity sha512-Y4RrbvGTlAaa04DBoPBWJqDR5gPj32OOz827ULXfgB1F7piD1MB/zwn8JR2LAnvdILhxUbXbkXGWuNVsFuVFCQ==
"@koa/cors@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-5.0.0.tgz#0029b5f057fa0d0ae0e37dd2c89ece315a0daffd"
integrity sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==
dependencies:
vary "^1.1.2"

Expand Down

0 comments on commit 0400199

Please sign in to comment.