Skip to content

Commit 722b00f

Browse files
authored
fix: packages/core-plugin-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-9535930
1 parent dcd7e16 commit 722b00f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core-plugin-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"start": "backstage-cli package start"
4646
},
4747
"dependencies": {
48-
"@backstage/config": "workspace:^",
48+
"@backstage/config": "0.1.1",
4949
"@backstage/types": "workspace:^",
50-
"@backstage/version-bridge": "workspace:^",
50+
"@backstage/version-bridge": "0.1.0",
5151
"@types/react": "^16.13.1 || ^17.0.0",
5252
"history": "^5.0.0",
5353
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)