Skip to content

Commit 613aac1

Browse files
authored
fix: packages/test-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 613aac1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/test-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"start": "backstage-cli package start"
4646
},
4747
"dependencies": {
48-
"@backstage/config": "workspace:^",
49-
"@backstage/core-app-api": "workspace:^",
50-
"@backstage/core-plugin-api": "workspace:^",
48+
"@backstage/config": "0.1.1",
49+
"@backstage/core-app-api": "0.1.0",
50+
"@backstage/core-plugin-api": "0.1.0",
5151
"@backstage/plugin-permission-common": "workspace:^",
52-
"@backstage/plugin-permission-react": "workspace:^",
52+
"@backstage/plugin-permission-react": "0.1.0",
5353
"@backstage/theme": "workspace:^",
5454
"@backstage/types": "workspace:^",
5555
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)