Skip to content

Commit 0c57fed

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-BABELRUNTIME-10044504
1 parent dcd7e16 commit 0c57fed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
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": "1.5.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",
44-
"@manypkg/get-packages": "^1.1.3",
44+
"@manypkg/get-packages": "^2.0.0",
4545
"@octokit/graphql": "^5.0.0",
4646
"@octokit/graphql-schema": "^13.7.0",
4747
"@octokit/oauth-app": "^4.2.0",
@@ -86,7 +86,7 @@
8686
"eslint-plugin-deprecation": "^1.3.2",
8787
"eslint-plugin-import": "^2.25.4",
8888
"eslint-plugin-jest": "^27.0.0",
89-
"eslint-plugin-jsx-a11y": "^6.5.1",
89+
"eslint-plugin-jsx-a11y": "^6.9.0",
9090
"eslint-plugin-react": "^7.28.0",
9191
"eslint-plugin-react-hooks": "^4.3.0",
9292
"eslint-webpack-plugin": "^3.1.1",

0 commit comments

Comments
 (0)