Skip to content

Commit fa0f63f

Browse files
authored
fix: plugins/techdocs-module-addons-contrib/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit fa0f63f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/techdocs-module-addons-contrib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"postpack": "backstage-cli package postpack"
3434
},
3535
"dependencies": {
36-
"@backstage/core-components": "workspace:^",
36+
"@backstage/core-components": "0.1.0",
3737
"@backstage/core-plugin-api": "workspace:^",
38-
"@backstage/integration": "workspace:^",
39-
"@backstage/integration-react": "workspace:^",
40-
"@backstage/plugin-techdocs-react": "workspace:^",
38+
"@backstage/integration": "0.1.0",
39+
"@backstage/integration-react": "0.1.1",
40+
"@backstage/plugin-techdocs-react": "0.1.0",
4141
"@backstage/theme": "workspace:^",
4242
"@material-ui/core": "^4.12.2",
4343
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)