Skip to content

Commit ab5a627

Browse files
authored
Merge pull request #96 from RoboStack/dependabot/npm_and_yarn/js/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /js
2 parents f4bc248 + 2b87c31 commit ab5a627

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

js/yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -1963,9 +1963,11 @@ nice-try@^1.0.4:
19631963
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
19641964

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

19701972
node-releases@^1.1.71:
19711973
version "1.1.72"
@@ -2836,6 +2838,11 @@ to-string-loader@^1.1.6:
28362838
dependencies:
28372839
loader-utils "^1.0.0"
28382840

2841+
tr46@~0.0.3:
2842+
version "0.0.3"
2843+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2844+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2845+
28392846
tslib@^1.9.0:
28402847
version "1.14.1"
28412848
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
@@ -2942,6 +2949,11 @@ watchpack@^2.0.0:
29422949
glob-to-regexp "^0.4.1"
29432950
graceful-fs "^4.1.2"
29442951

2952+
webidl-conversions@^3.0.0:
2953+
version "3.0.1"
2954+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2955+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
2956+
29452957
webpack-cli@^4, webpack-cli@^4.1.0:
29462958
version "4.5.0"
29472959
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.5.0.tgz"
@@ -3015,6 +3027,14 @@ webpack@^5, webpack@^5.3.1:
30153027
watchpack "^2.0.0"
30163028
webpack-sources "^2.1.1"
30173029

3030+
whatwg-url@^5.0.0:
3031+
version "5.0.0"
3032+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3033+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3034+
dependencies:
3035+
tr46 "~0.0.3"
3036+
webidl-conversions "^3.0.0"
3037+
30183038
which@^1.2.9:
30193039
version "1.3.1"
30203040
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"

0 commit comments

Comments
 (0)