Skip to content

Commit 22e5cf3

Browse files
authored
fix: plugins/jenkins/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit 22e5cf3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/jenkins/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"dependencies": {
3636
"@backstage/catalog-model": "workspace:^",
37-
"@backstage/core-components": "workspace:^",
37+
"@backstage/core-components": "0.1.0",
3838
"@backstage/core-plugin-api": "workspace:^",
3939
"@backstage/errors": "workspace:^",
40-
"@backstage/plugin-catalog-react": "workspace:^",
41-
"@backstage/plugin-jenkins-common": "workspace:^",
42-
"@backstage/theme": "workspace:^",
40+
"@backstage/plugin-catalog-react": "0.0.1",
41+
"@backstage/plugin-jenkins-common": "0.1.0",
42+
"@backstage/theme": "0.1.1",
4343
"@material-ui/core": "^4.12.2",
4444
"@material-ui/icons": "^4.9.1",
4545
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)