Skip to content

Commit acc1596

Browse files
committed
fix: plugins/periskop/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 acc1596

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/periskop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/catalog-model": "workspace:^",
26+
"@backstage/catalog-model": "0.1.1",
2727
"@backstage/core-components": "workspace:^",
2828
"@backstage/core-plugin-api": "workspace:^",
2929
"@backstage/errors": "workspace:^",
30-
"@backstage/plugin-catalog-react": "workspace:^",
31-
"@backstage/theme": "workspace:^",
30+
"@backstage/plugin-catalog-react": "1.0.0",
31+
"@backstage/theme": "0.1.1",
3232
"@material-ui/core": "^4.12.2",
3333
"@material-ui/icons": "^4.9.1",
3434
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)