Skip to content

Commit

Permalink
chore(deps): update dependency node-fetch to ^2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 16, 2024
1 parent fdcdf4b commit 2a5fd95
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/blaze-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"html-webpack-plugin": "^5.6.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"path-browserify": "^1.0.1",
"postcss": "^8.3.11",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/command-palette-wp-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"gettext-parser": "^6.0.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/odyssey-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"jest": "^29.7.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"path-browserify": "^1.0.1",
"postcss": "^8.3.11",
"size-limit": "^8.2.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/whats-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gettext-parser": "^6.0.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"nock": "^13.5.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.2",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"postcss-custom-properties": "^11.0.0",
"postcss-loader": "^6.2.1",
"recursive-copy": "^2.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/calypso-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@automattic/zendesk-client": "workspace:^",
"@jest/globals": "^29.7.0",
"@types/node": "^22.7.5",
"@types/node-fetch": "^2.6.1",
"@types/node-fetch": "^2.6.11",
"@wordpress/i18n": "^5.8.0",
"asana-phrase": "^0.0.8",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"typescript": "^5.3.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/validator": "^13.7.1",
"jest-fetch-mock": "^3.0.3",
"nock": "^13.5.4",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"typescript": "^5.3.3",
"wait-for-expect": "^3.0.2",
"wpcom-proxy-request": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/verbum-block-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/parser": "^6.21.0",
"@wordpress/eslint-plugin": "^21.1.2",
"@wordpress/stylelint-config": "^23.0.0",
"node-fetch": "^2.6.6",
"node-fetch": "^2.7.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 2a5fd95

Please sign in to comment.