Skip to content

Commit

Permalink
Merge pull request #96 from RoboStack/dependabot/npm_and_yarn/js/node…
Browse files Browse the repository at this point in the history
…-fetch-2.6.7

Bump node-fetch from 2.6.1 to 2.6.7 in /js
  • Loading branch information
wolfv authored May 4, 2022
2 parents f4bc248 + 2b87c31 commit ab5a627
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1963,9 +1963,11 @@ nice-try@^1.0.4:
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

node-fetch@^2.6.0:
version "2.6.1"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-releases@^1.1.71:
version "1.1.72"
Expand Down Expand Up @@ -2836,6 +2838,11 @@ to-string-loader@^1.1.6:
dependencies:
loader-utils "^1.0.0"

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

tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
Expand Down Expand Up @@ -2942,6 +2949,11 @@ watchpack@^2.0.0:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"

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

webpack-cli@^4, webpack-cli@^4.1.0:
version "4.5.0"
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.5.0.tgz"
Expand Down Expand Up @@ -3015,6 +3027,14 @@ webpack@^5, webpack@^5.3.1:
watchpack "^2.0.0"
webpack-sources "^2.1.1"

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

which@^1.2.9:
version "1.3.1"
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
Expand Down

0 comments on commit ab5a627

Please sign in to comment.