Skip to content

Commit 91b44c0

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 91b44c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/backend-test-utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
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",
52-
"express": "^4.17.1",
52+
"express": "^4.22.0",
5353
"knex": "^2.0.0",
5454
"msw": "^1.0.0",
5555
"mysql2": "^2.2.5",

0 commit comments

Comments
 (0)