Skip to content

Commit 0edd3e1

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 0edd3e1

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)