Skip to content

Commit 3e3133d

Browse files
authored
fix: plugins/scaffolder-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent dcd7e16 commit 3e3133d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/scaffolder-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@backstage/backend-plugin-api": "workspace:^",
2828
"@backstage/catalog-model": "workspace:^",
29-
"@backstage/plugin-scaffolder-common": "workspace:^",
30-
"@backstage/types": "workspace:^",
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)