Skip to content

Commit 9f30864

Browse files
authored
fix: plugins/scaffolder/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-TAR-15032660
1 parent c67ec7f commit 9f30864

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/scaffolder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"@backstage/catalog-client": "workspace:^",
4949
"@backstage/catalog-model": "workspace:^",
5050
"@backstage/config": "workspace:^",
51-
"@backstage/core-components": "workspace:^",
51+
"@backstage/core-components": "0.8.6",
5252
"@backstage/core-plugin-api": "workspace:^",
53-
"@backstage/errors": "workspace:^",
53+
"@backstage/errors": "0.1.1",
5454
"@backstage/integration": "workspace:^",
55-
"@backstage/integration-react": "workspace:^",
55+
"@backstage/integration-react": "0.1.1",
5656
"@backstage/plugin-catalog-common": "workspace:^",
5757
"@backstage/plugin-catalog-react": "workspace:^",
5858
"@backstage/plugin-permission-react": "workspace:^",
5959
"@backstage/plugin-scaffolder-common": "workspace:^",
6060
"@backstage/plugin-scaffolder-react": "workspace:^",
6161
"@backstage/theme": "workspace:^",
62-
"@backstage/types": "workspace:^",
62+
"@backstage/types": "0.1.1",
6363
"@codemirror/language": "^6.0.0",
6464
"@codemirror/legacy-modes": "^6.1.0",
6565
"@codemirror/view": "^6.0.0",

0 commit comments

Comments
 (0)