Skip to content

Commit 5bb215f

Browse files
authored
fix: plugins/sentry/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit 5bb215f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/sentry/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"dependencies": {
3636
"@backstage/catalog-model": "workspace:^",
37-
"@backstage/core-components": "workspace:^",
37+
"@backstage/core-components": "0.1.0",
3838
"@backstage/core-plugin-api": "workspace:^",
39-
"@backstage/plugin-catalog-react": "workspace:^",
40-
"@backstage/theme": "workspace:^",
39+
"@backstage/plugin-catalog-react": "0.0.1",
40+
"@backstage/theme": "0.1.1",
4141
"@date-io/core": "^1.3.13",
42-
"@material-table/core": "^3.1.0",
42+
"@material-table/core": "^4.3.45",
4343
"@material-ui/core": "^4.12.2",
4444
"@material-ui/icons": "^4.9.1",
4545
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)