Skip to content

Commit 0e2136e

Browse files
committed
fix: packages/dev-utils/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 0e2136e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/dev-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
},
3434
"dependencies": {
3535
"@backstage/app-defaults": "workspace:^",
36-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/core-app-api": "workspace:^",
38-
"@backstage/core-components": "workspace:^",
38+
"@backstage/core-components": "0.1.0",
3939
"@backstage/core-plugin-api": "workspace:^",
40-
"@backstage/integration-react": "workspace:^",
41-
"@backstage/plugin-catalog-react": "workspace:^",
40+
"@backstage/integration-react": "0.1.1",
41+
"@backstage/plugin-catalog-react": "1.0.0",
4242
"@backstage/test-utils": "workspace:^",
4343
"@backstage/theme": "workspace:^",
4444
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)