From 9eec0fa262ae640e30556f8ba09abb7c03a0b748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 02:30:05 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/math-input/package.json | 4 ++-- packages/perseus-editor/package.json | 4 ++-- packages/perseus/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/math-input/package.json b/packages/math-input/package.json index 3f77af0f8e..0bbb726f73 100644 --- a/packages/math-input/package.json +++ b/packages/math-input/package.json @@ -27,7 +27,7 @@ "@khanacademy/wonder-blocks-core": "^4.3.0", "@khanacademy/wonder-blocks-i18n": "^1.2.3", "aphrodite": "^1.1.0", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "katex": "^0.11.1", "mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992", "perseus-build-settings": "^0.0.4", @@ -46,7 +46,7 @@ "@khanacademy/wonder-blocks-core": "^4.3.0", "@khanacademy/wonder-blocks-i18n": "^1.2.3", "aphrodite": "^1.1.0", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "katex": "^0.11.1", "mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992", "prop-types": "15.6.1", diff --git a/packages/perseus-editor/package.json b/packages/perseus-editor/package.json index 73907f2eef..65461417f4 100644 --- a/packages/perseus-editor/package.json +++ b/packages/perseus-editor/package.json @@ -33,7 +33,7 @@ "aphrodite": "^1.2.5", "classnames": "^1.1.4", "create-react-class": "^15.6.3", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "perseus-build-settings": "^0.0.4", "prop-types": "^15.6.1", "react": "16.14.0", @@ -48,7 +48,7 @@ "aphrodite": "^1.2.5", "classnames": "^1.1.4", "create-react-class": "^15.6.3", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "prop-types": "^15.6.1", "react": "16.14.0", "react-dom": "16.14.0", diff --git a/packages/perseus/package.json b/packages/perseus/package.json index fb74f402bf..68d063b0bd 100644 --- a/packages/perseus/package.json +++ b/packages/perseus/package.json @@ -53,7 +53,7 @@ "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.26.0", "intersection-observer": "^0.12.0", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "katex": "^0.11.1", "lodash.debounce": "^4.0.8", "perseus-build-settings": "^0.0.4", @@ -84,7 +84,7 @@ "classnames": "^1.1.4", "create-react-class": "^15.6.3", "intersection-observer": "^0.12.0", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "lodash.debounce": "^4.0.8", "prop-types": "^15.6.1", "react": "16.14.0", diff --git a/yarn.lock b/yarn.lock index 20431b29e9..c2ab4b8c17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12457,15 +12457,15 @@ jison@0.4.15: lex-parser "~0.1.3" nomnom "1.5.2" -jquery@^2.1.1: - version "2.2.4" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" - integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= - jquery@^3.4.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" - integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== + version "3.7.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" + integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== + +jquery@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== js-string-escape@^1.0.1: version "1.0.1"