Skip to content

Commit cf27fe7

Browse files
authored
fix: plugins/linguist/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 cf27fe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/linguist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"postpack": "backstage-cli package postpack"
2929
},
3030
"dependencies": {
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:^",
3535
"@backstage/plugin-catalog-react": "workspace:^",
36-
"@backstage/plugin-linguist-common": "workspace:^",
36+
"@backstage/plugin-linguist-common": "0.1.0",
3737
"@backstage/theme": "workspace:^",
3838
"@material-ui/core": "^4.9.13",
3939
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)