Skip to content

Commit ae6937b

Browse files
committed
fix: plugins/scaffolder-common/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 ae6937b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/scaffolder-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"dependencies": {
5656
"@backstage/catalog-model": "workspace:^",
5757
"@backstage/plugin-permission-common": "workspace:^",
58-
"@backstage/types": "workspace:^"
58+
"@backstage/types": "0.1.1"
5959
},
6060
"devDependencies": {
6161
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)