Skip to content

Commit 73cdaff

Browse files
authoredJan 26, 2022
Bump node-fetch to 2.6.7 in CodePushDemoAppCpp (#2212)
* Bump node-fetch to 2.6.7 in CodePushDemoAppCpp * Add resolutions
1 parent 8d8613f commit 73cdaff

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed
 

‎Examples/CodePushDemoAppCpp/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"resolutions": {
1818
"strip-ansi": "^6.0.1",
19-
"ansi-regex": "^5.0.1"
19+
"ansi-regex": "^5.0.1",
20+
"node-fetch": "^2.6.7"
2021
},
2122
"devDependencies": {
2223
"@babel/core": "^7.8.4",

‎Examples/CodePushDemoAppCpp/yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -5930,15 +5930,10 @@ node-dir@^0.1.17:
59305930
dependencies:
59315931
minimatch "^3.0.2"
59325932

5933-
node-fetch@2.6.1:
5934-
version "2.6.1"
5935-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5936-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5937-
5938-
node-fetch@^2.2.0, node-fetch@^2.6.0:
5939-
version "2.6.6"
5940-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
5941-
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
5933+
node-fetch@2.6.1, node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7:
5934+
version "2.6.7"
5935+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5936+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
59425937
dependencies:
59435938
whatwg-url "^5.0.0"
59445939

0 commit comments

Comments
 (0)