Skip to content

Commit 440328f

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/devtools-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/backend-plugin-api": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
26+
"@backstage/backend-plugin-api": "0.1.0",
2727
"@backstage/cli-common": "workspace:^",
2828
"@backstage/config": "workspace:^",
29-
"@backstage/config-loader": "workspace:^",
29+
"@backstage/config-loader": "0.1.1",
3030
"@backstage/errors": "workspace:^",
31-
"@backstage/plugin-auth-node": "workspace:^",
32-
"@backstage/plugin-devtools-common": "workspace:^",
31+
"@backstage/plugin-auth-node": "0.1.0",
32+
"@backstage/plugin-devtools-common": "0.1.0",
3333
"@backstage/plugin-permission-common": "workspace:^",
34-
"@backstage/plugin-permission-node": "workspace:^",
34+
"@backstage/plugin-permission-node": "0.1.0",
3535
"@backstage/types": "workspace:^",
3636
"@manypkg/get-packages": "^1.1.3",
3737
"@types/express": "*",

0 commit comments

Comments
 (0)