From 06c74fbe80dfb0ce5d1d087bf4d7bf8bbb42c263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 08:00:33 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.6.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.6.0) Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62a2116e9..513acb668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,9 @@ "bootstrap-datepicker": "1.9.0", "bootstrap-timepicker": "0.5.2", "font-awesome": "4.7.0", - "jquery": "3.4.1", + "jquery": "3.6.0", "vue": "2.6.11" - }, - "devDependencies": {} + } }, "node_modules/axios": { "version": "0.19.0", @@ -100,9 +99,9 @@ } }, "node_modules/jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "node_modules/ms": { "version": "2.0.0", @@ -170,9 +169,9 @@ "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", + "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "ms": { "version": "2.0.0", diff --git a/package.json b/package.json index 30421ea1e..ce9cbaf9e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bootstrap-datepicker": "1.9.0", "bootstrap-timepicker": "0.5.2", "font-awesome": "4.7.0", - "jquery": "3.4.1", + "jquery": "3.6.0", "vue": "2.6.11" }, "devDependencies": {},