Skip to content

Commit 6b5d6c3

Browse files
committed
fix: plugins/cloudbuild/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 6b5d6c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/cloudbuild/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/core-components": "workspace:^",
3838
"@backstage/core-plugin-api": "workspace:^",
39-
"@backstage/plugin-catalog-react": "workspace:^",
40-
"@backstage/theme": "workspace:^",
39+
"@backstage/plugin-catalog-react": "0.0.1",
40+
"@backstage/theme": "0.1.1",
4141
"@material-ui/core": "^4.12.2",
4242
"@material-ui/icons": "^4.9.1",
4343
"@material-ui/lab": "4.0.0-alpha.61",
4444
"luxon": "^3.0.0",
45-
"qs": "^6.9.4",
45+
"qs": "^6.14.2",
4646
"react-use": "^17.2.4"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)