chore(deps): bump node-fetch to ^2.7.0

Relates to #24590

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-08-02 12:11:32 +03:00
parent 7ac69f7633
commit 93095eecea
41 changed files with 121 additions and 78 deletions
+43
View File
@@ -0,0 +1,43 @@
---
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket-cloud': patch
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-scaffolder-backend-module-gerrit': patch
'@backstage/plugin-scaffolder-backend-module-sentry': patch
'@backstage/plugin-catalog-backend-module-puppetdb': patch
'@backstage/plugin-scaffolder-backend-module-gitea': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-search-backend-module-techdocs': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-github': patch
'@backstage/plugin-catalog-backend-module-gitlab': patch
'@backstage/plugin-search-backend-module-explore': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-kubernetes-backend': patch
'@backstage/plugin-notifications-node': patch
'@backstage/plugin-permission-backend': patch
'@backstage/backend-defaults': patch
'@backstage/backend-app-api': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/backend-common': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-kubernetes-node': patch
'@backstage/plugin-signals-backend': patch
'@backstage/config-loader': patch
'@backstage/plugin-proxy-backend': patch
'@backstage/plugin-auth-backend': patch
'@backstage/create-app': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-auth-node': patch
'@backstage/cli': patch
---
Make sure node-fetch is version 2.7.0 or greater
+1 -1
View File
@@ -79,7 +79,7 @@
"minimatch": "^9.0.0",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"path-to-regexp": "^6.2.1",
"selfsigned": "^2.0.0",
+1 -1
View File
@@ -102,7 +102,7 @@
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"mysql2": "^3.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.1",
+1 -1
View File
@@ -165,7 +165,7 @@
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"mysql2": "^3.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"node-forge": "^1.3.1",
"p-limit": "^3.1.0",
"path-to-regexp": "^6.2.1",
+1 -1
View File
@@ -121,7 +121,7 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.2",
"minimatch": "^9.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"node-libs-browser": "^2.2.1",
"npm-packlist": "^5.0.0",
"ora": "^5.3.0",
+1 -1
View File
@@ -49,7 +49,7 @@
"json-schema-traverse": "^1.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"typescript-json-schema": "^0.63.0",
"yaml": "^2.0.0"
},
+1 -1
View File
@@ -39,7 +39,7 @@
"fs-extra": "^11.2.0",
"handlebars": "^4.7.3",
"inquirer": "^8.2.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"ora": "^5.3.0",
"recursive-readdir": "^2.2.2"
},
+1 -1
View File
@@ -82,7 +82,7 @@
"@backstage/cli": "workspace:^",
"@backstage/types": "workspace:^",
"@types/supertest": "^2.0.8",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"supertest": "^6.1.3"
},
"configSchema": "config.d.ts"
@@ -44,7 +44,7 @@
"@backstage/plugin-auth-node": "workspace:^",
"jose": "^5.0.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
@@ -40,7 +40,7 @@
"@backstage/plugin-auth-node": "workspace:^",
"express": "^4.18.2",
"jose": "^5.0.0",
"node-fetch": "^2.6.7"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@backstage/backend-defaults": "workspace:^",
@@ -38,7 +38,7 @@
"@backstage/plugin-auth-node": "workspace:^",
"express": "^4.18.2",
"jose": "^5.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"passport-microsoft": "^1.0.0"
},
"devDependencies": {
+1 -1
View File
@@ -87,7 +87,7 @@
"minimatch": "^9.0.0",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"openid-client": "^5.2.1",
"passport": "^0.7.0",
"passport-auth0": "^1.4.3",
+1 -1
View File
@@ -49,7 +49,7 @@
"express": "^4.17.1",
"jose": "^5.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"passport": "^0.7.0",
"winston": "^3.2.1",
"zod": "^3.22.4",
@@ -58,7 +58,7 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-common": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -59,7 +59,7 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"@types/node-fetch": "^2.5.12",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -55,7 +55,7 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-catalog-node": "workspace:^",
"fs-extra": "^11.2.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -67,7 +67,7 @@
"git-url-parse": "^14.0.0",
"lodash": "^4.17.21",
"minimatch": "^9.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -62,7 +62,7 @@
"@backstage/plugin-events-node": "workspace:^",
"@gitbeaker/rest": "^40.0.3",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@@ -62,7 +62,7 @@
"@microsoft/microsoft-graph-types": "^2.6.0",
"@types/node-fetch": "^2.5.12",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"p-limit": "^3.0.2",
"qs": "^6.9.4",
"uuid": "^9.0.0"
@@ -63,7 +63,7 @@
"@backstage/types": "workspace:^",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
+1 -1
View File
@@ -90,7 +90,7 @@
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"minimatch": "^9.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"p-limit": "^3.0.2",
"prom-client": "^15.0.0",
"uuid": "^9.0.0",
+1 -1
View File
@@ -56,7 +56,7 @@
"express-promise-router": "^4.1.0",
"fs-extra": "^11.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"ping": "^0.4.1",
"semver": "^7.5.3",
"yn": "^4.0.0"
+1 -1
View File
@@ -92,7 +92,7 @@
"lodash": "^4.17.21",
"luxon": "^3.0.0",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"stream-buffers": "^3.0.2",
"winston": "^3.2.1",
"yn": "^4.0.0"
+1 -1
View File
@@ -43,7 +43,7 @@
"@backstage/plugin-kubernetes-common": "workspace:^",
"@backstage/types": "workspace:^",
"@kubernetes/client-node": "^0.20.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"winston": "^3.2.1"
},
"devDependencies": {
+1 -1
View File
@@ -52,7 +52,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^3.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
+1 -1
View File
@@ -44,7 +44,7 @@
"@backstage/plugin-notifications-common": "workspace:^",
"@backstage/plugin-signals-node": "workspace:^",
"knex": "^3.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0"
},
"devDependencies": {
+1 -1
View File
@@ -63,7 +63,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yn": "^4.0.0",
"zod": "^3.22.4"
},
+1 -1
View File
@@ -79,7 +79,7 @@
"@types/uuid": "^9.0.0",
"@types/yup": "^0.32.0",
"msw": "^2.0.0",
"node-fetch": "^2.6.7"
"node-fetch": "^2.7.0"
},
"configSchema": "config.d.ts"
}
@@ -49,7 +49,7 @@
"@backstage/plugin-bitbucket-cloud-common": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"fs-extra": "^11.2.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.0.0"
},
"devDependencies": {
@@ -48,7 +48,7 @@
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"fs-extra": "^11.2.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.0.0"
},
"devDependencies": {
@@ -50,7 +50,7 @@
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"fs-extra": "^11.2.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.0.0"
},
"devDependencies": {
@@ -53,7 +53,7 @@
"@backstage/plugin-scaffolder-node": "workspace:^",
"fs-extra": "^11.2.0",
"git-url-parse": "^14.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"node-html-markdown": "^1.3.0",
"yaml": "^2.0.0"
},
@@ -47,7 +47,7 @@
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.0.0"
},
"devDependencies": {
@@ -47,7 +47,7 @@
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.0.0"
},
"devDependencies": {
@@ -46,7 +46,7 @@
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-scaffolder-node": "workspace:^",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"yaml": "^2.3.3"
},
"devDependencies": {
@@ -55,7 +55,7 @@
"@backstage/config": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"node-fetch": "^2.6.7"
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
@@ -41,7 +41,7 @@
"@backstage/config": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"qs": "^6.9.4"
},
"devDependencies": {
@@ -61,7 +61,7 @@
"@backstage/plugin-search-common": "workspace:^",
"@backstage/plugin-techdocs-node": "workspace:^",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"p-limit": "^3.1.0"
},
"devDependencies": {
+1 -1
View File
@@ -48,7 +48,7 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"http-proxy-middleware": "^2.0.0",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"uuid": "^9.0.0",
"winston": "^3.2.1",
"ws": "^8.17.0",
+1 -1
View File
@@ -76,7 +76,7 @@
"fs-extra": "^11.2.0",
"knex": "^3.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"p-limit": "^3.1.0",
"winston": "^3.2.1"
},
+39 -39
View File
@@ -3503,7 +3503,7 @@ __metadata:
minimist: ^1.2.5
morgan: ^1.10.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-forge: ^1.3.1
path-to-regexp: ^6.2.1
selfsigned: ^2.0.0
@@ -3588,7 +3588,7 @@ __metadata:
morgan: ^1.10.0
msw: ^1.0.0
mysql2: ^3.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-forge: ^1.3.1
p-limit: ^3.1.0
path-to-regexp: ^6.2.1
@@ -3677,7 +3677,7 @@ __metadata:
morgan: ^1.10.0
msw: ^1.0.0
mysql2: ^3.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-forge: ^1.3.1
p-limit: ^3.1.0
path-to-regexp: ^6.2.1
@@ -4009,7 +4009,7 @@ __metadata:
mini-css-extract-plugin: ^2.4.2
minimatch: ^9.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-libs-browser: ^2.2.1
nodemon: ^3.0.1
npm-packlist: ^5.0.0
@@ -4103,7 +4103,7 @@ __metadata:
lodash: ^4.17.21
minimist: ^1.2.5
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
typescript-json-schema: ^0.63.0
yaml: ^2.0.0
zen-observable: ^0.10.0
@@ -4395,7 +4395,7 @@ __metadata:
handlebars: ^4.7.3
inquirer: ^8.2.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
nodemon: ^3.0.1
ora: ^5.3.0
recursive-readdir: ^2.2.2
@@ -4745,7 +4745,7 @@ __metadata:
knex: ^3.0.0
lodash: ^4.17.21
luxon: ^3.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
supertest: ^6.1.3
yn: ^4.0.0
languageName: unknown
@@ -4815,7 +4815,7 @@ __metadata:
jose: ^5.0.0
msw: ^2.0.8
node-cache: ^5.1.2
node-fetch: ^2.6.7
node-fetch: ^2.7.0
languageName: unknown
linkType: soft
@@ -4870,7 +4870,7 @@ __metadata:
express: ^4.18.2
jose: ^5.0.0
msw: ^2.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-mocks-http: ^1.0.0
uuid: ^9.0.0
languageName: unknown
@@ -4971,7 +4971,7 @@ __metadata:
express: ^4.18.2
jose: ^5.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
passport-microsoft: ^1.0.0
supertest: ^6.3.3
languageName: unknown
@@ -5170,7 +5170,7 @@ __metadata:
morgan: ^1.10.0
msw: ^1.0.0
node-cache: ^5.1.2
node-fetch: ^2.6.7
node-fetch: ^2.7.0
openid-client: ^5.2.1
passport: ^0.7.0
passport-auth0: ^1.4.3
@@ -5207,7 +5207,7 @@ __metadata:
jose: ^5.0.0
lodash: ^4.17.21
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
passport: ^0.7.0
supertest: ^6.1.3
uuid: ^9.0.0
@@ -5300,7 +5300,7 @@ __metadata:
"@backstage/plugin-catalog-node": "workspace:^"
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5366,7 +5366,7 @@ __metadata:
"@types/node-fetch": ^2.5.12
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5405,7 +5405,7 @@ __metadata:
fs-extra: ^11.2.0
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5452,7 +5452,7 @@ __metadata:
luxon: ^3.0.0
minimatch: ^9.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5496,7 +5496,7 @@ __metadata:
lodash: ^4.17.21
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5582,7 +5582,7 @@ __metadata:
lodash: ^4.17.21
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
p-limit: ^3.0.2
qs: ^6.9.4
uuid: ^9.0.0
@@ -5629,7 +5629,7 @@ __metadata:
lodash: ^4.17.21
luxon: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -5712,7 +5712,7 @@ __metadata:
luxon: ^3.0.0
minimatch: ^9.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
p-limit: ^3.0.2
prom-client: ^15.0.0
supertest: ^6.1.3
@@ -6063,7 +6063,7 @@ __metadata:
express-promise-router: ^4.1.0
fs-extra: ^11.0.0
lodash: ^4.17.21
node-fetch: ^2.6.7
node-fetch: ^2.7.0
ping: ^0.4.1
semver: ^7.5.3
supertest: ^6.2.4
@@ -6338,7 +6338,7 @@ __metadata:
luxon: ^3.0.0
morgan: ^1.10.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
stream-buffers: ^3.0.2
supertest: ^6.1.3
winston: ^3.2.1
@@ -6411,7 +6411,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@kubernetes/client-node": ^0.20.0
msw: ^1.3.1
node-fetch: ^2.6.7
node-fetch: ^2.7.0
supertest: ^6.1.3
winston: ^3.2.1
languageName: unknown
@@ -6545,7 +6545,7 @@ __metadata:
express-promise-router: ^4.1.0
knex: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
supertest: ^6.2.4
uuid: ^9.0.0
winston: ^3.2.1
@@ -6578,7 +6578,7 @@ __metadata:
"@backstage/test-utils": "workspace:^"
knex: ^3.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
languageName: unknown
linkType: soft
@@ -6720,7 +6720,7 @@ __metadata:
express-promise-router: ^4.1.0
lodash: ^4.17.21
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
supertest: ^6.1.6
yn: ^4.0.0
zod: ^3.22.4
@@ -6840,7 +6840,7 @@ __metadata:
http-proxy-middleware: ^2.0.0
morgan: ^1.10.0
msw: ^2.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
uuid: ^9.0.0
winston: ^3.2.1
yaml: ^2.0.0
@@ -6880,7 +6880,7 @@ __metadata:
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
fs-extra: ^11.2.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.0.0
languageName: unknown
linkType: soft
@@ -6899,7 +6899,7 @@ __metadata:
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
fs-extra: ^11.2.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.0.0
languageName: unknown
linkType: soft
@@ -6920,7 +6920,7 @@ __metadata:
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
fs-extra: ^11.2.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.0.0
languageName: unknown
linkType: soft
@@ -6941,7 +6941,7 @@ __metadata:
fs-extra: ^11.2.0
git-url-parse: ^14.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
node-html-markdown: ^1.3.0
yaml: ^2.0.0
languageName: unknown
@@ -7000,7 +7000,7 @@ __metadata:
"@backstage/plugin-scaffolder-node": "workspace:^"
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.0.0
languageName: unknown
linkType: soft
@@ -7018,7 +7018,7 @@ __metadata:
"@backstage/plugin-scaffolder-node": "workspace:^"
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.0.0
languageName: unknown
linkType: soft
@@ -7123,7 +7123,7 @@ __metadata:
"@backstage/plugin-scaffolder-node-test-utils": "workspace:^"
"@backstage/types": "workspace:^"
msw: ^2.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
yaml: ^2.3.3
languageName: unknown
linkType: soft
@@ -7455,7 +7455,7 @@ __metadata:
"@backstage/plugin-search-backend-node": "workspace:^"
"@backstage/plugin-search-common": "workspace:^"
msw: ^1.2.1
node-fetch: ^2.6.7
node-fetch: ^2.7.0
languageName: unknown
linkType: soft
@@ -7490,7 +7490,7 @@ __metadata:
"@backstage/plugin-search-backend-node": "workspace:^"
"@backstage/plugin-search-common": "workspace:^"
msw: ^1.2.1
node-fetch: ^2.6.7
node-fetch: ^2.7.0
qs: ^6.9.4
languageName: unknown
linkType: soft
@@ -7515,7 +7515,7 @@ __metadata:
"@backstage/plugin-techdocs-node": "workspace:^"
lodash: ^4.17.21
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
p-limit: ^3.1.0
languageName: unknown
linkType: soft
@@ -7686,7 +7686,7 @@ __metadata:
express-promise-router: ^4.1.0
http-proxy-middleware: ^2.0.0
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
supertest: ^6.2.4
uuid: ^9.0.0
winston: ^3.2.1
@@ -7809,7 +7809,7 @@ __metadata:
knex: ^3.0.0
lodash: ^4.17.21
msw: ^1.0.0
node-fetch: ^2.6.7
node-fetch: ^2.7.0
p-limit: ^3.1.0
supertest: ^6.1.3
winston: ^3.2.1