Skip to content

Commit 6c473d4

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-AJV-15274295
1 parent c67ec7f commit 6c473d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/config-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@backstage/errors": "workspace:^",
3939
"@backstage/types": "workspace:^",
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)