Skip to content

Commit 20592cb

Browse files
committed
fix: packages/cli/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 20592cb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
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:^",
41-
"@backstage/release-manifests": "workspace:^",
41+
"@backstage/release-manifests": "0.0.1",
4242
"@backstage/types": "workspace:^",
4343
"@esbuild-kit/cjs-loader": "^2.4.1",
4444
"@manypkg/get-packages": "^1.1.3",
4545
"@octokit/graphql": "^5.0.0",
4646
"@octokit/graphql-schema": "^13.7.0",
4747
"@octokit/oauth-app": "^4.2.0",
4848
"@octokit/request": "^6.0.0",
49-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
49+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
5050
"@rollup/plugin-commonjs": "^23.0.0",
5151
"@rollup/plugin-json": "^5.0.0",
5252
"@rollup/plugin-node-resolve": "^13.0.6",
@@ -80,7 +80,7 @@
8080
"diff": "^5.0.0",
8181
"esbuild": "^0.18.0",
8282
"esbuild-loader": "^2.18.0",
83-
"eslint": "^8.6.0",
83+
"eslint": "^10.0.0",
8484
"eslint-config-prettier": "^8.3.0",
8585
"eslint-formatter-friendly": "^7.0.0",
8686
"eslint-plugin-deprecation": "^1.3.2",
@@ -90,7 +90,7 @@
9090
"eslint-plugin-react": "^7.28.0",
9191
"eslint-plugin-react-hooks": "^4.3.0",
9292
"eslint-webpack-plugin": "^3.1.1",
93-
"express": "^4.17.1",
93+
"express": "^4.22.0",
9494
"fork-ts-checker-webpack-plugin": "^7.0.0-alpha.8",
9595
"fs-extra": "10.1.0",
9696
"git-url-parse": "^13.0.0",
@@ -128,9 +128,9 @@
128128
"sucrase": "^3.20.2",
129129
"swc-loader": "^0.2.3",
130130
"tar": "^6.1.12",
131-
"terser-webpack-plugin": "^5.1.3",
131+
"terser-webpack-plugin": "^5.3.11",
132132
"util": "^0.12.3",
133-
"webpack": "^5.70.0",
133+
"webpack": "^5.98.0",
134134
"webpack-dev-server": "^4.7.3",
135135
"webpack-node-externals": "^3.0.0",
136136
"yaml": "^2.0.0",

0 commit comments

Comments
 (0)