Skip to content

Commit 40f0b59

Browse files
authored
fix: packages/e2e-test/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 40f0b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/e2e-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@backstage/cli-common": "workspace:^",
3131
"@backstage/create-app": "workspace:^",
32-
"@backstage/errors": "workspace:^",
32+
"@backstage/errors": "0.1.1",
3333
"chalk": "^4.0.0",
3434
"commander": "^9.1.0",
3535
"cross-fetch": "^3.1.5",

0 commit comments

Comments
 (0)