From bc8578a4d782273dd2e5d2d2e8a1d59516405d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:31:36 +0000 Subject: [PATCH] Bump locutus from 2.0.39 to 3.0.25 Bumps [locutus](https://github.com/locutusjs/locutus) from 2.0.39 to 3.0.25. - [Release notes](https://github.com/locutusjs/locutus/releases) - [Changelog](https://github.com/locutusjs/locutus/blob/main/CHANGELOG.md) - [Commits](https://github.com/locutusjs/locutus/compare/v2.0.39...v3.0.25) --- updated-dependencies: - dependency-name: locutus dependency-version: 3.0.25 dependency-type: direct:production ... 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 e6de3012c..4743811ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "flagpack-dart-sass": "^1.4.0", "hotkeys-js": "^3.12.0", "jquery": "^3.7.1", - "locutus": "^2.0.39", + "locutus": "^3.0.25", "luxon": "^1.28.1", "no-scroll": "^2.1.1", "node-vibrant": "^3.1.6", @@ -19092,12 +19092,12 @@ } }, "node_modules/locutus": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.39.tgz", - "integrity": "sha512-v2iub44UtGpbIv+pFkkYhZ+JsbIM0bJsQcQ1+VayUNGVA/YhM8+CkBiRACcpuuE9Q0xI1pgNzGNwzZDCp1MCww==", + "version": "3.0.25", + "resolved": "https://registry.npmjs.org/locutus/-/locutus-3.0.25.tgz", + "integrity": "sha512-TTUgu4WwsWjQUQEAzpgDATXBpj/iw3p76VzVRFwYNfUQhK/7JcHgPfAlfTwQNBZA33tbrQeD4W14W6+LiXbtXg==", "license": "MIT", "engines": { - "node": ">= 10", + "node": ">= 22", "yarn": ">= 1" } }, diff --git a/package.json b/package.json index 24b5ff079..20fc2212e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "flagpack-dart-sass": "^1.4.0", "hotkeys-js": "^3.12.0", "jquery": "^3.7.1", - "locutus": "^2.0.39", + "locutus": "^3.0.25", "luxon": "^1.28.1", "no-scroll": "^2.1.1", "node-vibrant": "^3.1.6",