From bb349dc14031249215bb87f251cbf6f98ea273b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:55:49 +0000 Subject: [PATCH] build(deps): bump locutus in /samples/dsm/akeneo-dsm/back-end Bumps [locutus](https://github.com/locutusjs/locutus) from 2.0.16 to 2.0.39. - [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.16...v2.0.39) --- updated-dependencies: - dependency-name: locutus dependency-version: 2.0.39 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/dsm/akeneo-dsm/back-end/package-lock.json | 12 +++++++----- samples/dsm/akeneo-dsm/back-end/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/samples/dsm/akeneo-dsm/back-end/package-lock.json b/samples/dsm/akeneo-dsm/back-end/package-lock.json index 3a64ba2..d75d9a4 100644 --- a/samples/dsm/akeneo-dsm/back-end/package-lock.json +++ b/samples/dsm/akeneo-dsm/back-end/package-lock.json @@ -19,7 +19,7 @@ "express": "^4.18.2", "http-errors": "^1.6.3", "jsonwebtoken": "^9.0.0", - "locutus": "^2.0.16", + "locutus": "^2.0.39", "lodash": "^4.17.21", "morgan": "^1.9.1", "sqlite3": "^5.1.5", @@ -3751,11 +3751,13 @@ } }, "node_modules/locutus": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.16.tgz", - "integrity": "sha512-pGfl6Hb/1mXLzrX5kl5lH7gz25ey0vwQssZp8Qo2CEF59di6KrAgdFm+0pW8ghLnvNzzJGj5tlWhhv2QbK3jeQ==", + "version": "2.0.39", + "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.39.tgz", + "integrity": "sha512-v2iub44UtGpbIv+pFkkYhZ+JsbIM0bJsQcQ1+VayUNGVA/YhM8+CkBiRACcpuuE9Q0xI1pgNzGNwzZDCp1MCww==", + "license": "MIT", "engines": { - "node": ">= 10" + "node": ">= 10", + "yarn": ">= 1" } }, "node_modules/lodash": { diff --git a/samples/dsm/akeneo-dsm/back-end/package.json b/samples/dsm/akeneo-dsm/back-end/package.json index 6f7fa86..21e35bd 100644 --- a/samples/dsm/akeneo-dsm/back-end/package.json +++ b/samples/dsm/akeneo-dsm/back-end/package.json @@ -18,7 +18,7 @@ "express": "^4.18.2", "http-errors": "^1.6.3", "jsonwebtoken": "^9.0.0", - "locutus": "^2.0.16", + "locutus": "^2.0.39", "lodash": "^4.17.21", "morgan": "^1.9.1", "sqlite3": "^5.1.5",