Skip to content

Commit d5c4f45

Browse files
committed
fix: plugins/scaffolder-backend-module-sentry/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
1 parent c67ec7f commit d5c4f45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/scaffolder-backend-module-sentry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/config": "workspace:^",
26-
"@backstage/errors": "workspace:^",
27-
"@backstage/plugin-scaffolder-node": "workspace:^"
25+
"@backstage/config": "0.1.1",
26+
"@backstage/errors": "0.1.1",
27+
"@backstage/plugin-scaffolder-node": "0.2.0"
2828
},
2929
"devDependencies": {
3030
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)