Skip to content

Commit a2fe888

Browse files
authored
fix: plugins/jenkins-common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit a2fe888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/jenkins-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@backstage/plugin-catalog-common": "workspace:^",
26-
"@backstage/plugin-permission-common": "workspace:^"
26+
"@backstage/plugin-permission-common": "0.1.0"
2727
},
2828
"devDependencies": {
2929
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)