Skip to content

Commit 0ffab52

Browse files
committed
fix: packages/core-plugin-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14114940 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125745 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-14125097
1 parent c7c947c commit 0ffab52

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)