Skip to content

Commit 6f5a940

Browse files
committed
fix: packages/config-loader/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 6f5a940

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/config-loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
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",
41-
"ajv": "^8.10.0",
41+
"ajv": "^8.18.0",
4242
"chokidar": "^3.5.2",
4343
"fs-extra": "10.1.0",
4444
"json-schema": "^0.4.0",

0 commit comments

Comments
 (0)