Skip to content

Commit

Permalink
Merge pull request #9451 from backstage/freben/node-fetch
Browse files Browse the repository at this point in the history
bump node-fetch and cross-fetch
  • Loading branch information
freben committed Feb 10, 2022
2 parents dc66b0a + 1ed3057 commit e3a45b6
Show file tree
Hide file tree
Showing 78 changed files with 157 additions and 79 deletions.
78 changes: 78 additions & 0 deletions .changeset/bright-nails-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
'@backstage/backend-common': patch
'@backstage/catalog-client': patch
'@backstage/cli': patch
'@backstage/config-loader': patch
'@backstage/core-app-api': patch
'@backstage/core-components': patch
'@backstage/core-plugin-api': patch
'@backstage/errors': patch
'@backstage/integration': patch
'@backstage/integration-react': patch
'@backstage/release-manifests': patch
'@backstage/test-utils': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-analytics-module-ga': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-node': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-catalog-graphql': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-code-coverage': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-explore-react': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-git-release-manager': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-gocd': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-home': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-org': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-rollbar-backend': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-search': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-xcmetrics': patch
---

Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
2 changes: 1 addition & 1 deletion packages/backend-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"raw-body": "^2.4.1",
"selfsigned": "^2.0.0",
"stoppable": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.10",
"@backstage/errors": "^0.2.0",
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@backstage/cli": "^0.13.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"express": "{{versionQuery 'express' '4.17.1'}}",
"express-promise-router": "{{versionQuery 'express-promise-router' '4.1.0'}}",
"winston": "{{versionQuery 'winston' '3.2.1'}}",
"cross-fetch": "{{versionQuery 'cross-fetch' '3.0.6'}}",
"node-fetch": "{{versionQuery 'node-fetch' '2.6.7'}}",
"yn": "{{versionQuery 'yn' '4.0.0'}}"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/default-plugin/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/jest": "{{versionQuery '@types/jest' '26.0.7'}}",
"@types/node": "{{versionQuery '@types/node' '14.14.32'}}",
"msw": "{{versionQuery 'msw' '0.35.0'}}",
"cross-fetch": "{{versionQuery 'cross-fetch' '3.0.6'}}"
"cross-fetch": "{{versionQuery 'cross-fetch' '3.1.5'}}"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"json-schema": "^0.4.0",
"json-schema-merge-allof": "^0.8.1",
"json-schema-traverse": "^1.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"typescript-json-schema": "^0.52.0",
"yaml": "^1.9.2",
"yup": "^0.32.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-app-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/zen-observable": "^0.8.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/zen-observable": "^0.8.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core-plugin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^14.14.32",
"@types/prop-types": "^15.7.3",
"@types/zen-observable": "^0.8.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/puppeteer": "^5.4.4",
"chalk": "^4.0.0",
"commander": "^6.1.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"fs-extra": "9.1.0",
"handlebars": "^4.7.3",
"pgtools": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/types": "^0.1.1",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"serialize-error": "^8.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"msw": "^0.35.0",
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.1.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.13",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"git-url-parse": "^11.6.0",
"@octokit/rest": "^18.5.3",
"@octokit/auth-app": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/release-manifests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"zen-observable": "^0.8.15"
Expand Down
2 changes: 1 addition & 1 deletion plugins/airbrake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"msw": "^0.35.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"react-router": "6.0.0-beta.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/allure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-module-ga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/apache-airflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"qs": "^6.10.1",
"react-use": "^17.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/swagger-ui-react": "^4.1.1",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"luxon": "^2.0.2",
"minimatch": "^3.0.3",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"node-cache": "^5.1.2",
"openid-client": "^4.2.1",
"passport": "^0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion plugins/auth-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@backstage/config": "^0.1.13",
"@backstage/errors": "^0.2.0",
"jose": "^1.27.1",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure-devops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/badges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/bazaar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@backstage/cli": "^0.13.2",
"@backstage/dev-utils": "^0.2.21",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.1.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion plugins/bitrise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"qs": "^6.9.6",
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-backend-module-msgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@microsoft/microsoft-graph-types": "^2.6.0",
"@types/node-fetch": "^2.5.12",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"p-limit": "^3.0.2",
"winston": "^3.2.1",
"qs": "^6.9.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"knex": "^1.0.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"p-limit": "^3.0.2",
"prom-client": "^14.0.1",
"uuid": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"graphql": "^16.0.0",
"graphql-tag": "^2.11.0",
"graphql-type-json": "^0.3.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/jest": "^26.0.7",
"@types/jwt-decode": "^3.1.0",
"@types/zen-observable": "^0.8.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"react-test-renderer": "^16.13.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.1.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion plugins/circleci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/humanize-duration": "^3.25.1",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/cloudbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/recharts": "^1.8.15",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/config-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.5",
"msw": "^0.35.0"
},
"files": [
Expand Down

0 comments on commit e3a45b6

Please sign in to comment.