Skip to content

Commit 781abe7

Browse files
authored
fix: packages/cli/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit 781abe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@backstage/cli-common": "workspace:^",
3535
"@backstage/cli-node": "workspace:^",
3636
"@backstage/config": "workspace:^",
37-
"@backstage/config-loader": "workspace:^",
37+
"@backstage/config-loader": "0.1.1",
3838
"@backstage/errors": "workspace:^",
3939
"@backstage/eslint-plugin": "workspace:^",
4040
"@backstage/integration": "workspace:^",
@@ -131,7 +131,7 @@
131131
"terser-webpack-plugin": "^5.1.3",
132132
"util": "^0.12.3",
133133
"webpack": "^5.70.0",
134-
"webpack-dev-server": "^4.7.3",
134+
"webpack-dev-server": "^5.2.2",
135135
"webpack-node-externals": "^3.0.0",
136136
"yaml": "^2.0.0",
137137
"yml-loader": "^2.1.0",

0 commit comments

Comments
 (0)