Skip to content

Commit 7773699

Browse files
authored
fix: plugins/scaffolder-common/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 7773699

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/scaffolder-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"url": "https://github.com/backstage/backstage/issues"
5454
},
5555
"dependencies": {
56-
"@backstage/catalog-model": "workspace:^",
56+
"@backstage/catalog-model": "0.1.1",
5757
"@backstage/plugin-permission-common": "workspace:^",
58-
"@backstage/types": "workspace:^"
58+
"@backstage/types": "0.1.1"
5959
},
6060
"devDependencies": {
6161
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)