From 4f6aef9197914441174ede33e78c3eb4b548e364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:43:31 +0000 Subject: [PATCH] chore(deps): bump get-random-values from 4.1.2 to 5.0.0 Bumps [get-random-values](https://github.com/kenany/get-random-values) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/kenany/get-random-values/releases) - [Commits](https://github.com/kenany/get-random-values/compare/4.1.2...5.0.0) --- updated-dependencies: - dependency-name: get-random-values dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",