Skip to content

Commit 0ad96b6

Browse files
committed
fix: plugins/git-release-manager/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 0ad96b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/git-release-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"clean": "backstage-cli package clean"
2424
},
2525
"dependencies": {
26-
"@backstage/core-components": "workspace:^",
26+
"@backstage/core-components": "0.1.0",
2727
"@backstage/core-plugin-api": "workspace:^",
28-
"@backstage/integration": "workspace:^",
28+
"@backstage/integration": "0.1.0",
2929
"@backstage/theme": "workspace:^",
3030
"@material-ui/core": "^4.12.2",
3131
"@material-ui/icons": "^4.9.1",
3232
"@material-ui/lab": "4.0.0-alpha.61",
3333
"@octokit/rest": "^19.0.3",
3434
"@types/react": "^16.13.1 || ^17.0.0",
3535
"luxon": "^3.0.0",
36-
"qs": "^6.10.1",
36+
"qs": "^6.14.2",
3737
"react-use": "^17.2.4",
3838
"recharts": "^2.5.0"
3939
},

0 commit comments

Comments
 (0)