Skip to content

Commit 23dbd01

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-TARFS-10293725
1 parent dcd7e16 commit 23dbd01

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)