From 1d75817a8a64739b38a420d527e110aee896c3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:02:22 +0200 Subject: [PATCH] chore(deps): bump tarteaucitronjs from 1.9.6 to 1.14.0 (#470) Bumps [tarteaucitronjs](https://github.com/AmauriC/tarteaucitron.js) from 1.9.6 to 1.14.0. - [Release notes](https://github.com/AmauriC/tarteaucitron.js/releases) - [Commits](https://github.com/AmauriC/tarteaucitron.js/compare/v1.9.6...v1.14.0) --- updated-dependencies: - dependency-name: tarteaucitronjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee2ee428c..8e641b82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4942,9 +4942,9 @@ } }, "tarteaucitronjs": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/tarteaucitronjs/-/tarteaucitronjs-1.9.6.tgz", - "integrity": "sha512-WZZek0dGqXASTZSMld2uuXtXUFk0zMCx84C8Ae71kajl9iV6KKeYeZZzrfQRk1TLuKGUZmzyDhnlV5UHGapA3g==" + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/tarteaucitronjs/-/tarteaucitronjs-1.14.0.tgz", + "integrity": "sha512-NjuzYq6gvoEdzSH9aO2+N3fJdjJ0tdtwrWT8vLYVHoPjoPMha29h5ULN3dHx8VPG1anzZzlBSczVHSe0h1IRpQ==" }, "thenby": { "version": "1.3.4", diff --git a/package.json b/package.json index 00ac26691..67d2c44f4 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "string": "^3.3.3" }, "dependencies": { - "tarteaucitronjs": "^1.8.4" + "tarteaucitronjs": "^1.14.0" } }