Skip to content

Commit 75965a4

Browse files
committed
fix: plugins/example-todo-list-common/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 75965a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/example-todo-list-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postpack": "backstage-cli package postpack"
2424
},
2525
"dependencies": {
26-
"@backstage/plugin-permission-common": "workspace:^"
26+
"@backstage/plugin-permission-common": "0.1.0"
2727
},
2828
"devDependencies": {
2929
"@backstage/cli": "workspace:^",

0 commit comments

Comments
 (0)