Skip to content

Commit 7d79821

Browse files
authored
fix: packages/dev-utils/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent dcd7e16 commit 7d79821

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/dev-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@backstage/app-defaults": "workspace:^",
3636
"@backstage/catalog-model": "workspace:^",
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": "0.0.1",
4242
"@backstage/test-utils": "workspace:^",
4343
"@backstage/theme": "workspace:^",
4444
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)