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",