Skip to content

Commit f46ec4a

Browse files
authored
fix: plugins/entity-validation/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 f46ec4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/entity-validation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"dependencies": {
3030
"@backstage/catalog-client": "workspace:^",
31-
"@backstage/catalog-model": "workspace:^",
31+
"@backstage/catalog-model": "0.1.1",
3232
"@backstage/core-components": "workspace:^",
3333
"@backstage/core-plugin-api": "workspace:^",
3434
"@backstage/errors": "workspace:^",
35-
"@backstage/plugin-catalog-common": "workspace:^",
35+
"@backstage/plugin-catalog-common": "0.1.0",
3636
"@backstage/plugin-catalog-react": "workspace:^",
37-
"@backstage/theme": "workspace:^",
37+
"@backstage/theme": "0.1.1",
3838
"@codemirror/language": "^6.0.0",
3939
"@codemirror/legacy-modes": "^6.1.0",
4040
"@codemirror/view": "^6.0.0",

0 commit comments

Comments
 (0)