Skip to content

Commit d6938ec

Browse files
authored
fix: plugins/catalog-backend-module-puppetdb/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit d6938ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/catalog-backend-module-puppetdb/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"postpack": "backstage-cli package postpack"
4848
},
4949
"dependencies": {
50-
"@backstage/backend-common": "workspace:^",
50+
"@backstage/backend-common": "0.24.1",
5151
"@backstage/backend-plugin-api": "workspace:^",
5252
"@backstage/backend-tasks": "workspace:^",
53-
"@backstage/catalog-model": "workspace:^",
53+
"@backstage/catalog-model": "0.1.1",
5454
"@backstage/config": "workspace:^",
55-
"@backstage/errors": "workspace:^",
56-
"@backstage/plugin-catalog-node": "workspace:^",
55+
"@backstage/errors": "0.1.1",
56+
"@backstage/plugin-catalog-node": "1.0.0",
5757
"@backstage/types": "workspace:^",
5858
"lodash": "^4.17.21",
5959
"luxon": "^3.0.0",

0 commit comments

Comments
 (0)