From 44ca05fa03a3796e31ed7cc544c2fe12e495167c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 04:27:55 +0000 Subject: [PATCH] Bump jquery from 3.6.1 to 3.7.1 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.7.1) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development 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 c5af000..c1106dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "chai": "^4.3.6", "eslint": "^9.3.0", "i18next": "^23.11.5", - "jquery": "^3.6.0", + "jquery": "^3.7.1", "mocha": "^10.4.0", "nyc": "^15.1.0", "react": "^16.12.0", @@ -5120,9 +5120,9 @@ } }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", "dev": true }, "node_modules/js-stringify": { @@ -12064,9 +12064,9 @@ } }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", "dev": true }, "js-stringify": { diff --git a/package.json b/package.json index fa62b6b..c7bfb51 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "chai": "^4.3.6", "eslint": "^9.3.0", "i18next": "^23.11.5", - "jquery": "^3.6.0", + "jquery": "^3.7.1", "mocha": "^10.4.0", "nyc": "^15.1.0", "react": "^16.12.0",