Skip to content

Commit

Permalink
Merge pull request #13 from brunabites/dependabot/npm_and_yarn/node-f…
Browse files Browse the repository at this point in the history
…etch-2.6.7

chore(deps): bump node-fetch from 2.6.1 to 2.6.7
  • Loading branch information
brunabites committed Jun 3, 2022
2 parents ecad889 + 8679303 commit 496c10e
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 9 deletions.
81 changes: 74 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"isomorphic-unfetch": "^3.1.0",
"lqip-modern": "^1.2.0",
"next": "^11.1.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"notion-client": "^4.10.0",
"notion-types": "^4.10.0",
"notion-utils": "^4.10.0",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Expand Up @@ -2960,7 +2960,13 @@ node-addon-api@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.1.0.tgz"

node-fetch@*, node-fetch@2.6.1, node-fetch@^2.3.0, node-fetch@^2.6.1:
node-fetch@*, node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
dependencies:
whatwg-url "^5.0.0"

node-fetch@2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"

Expand Down Expand Up @@ -4473,6 +4479,10 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"

tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"

trim-trailing-lines@^1.0.0:
version "1.1.4"
resolved "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz"
Expand Down Expand Up @@ -4756,6 +4766,10 @@ web-namespaces@^1.0.0, web-namespaces@^1.1.2:
version "1.1.4"
resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz"

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz"
Expand All @@ -4774,6 +4788,13 @@ webpack-bundle-analyzer@4.3.0:
sirv "^1.0.7"
ws "^7.3.1"

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

whatwg-url@^7.0.0:
version "7.1.0"
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz"
Expand Down

0 comments on commit 496c10e

Please sign in to comment.