diff --git a/package-lock.json b/package-lock.json index b5928a3463a..4364dfcddb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "formidable": "2.1.3", "fs-extra": "11.3.5", "geoip-lite": "2.0.2", - "get-random-values": "^4.0.0", + "get-random-values": "^5.0.0", "grunt": "1.6.2", "grunt-cli": "1.5.0", "grunt-contrib-concat": "2.1.0", @@ -6131,15 +6131,15 @@ } }, "node_modules/get-random-values": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/get-random-values/-/get-random-values-4.1.2.tgz", - "integrity": "sha512-wSryUwTGxprpTZqyA2BLt3s/nnk49aeUiaVcoGeZckvu1NpC8nueUO6D74VfXy/BEpRNL7DAD/dgPVot5chruw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/get-random-values/-/get-random-values-5.0.0.tgz", + "integrity": "sha512-K4SoyabzMZ+stdDY4atTAml/UztnBFBu1Hk3vC4paSKHl/Cecxfe07SQhevII4/mnwGBa/q9pfaZo2lS9G4Pvg==", "license": "MIT", "dependencies": { "window-or-global": "^1.0.1" }, "engines": { - "node": "20 || 22 || >=24" + "node": "22 || >=24" } }, "node_modules/get-stream": { diff --git a/package.json b/package.json index e7450c4ea19..3144b4a3830 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "formidable": "2.1.3", "fs-extra": "11.3.5", "geoip-lite": "2.0.2", - "get-random-values": "^4.0.0", + "get-random-values": "^5.0.0", "grunt": "1.6.2", "grunt-cli": "1.5.0", "grunt-contrib-concat": "2.1.0",