From 7a9c2a01bf6980e19bfc1d23a94927fd41e276d8 Mon Sep 17 00:00:00 2001 From: Aleksei Khoroshilov <5928869+goodov@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:01:43 +0700 Subject: [PATCH] Bump WDP to support Node 22. (#27287) --- DEPS | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index df1a49b61a9..147cf2b97a8 100644 --- a/DEPS +++ b/DEPS @@ -17,7 +17,7 @@ deps = { }, "vendor/bat-native-tweetnacl": "https://github.com/brave-intl/bat-native-tweetnacl.git@800f9d40b7409239ff192e0be634764e747c7a75", "vendor/gn-project-generators": "https://github.com/brave/gn-project-generators.git@b76e14b162aa0ce40f11920ec94bfc12da29e5d0", - "vendor/web-discovery-project": "https://github.com/brave/web-discovery-project@7159cb52cf674da3aed53ad0ab757513703a06eb", + "vendor/web-discovery-project": "https://github.com/brave/web-discovery-project@ad3fa8ec9c5f296a543ee1ac5beb2016787c75c6", "third_party/bip39wally-core-native": "https://github.com/brave-intl/bat-native-bip39wally-core.git@0d3a8713a2b388d2156fe49a70ef3f7cdb44b190", "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 diff --git a/package.json b/package.json index b9d05734fd5..41eecb60e1b 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "url": "https://github.com/brave/brave-browser/issues" }, "engines": { - "node": ">=20.0.0 <22.0.0", + "node": ">=20.0.0 <23.0.0", "npm": ">=10.0.0" }, "homepage": "https:/github.com/brave/brave-core#readme",