Skip to content

Commit d95d546

Browse files
authored
fix: packages/catalog-model/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 d95d546

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/catalog-model/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"clean": "backstage-cli package clean"
4545
},
4646
"dependencies": {
47-
"@backstage/config": "workspace:^",
47+
"@backstage/config": "0.1.1",
4848
"@backstage/errors": "workspace:^",
49-
"@backstage/types": "workspace:^",
49+
"@backstage/types": "0.1.1",
5050
"ajv": "^8.10.0",
5151
"json-schema": "^0.4.0",
52-
"lodash": "^4.17.21",
52+
"lodash": "^4.17.23",
5353
"uuid": "^8.0.0"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)