diff --git a/package-lock.json b/package-lock.json index 75afc685..60b0920e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "7.4.6", "license": "MIT", "dependencies": { - "@noble/ciphers": "^1.0.0", + "@noble/ciphers": "^2.0.1", "@noble/curves": "^1.2.0", "@noble/hashes": "^1.5.0", "axios": "1.12.2", @@ -3763,12 +3763,12 @@ } }, "node_modules/@noble/ciphers": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz", - "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.0.1.tgz", + "integrity": "sha512-xHK3XHPUW8DTAobU+G0XT+/w+JLM7/8k1UFdB5xg/zTFPnFCobhftzw8wl4Lw2aq/Rvir5pxfZV5fEazmeCJ2g==", "license": "MIT", "engines": { - "node": "^14.21.3 || >=16" + "node": ">= 20.19.0" }, "funding": { "url": "https://paulmillr.com/funding/" diff --git a/package.json b/package.json index 2e456e6e..183fba20 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "yarn-upgrade-all": "^0.7.1" }, "dependencies": { - "@noble/ciphers": "^1.0.0", + "@noble/ciphers": "^2.0.1", "@noble/curves": "^1.2.0", "@noble/hashes": "^1.5.0", "axios": "1.12.2",