From a51fa2da68a5b09ce5125c5a4417bf5859bc738c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 10:30:11 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /fr/old directory: [bootstrap](https://github.com/twbs/bootstrap) and [jquery](https://github.com/jquery/jquery). Updates `bootstrap` from 4.3.1 to 5.3.3 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.3.1...v5.3.3) Updates `jquery` from 3.5.0 to 3.7.1 - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.0...3.7.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jquery dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- fr/old/package-lock.json | 12 ++++++------ fr/old/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fr/old/package-lock.json b/fr/old/package-lock.json index fa5bfcb..234d025 100644 --- a/fr/old/package-lock.json +++ b/fr/old/package-lock.json @@ -205,9 +205,9 @@ } }, "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==" }, "brace-expansion": { "version": "1.1.8", @@ -1292,9 +1292,9 @@ "dev": true }, "jquery": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", - "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "jsonfile": { "version": "3.0.1", diff --git a/fr/old/package.json b/fr/old/package.json index 73090d5..eb9bfca 100644 --- a/fr/old/package.json +++ b/fr/old/package.json @@ -26,8 +26,8 @@ "url": "https://github.com/BlackrockDigital/startbootstrap-full-width-pics.git" }, "dependencies": { - "bootstrap": "4.3.1", - "jquery": "3.5.0" + "bootstrap": "5.3.3", + "jquery": "3.7.1" }, "devDependencies": { "browser-sync": "3.0.2",