Skip to content

Commit a444b33

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit a444b33

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/devtools-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
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": "*",
3838
"@yarnpkg/lockfile": "^1.1.0",
3939
"@yarnpkg/parsers": "^3.0.0-rc.4",
40-
"express": "^4.18.1",
40+
"express": "^4.22.0",
4141
"express-promise-router": "^4.1.0",
4242
"fs-extra": "^10.0.0",
4343
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)