Skip to content

Commit f5973f1

Browse files
committed
fix: plugins/scaffolder-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit f5973f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/scaffolder-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"postpack": "backstage-cli package postpack"
2525
},
2626
"dependencies": {
27-
"@backstage/backend-plugin-api": "workspace:^",
28-
"@backstage/catalog-model": "workspace:^",
29-
"@backstage/plugin-scaffolder-common": "workspace:^",
30-
"@backstage/types": "workspace:^",
27+
"@backstage/backend-plugin-api": "0.6.19",
28+
"@backstage/catalog-model": "0.1.1",
29+
"@backstage/plugin-scaffolder-common": "0.1.0",
30+
"@backstage/types": "0.1.1",
3131
"jsonschema": "^1.2.6",
3232
"winston": "^3.2.1",
3333
"zod": "^3.21.4",

0 commit comments

Comments
 (0)