Skip to content

Commit 3a98b94

Browse files
committed
fix: plugins/catalog-customized/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 3a98b94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/catalog-customized/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/plugin-catalog": "workspace:^",
37-
"@backstage/plugin-catalog-react": "workspace:^"
36+
"@backstage/plugin-catalog": "0.1.1",
37+
"@backstage/plugin-catalog-react": "0.0.1"
3838
},
3939
"devDependencies": {
4040
"@types/react": "^16.13.1 || ^17.0.0"

0 commit comments

Comments
 (0)