Skip to content

Commit 874c1eb

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-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 874c1eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"backstage-cli": "bin/backstage-cli"
3131
},
3232
"dependencies": {
33-
"@backstage/catalog-model": "workspace:^",
33+
"@backstage/catalog-model": "0.1.1",
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:^",
39-
"@backstage/eslint-plugin": "workspace:^",
39+
"@backstage/eslint-plugin": "0.1.0",
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",
@@ -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": "^9.26.0",
8484
"eslint-config-prettier": "^8.3.0",
8585
"eslint-formatter-friendly": "^7.0.0",
8686
"eslint-plugin-deprecation": "^1.3.2",
@@ -127,7 +127,7 @@
127127
"style-loader": "^3.3.1",
128128
"sucrase": "^3.20.2",
129129
"swc-loader": "^0.2.3",
130-
"tar": "^6.1.12",
130+
"tar": "^7.5.7",
131131
"terser-webpack-plugin": "^5.1.3",
132132
"util": "^0.12.3",
133133
"webpack": "^5.70.0",

0 commit comments

Comments
 (0)