Skip to content

Commit 20c61cd

Browse files
committed
fix: plugins/scaffolder-backend-module-gitlab/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 20c61cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"postpack": "backstage-cli package postpack"
3232
},
3333
"dependencies": {
34-
"@backstage/config": "workspace:^",
34+
"@backstage/config": "0.1.1",
3535
"@backstage/errors": "workspace:^",
36-
"@backstage/integration": "workspace:^",
37-
"@backstage/plugin-scaffolder-node": "workspace:^",
36+
"@backstage/integration": "0.1.0",
37+
"@backstage/plugin-scaffolder-node": "0.2.0",
3838
"@gitbeaker/node": "^35.8.0",
3939
"zod": "^3.21.4"
4040
},

0 commit comments

Comments
 (0)