Skip to content

Commit 18d69bc

Browse files
committed
fix: packages/catalog-model/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 18d69bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/catalog-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
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",
5252
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)