Skip to content

Commit 4c38d59

Browse files
committed
fix: plugins/devtools-common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 4c38d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/devtools-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@backstage/plugin-permission-common": "workspace:^",
27-
"@backstage/types": "workspace:^"
27+
"@backstage/types": "0.1.1"
2828
},
2929
"devDependencies": {
3030
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)