Skip to content

Commit 3b0adc8

Browse files
committed
fix: plugins/scaffolder-react/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 3b0adc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/scaffolder-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"@backstage/core-components": "workspace:^",
5151
"@backstage/core-plugin-api": "workspace:^",
5252
"@backstage/errors": "workspace:^",
53-
"@backstage/plugin-catalog-react": "workspace:^",
53+
"@backstage/plugin-catalog-react": "0.0.1",
5454
"@backstage/plugin-scaffolder-common": "workspace:^",
5555
"@backstage/theme": "workspace:^",
56-
"@backstage/types": "workspace:^",
56+
"@backstage/types": "0.1.1",
5757
"@backstage/version-bridge": "workspace:^",
5858
"@material-ui/core": "^4.12.2",
5959
"@material-ui/icons": "^4.9.1",
@@ -74,7 +74,7 @@
7474
"json-schema-library": "^7.3.9",
7575
"lodash": "^4.17.21",
7676
"luxon": "^3.0.0",
77-
"qs": "^6.9.4",
77+
"qs": "^6.14.2",
7878
"react-use": "^17.2.4",
7979
"use-immer": "^0.8.0",
8080
"zen-observable": "^0.10.0",

0 commit comments

Comments
 (0)