From d425a058d8a536208134d104477a8fe77714e809 Mon Sep 17 00:00:00 2001 From: SavantDhindsaHO <145588931+SavantDhindsaHO@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:16:12 +0100 Subject: [PATCH] fix: upgrade jquery from 3.6.0 to 3.7.1 (#450) Snyk has created this PR to upgrade jquery from 3.6.0 to 3.7.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/savantdhindsaho/project/d5d269d4-f976-4c4c-8804-bed8b73aafca?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- sandbox/package.json | 2 +- sandbox/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sandbox/package.json b/sandbox/package.json index 86bbb8e0..aa4f0c83 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -16,7 +16,7 @@ "author": "", "dependencies": { "govuk-frontend": "3.14", - "jquery": "^3.6.0", + "jquery": "^3.7.1", "sass": "^1.53.0", "typeahead-aria": "^1.0.4" }, diff --git a/sandbox/yarn.lock b/sandbox/yarn.lock index 154e0372..5a73bff6 100644 --- a/sandbox/yarn.lock +++ b/sandbox/yarn.lock @@ -130,11 +130,16 @@ is-number@^7.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -jquery@>=1.11, jquery@^3.6.0: +jquery@>=1.11: version "3.6.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== +jquery@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" + integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== + minimatch@^3.0.4: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"