Skip to content

Commit 1134589

Browse files
committed
fix: packages/core-app-api/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 1134589

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/core-app-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/config": "workspace:^",
36-
"@backstage/core-plugin-api": "workspace:^",
35+
"@backstage/config": "0.1.1",
36+
"@backstage/core-plugin-api": "0.1.0",
3737
"@backstage/types": "workspace:^",
38-
"@backstage/version-bridge": "workspace:^",
38+
"@backstage/version-bridge": "0.1.0",
3939
"@types/prop-types": "^15.7.3",
4040
"@types/react": "^16.13.1 || ^17.0.0",
4141
"history": "^5.0.0",

0 commit comments

Comments
 (0)