From 8fec39d91beb2e394affbfbb7380875747703d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:15:39 +0000 Subject: [PATCH] Bump jquery from 3.5.1 to 3.6.0 in /client Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ffd6ac86d2..6f8434899f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -46,7 +46,7 @@ "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-remark": "^2.16.1", "i18next": "^19.9.1", - "jquery": "^3.5.1", + "jquery": "^3.6.0", "lodash": "^4.17.21", "monaco-editor": "^0.22.3", "nanoid": "^3.1.20", @@ -19908,9 +19908,9 @@ } }, "node_modules/jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "node_modules/js-tokens": { "version": "4.0.0", @@ -47156,9 +47156,9 @@ } }, "jquery": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz", - "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "js-tokens": { "version": "4.0.0", diff --git a/client/package.json b/client/package.json index fdaa1e33af..3e2bf7b4e1 100644 --- a/client/package.json +++ b/client/package.json @@ -42,7 +42,7 @@ "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-remark": "^2.16.1", "i18next": "^19.9.1", - "jquery": "^3.5.1", + "jquery": "^3.6.0", "lodash": "^4.17.21", "monaco-editor": "^0.22.3", "nanoid": "^3.1.20",