From 8adcf50e2e647b4b5cb07a93fce4dff41393c92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:07:21 +0000 Subject: [PATCH] Bump jquery from 3.6.3 to 3.7.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.7.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 255db7421..9787b1542 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "geojson": "0.5.0", "govuk-frontend": "^3.14.0", "hapi-rate-limit": "5.0.1", - "jquery": "^3.6.0", + "jquery": "^3.7.0", "lodash.isequal": "^4.5.0", "moment-timezone": "^0.5.34", "node-sass": "^9.0.0", @@ -7914,9 +7914,9 @@ } }, "node_modules/jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" }, "node_modules/js-base64": { "version": "2.6.4", @@ -17648,9 +17648,9 @@ } }, "jquery": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", - "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" }, "js-base64": { "version": "2.6.4", diff --git a/package.json b/package.json index 761e61af2..4eee1952c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "geojson": "0.5.0", "govuk-frontend": "^3.14.0", "hapi-rate-limit": "5.0.1", - "jquery": "^3.6.0", + "jquery": "^3.7.0", "lodash.isequal": "^4.5.0", "moment-timezone": "^0.5.34", "node-sass": "^9.0.0",