fix package.json (#18092)

This is currently preventing BlackDuck from running.
This commit is contained in:
Gary Verhaegen 2024-01-05 22:14:20 +01:00 committed by GitHub
parent 7dc3439c9a
commit 730d377f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"version": "0.0.0",
"resolutions": {
"@bazel/typescript/**/protobufjs": "^6.10.3",
"**/glob-parent": "^5.1.2"
"**/glob-parent": "^5.1.2",
"semver": "5.7.2"
},
"dependencies": {
"@mixer/parallel-prettier": "^2.0.1",
@ -37,8 +38,5 @@
"devDependencies": {
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/typescript": "4.6.1"
},
"resolutions": {
"semver": "5.7.2"
}
}