Skip to content

Commit 78cc7a1

Browse files
authored
fix: packages/backend-app-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 78cc7a1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/backend-app-api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-common": "workspace:^",
36-
"@backstage/backend-plugin-api": "workspace:^",
37-
"@backstage/backend-tasks": "workspace:^",
35+
"@backstage/backend-common": "0.24.1",
36+
"@backstage/backend-plugin-api": "1.6.1",
37+
"@backstage/backend-tasks": "0.6.1",
3838
"@backstage/cli-common": "workspace:^",
3939
"@backstage/config": "workspace:^",
40-
"@backstage/config-loader": "workspace:^",
40+
"@backstage/config-loader": "0.6.10",
4141
"@backstage/errors": "workspace:^",
42-
"@backstage/plugin-auth-node": "workspace:^",
43-
"@backstage/plugin-permission-node": "workspace:^",
42+
"@backstage/plugin-auth-node": "0.1.0",
43+
"@backstage/plugin-permission-node": "0.1.0",
4444
"@backstage/types": "workspace:^",
4545
"@manypkg/get-packages": "^1.1.3",
4646
"@types/cors": "^2.8.6",
@@ -51,7 +51,7 @@
5151
"express-promise-router": "^4.1.0",
5252
"fs-extra": "10.1.0",
5353
"helmet": "^6.0.0",
54-
"lodash": "^4.17.21",
54+
"lodash": "^4.17.23",
5555
"logform": "^2.3.2",
5656
"minimatch": "^5.0.0",
5757
"minimist": "^1.2.5",

0 commit comments

Comments
 (0)