Skip to content

Commit d943afa

Browse files
committed
fix: packages/backend-test-utils/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit d943afa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/backend-test-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"start": "backstage-cli package start"
4343
},
4444
"dependencies": {
45-
"@backstage/backend-app-api": "workspace:^",
45+
"@backstage/backend-app-api": "0.5.0",
4646
"@backstage/backend-common": "workspace:^",
47-
"@backstage/backend-plugin-api": "workspace:^",
48-
"@backstage/config": "workspace:^",
49-
"@backstage/plugin-auth-node": "workspace:^",
47+
"@backstage/backend-plugin-api": "0.6.19",
48+
"@backstage/config": "0.1.1",
49+
"@backstage/plugin-auth-node": "0.6.0",
5050
"@backstage/types": "workspace:^",
5151
"better-sqlite3": "^8.0.0",
5252
"express": "^4.17.1",

0 commit comments

Comments
 (0)