@@ -1963,9 +1963,11 @@ nice-try@^1.0.4:
1963
1963
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
1964
1964
1965
1965
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"
1969
1971
1970
1972
node-releases@^1.1.71 :
1971
1973
version "1.1.72"
@@ -2836,6 +2838,11 @@ to-string-loader@^1.1.6:
2836
2838
dependencies :
2837
2839
loader-utils "^1.0.0"
2838
2840
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
+
2839
2846
tslib@^1.9.0 :
2840
2847
version "1.14.1"
2841
2848
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
@@ -2942,6 +2949,11 @@ watchpack@^2.0.0:
2942
2949
glob-to-regexp "^0.4.1"
2943
2950
graceful-fs "^4.1.2"
2944
2951
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
+
2945
2957
webpack-cli@^4, webpack-cli@^4.1.0 :
2946
2958
version "4.5.0"
2947
2959
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.5.0.tgz"
@@ -3015,6 +3027,14 @@ webpack@^5, webpack@^5.3.1:
3015
3027
watchpack "^2.0.0"
3016
3028
webpack-sources "^2.1.1"
3017
3029
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
+
3018
3038
which@^1.2.9 :
3019
3039
version "1.3.1"
3020
3040
resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
0 commit comments