update serialize-javascript (#34349)

fix https://github.com/brave/brave-browser/issues/53268
This commit is contained in:
yan
2026-03-03 14:24:22 +00:00
committed by GitHub
parent 0466dcb4f2
commit fb22490342
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ deps = {
},
"vendor/bat-native-tweetnacl": "https://github.com/brave-intl/bat-native-tweetnacl.git@8b424ccf29957fe01c88c36076fd32006a357887",
"vendor/gn-project-generators": "https://github.com/brave/gn-project-generators.git@b76e14b162aa0ce40f11920ec94bfc12da29e5d0",
"vendor/web-discovery-project": "https://github.com/brave/web-discovery-project@e2fa984d38004e66a9852aa5b122ce4aabf49069",
"vendor/web-discovery-project": "https://github.com/brave/web-discovery-project@ca1681f75e188465170c14ffe21a963eb38b17ad",
"third_party/bip39wally-core-native": "https://github.com/brave-intl/bat-native-bip39wally-core.git@547a7810333d821e29b8f55126aba031aa0d5fcd",
"third_party/ethash/src": "https://github.com/chfast/ethash.git@e4a15c3d76dc09392c7efd3e30d84ee3b871e9ce",
"third_party/bitcoin-core/src": "https://github.com/bitcoin/bitcoin.git@8105bce5b384c72cf08b25b7c5343622754e7337", # v25.0
+5 -5
View File
@@ -19815,13 +19815,13 @@
}
},
"node_modules/serialize-javascript": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.0.3.tgz",
"integrity": "sha512-h+cZ/XXarqDgCjo+YSyQU/ulDEESGGf8AMK9pPNmhNSl/FzPl6L8pMp1leca5z6NuG6tvV/auC8/43tmovowww==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"randombytes": "^2.1.0"
"engines": {
"node": ">=20.0.0"
}
},
"node_modules/set-function-length": {
+1
View File
@@ -251,6 +251,7 @@
"esbuild": "0.25.0",
"js-yaml": "4.1.1",
"prismjs": "1.30.0",
"serialize-javascript": "7.0.3",
"tiny-secp256k1": "1.1.7"
}
}