Skip to content

Commit c3cc486

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-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit c3cc486

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
@@ -34,11 +34,11 @@
3434
"dependencies": {
3535
"@backstage/app-defaults": "workspace:^",
3636
"@backstage/catalog-model": "workspace:^",
37-
"@backstage/core-app-api": "workspace:^",
38-
"@backstage/core-components": "workspace:^",
37+
"@backstage/core-app-api": "0.1.0",
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": "0.0.1",
4242
"@backstage/test-utils": "workspace:^",
4343
"@backstage/theme": "workspace:^",
4444
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)