Skip to content

Commit a4772fb

Browse files
committed
fix: plugins/tech-insights-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit a4772fb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/tech-insights-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/backend-tasks": "workspace:^",
38-
"@backstage/catalog-client": "workspace:^",
39-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/backend-common": "0.24.1",
37+
"@backstage/backend-tasks": "0.6.1",
38+
"@backstage/catalog-client": "0.2.0",
39+
"@backstage/catalog-model": "0.1.1",
4040
"@backstage/config": "workspace:^",
4141
"@backstage/errors": "workspace:^",
4242
"@backstage/plugin-tech-insights-common": "workspace:^",
4343
"@backstage/plugin-tech-insights-node": "workspace:^",
4444
"@backstage/types": "workspace:^",
4545
"@types/express": "^4.17.6",
4646
"@types/luxon": "^3.0.0",
47-
"express": "^4.17.1",
47+
"express": "^4.22.0",
4848
"express-promise-router": "^4.1.0",
4949
"knex": "^2.0.0",
5050
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)