Skip to content

Commit fb16701

Browse files
authored
fix: packages/config-loader/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
1 parent c67ec7f commit fb16701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/config-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@backstage/cli-common": "workspace:^",
3737
"@backstage/config": "workspace:^",
38-
"@backstage/errors": "workspace:^",
39-
"@backstage/types": "workspace:^",
38+
"@backstage/errors": "0.1.1",
39+
"@backstage/types": "0.1.1",
4040
"@types/json-schema": "^7.0.6",
4141
"ajv": "^8.10.0",
4242
"chokidar": "^3.5.2",

0 commit comments

Comments
 (0)