Skip to content

Commit 530f69a

Browse files
committed
fix: plugins/jenkins-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 530f69a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/jenkins-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"clean": "backstage-cli package clean"
2525
},
2626
"dependencies": {
27-
"@backstage/backend-common": "workspace:^",
28-
"@backstage/catalog-client": "workspace:^",
29-
"@backstage/catalog-model": "workspace:^",
30-
"@backstage/config": "workspace:^",
27+
"@backstage/backend-common": "0.24.1",
28+
"@backstage/catalog-client": "0.2.0",
29+
"@backstage/catalog-model": "0.1.1",
30+
"@backstage/config": "0.1.1",
3131
"@backstage/errors": "workspace:^",
32-
"@backstage/plugin-auth-node": "workspace:^",
32+
"@backstage/plugin-auth-node": "0.1.0",
3333
"@backstage/plugin-jenkins-common": "workspace:^",
3434
"@backstage/plugin-permission-common": "workspace:^",
35-
"@backstage/plugin-permission-node": "workspace:^",
35+
"@backstage/plugin-permission-node": "0.1.0",
3636
"@types/express": "^4.17.6",
37-
"express": "^4.17.1",
37+
"express": "^4.22.0",
3838
"express-promise-router": "^4.1.0",
3939
"jenkins": "^1.0.0",
4040
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)