Skip to content

Commit 9c9cc55

Browse files
committed
fix: packages/e2e-test/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 9c9cc55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/e2e-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
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",
3636
"fs-extra": "10.1.0",
3737
"handlebars": "^4.7.3",
3838
"pgtools": "^0.3.0",
39-
"puppeteer": "^17.0.0",
39+
"puppeteer": "^22.8.2",
4040
"tree-kill": "^1.2.2"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)