Skip to content

Commit 221d7a0

Browse files
authored
fix: plugins/proxy-backend/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 221d7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/proxy-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@backstage/backend-common": "workspace:^",
3737
"@backstage/backend-plugin-api": "workspace:^",
38-
"@backstage/config": "workspace:^",
38+
"@backstage/config": "0.1.1",
3939
"@types/express": "^4.17.6",
4040
"express": "^4.17.1",
4141
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)