Skip to content

Commit 5ee3575

Browse files
authored
fix: packages/repo-tools/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 5ee3575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/repo-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@apisyouwonthate/style-guide": "^1.4.0",
3535
"@backstage/cli-common": "workspace:^",
3636
"@backstage/cli-node": "workspace:^",
37-
"@backstage/errors": "workspace:^",
37+
"@backstage/errors": "0.1.1",
3838
"@manypkg/get-packages": "^1.1.3",
3939
"@microsoft/api-documenter": "^7.19.27",
4040
"@microsoft/api-extractor": "^7.33.7",
@@ -51,7 +51,7 @@
5151
"glob": "^8.0.3",
5252
"is-glob": "^4.0.3",
5353
"js-yaml": "^4.1.0",
54-
"lodash": "^4.17.21",
54+
"lodash": "^4.17.23",
5555
"minimatch": "^5.1.1",
5656
"p-limit": "^3.0.2",
5757
"ts-node": "^10.0.0"

0 commit comments

Comments
 (0)