fixes lodash.set cve (#7801)

This commit is contained in:
Jack Kavanagh 2024-08-05 16:19:30 +02:00 committed by GitHub
parent 7b751d398a
commit 54aed01b04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 20 deletions

23
package-lock.json generated
View File

@ -5998,15 +5998,8 @@
"node_modules/@types/lodash": {
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz",
"integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q=="
},
"node_modules/@types/lodash.set": {
"version": "4.3.9",
"resolved": "https://registry.npmjs.org/@types/lodash.set/-/lodash.set-4.3.9.tgz",
"integrity": "sha512-KOxyNkZpbaggVmqbpr82N2tDVTx05/3/j0f50Es1prxrWB0XYf9p3QNxqcbWb7P1Q9wlvsUSlCFnwlPCIJ46PQ==",
"dependencies": {
"@types/lodash": "*"
}
"integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==",
"dev": true
},
"node_modules/@types/marked": {
"version": "5.0.2",
@ -12199,13 +12192,10 @@
},
"node_modules/grpc-reflection-js": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/grpc-reflection-js/-/grpc-reflection-js-0.3.0.tgz",
"integrity": "sha512-3lhTlQluPxVgbowCXA3tAZC3RJW+GSOUkguLNYl1QffYRiutUB3RDfPkQFTcrCFJgNiIIxx+iJkr8s3uSp3zWA==",
"resolved": "git+ssh://git@github.com/jackkav/grpc-reflection-js.git#e78663356c362d44e629cfa119d12b63ba615bc0",
"dependencies": {
"@types/google-protobuf": "^3.7.2",
"@types/lodash.set": "^4.3.6",
"google-protobuf": "^3.12.2",
"lodash.set": "^4.3.2",
"protobufjs": "^7.2.2"
},
"peerDependencies": {
@ -14750,11 +14740,6 @@
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
"dev": true
},
"node_modules/lodash.set": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
"integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg=="
},
"node_modules/lodash.snakecase": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
@ -21771,7 +21756,7 @@
"dompurify": "^3.0.11",
"electron-context-menu": "^3.6.1",
"electron-log": "^4.4.8",
"grpc-reflection-js": "0.3.0",
"grpc-reflection-js": "jackkav/grpc-reflection-js#remove-lodash-set",
"hawk": "9.0.2",
"hkdf": "^0.0.2",
"hosted-git-info": "5.2.1",

View File

@ -52,7 +52,7 @@
"dompurify": "^3.0.11",
"electron-context-menu": "^3.6.1",
"electron-log": "^4.4.8",
"grpc-reflection-js": "0.3.0",
"grpc-reflection-js": "jackkav/grpc-reflection-js#remove-lodash-set",
"hawk": "9.0.2",
"hkdf": "^0.0.2",
"hosted-git-info": "5.2.1",