Skip to content

Commit

Permalink
fix: upgrade jquery from 3.6.0 to 3.7.1 (#450)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
SavantDhindsaHO and snyk-bot authored Apr 30, 2024
1 parent dbaeeb5 commit d425a05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 6 additions & 1 deletion sandbox/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d425a05

Please sign in to comment.