Skip to content

Commit 44b85b6

Browse files
committed
fix: packages/test-utils/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 44b85b6

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)