Skip to content

Commit 3a6c504

Browse files
committed
fix: plugins/puppetdb/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 3a6c504

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/puppetdb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"postpack": "backstage-cli package postpack"
3535
},
3636
"dependencies": {
37-
"@backstage/catalog-model": "workspace:^",
37+
"@backstage/catalog-model": "0.1.1",
3838
"@backstage/core-components": "workspace:^",
3939
"@backstage/core-plugin-api": "workspace:^",
4040
"@backstage/errors": "workspace:^",
41-
"@backstage/plugin-catalog-react": "workspace:^",
42-
"@backstage/theme": "workspace:^",
41+
"@backstage/plugin-catalog-react": "1.0.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.57",

0 commit comments

Comments
 (0)