Skip to content

Commit 4b48167

Browse files
Update dependency node-fetch to v2.6.1 [SECURITY] (#3759)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0eb18ca commit 4b48167

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"express": "4.17.1",
1616
"geckodriver": "1.20.0",
1717
"mocha": "7.2.0",
18-
"node-fetch": "2.6.0",
18+
"node-fetch": "2.6.1",
1919
"selenium-assistant": "6.1.0"
2020
}
2121
}

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@firebase/webchannel-wrapper": "0.3.0",
6868
"@grpc/grpc-js": "^1.0.0",
6969
"@grpc/proto-loader": "^0.5.0",
70-
"node-fetch": "2.6.0",
70+
"node-fetch": "2.6.1",
7171
"tslib": "^1.11.1"
7272
},
7373
"peerDependencies": {

repo-scripts/changelog-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@changesets/types": "3.1.1",
2121
"@changesets/get-github-info": "0.4.4",
22-
"node-fetch": "2.6.0",
22+
"node-fetch": "2.6.1",
2323
"@types/node-fetch": "2.5.7"
2424
},
2525
"license": "Apache-2.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11095,10 +11095,10 @@ node-fetch-npm@^2.0.2:
1109511095
json-parse-better-errors "^1.0.0"
1109611096
safe-buffer "^5.1.1"
1109711097

11098-
11099-
version "2.6.0"
11100-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
11101-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
11098+
[email protected].1, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
11099+
version "2.6.1"
11100+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
11101+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1110211102

1110311103
node-fetch@^1.0.1:
1110411104
version "1.7.3"
@@ -11108,11 +11108,6 @@ node-fetch@^1.0.1:
1110811108
encoding "^0.1.11"
1110911109
is-stream "^1.0.1"
1111011110

11111-
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
11112-
version "2.6.1"
11113-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
11114-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
11115-
1111611111
node-forge@^0.10.0:
1111711112
version "0.10.0"
1111811113
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"

0 commit comments

Comments
 (0)