Skip to content

Commit 8704e3a

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-TARFS-9535930
1 parent dcd7e16 commit 8704e3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/test-utils/package.json

Lines changed: 3 additions & 3 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:^",
48+
"@backstage/config": "0.1.1",
4949
"@backstage/core-app-api": "workspace:^",
50-
"@backstage/core-plugin-api": "workspace:^",
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)