Skip to content

Commit 0c7d26e

Browse files
authored
fix: plugins/github-pull-requests-board/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 0c7d26e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/github-pull-requests-board/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"clean": "backstage-cli package clean"
3535
},
3636
"dependencies": {
37-
"@backstage/catalog-model": "workspace:^",
37+
"@backstage/catalog-model": "0.1.1",
3838
"@backstage/core-components": "workspace:^",
3939
"@backstage/core-plugin-api": "workspace:^",
40-
"@backstage/integration": "workspace:^",
40+
"@backstage/integration": "0.1.0",
4141
"@backstage/plugin-catalog-react": "workspace:^",
4242
"@backstage/theme": "workspace:^",
4343
"@material-ui/core": "^4.12.2",

0 commit comments

Comments
 (0)