From 251e01c65b241016a685446597c2209bb37f4eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:06:14 +0000 Subject: [PATCH] Bump locutus from 2.0.39 to 3.0.0 Bumps [locutus](https://github.com/locutusjs/locutus) from 2.0.39 to 3.0.0. - [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.0) --- updated-dependencies: - dependency-name: locutus dependency-version: 3.0.0 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 77ebdd65e..28c4c8679 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.0", "luxon": "^1.28.1", "no-scroll": "^2.1.1", "node-vibrant": "^3.1.6", @@ -19105,12 +19105,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.0", + "resolved": "https://registry.npmjs.org/locutus/-/locutus-3.0.0.tgz", + "integrity": "sha512-c+inBie3B5uBspAZxC6MZgzYDIfWKQErgncRjI4dJURXzi+rkyG3nePzl9mQO50Wfpa9Q+4y2yegm7QbxYJYLQ==", "license": "MIT", "engines": { - "node": ">= 10", + "node": ">= 22", "yarn": ">= 1" } }, diff --git a/package.json b/package.json index 24b5ff079..f74e9f9c9 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.0", "luxon": "^1.28.1", "no-scroll": "^2.1.1", "node-vibrant": "^3.1.6",