From 384288c84c1d765f70bfad9ac1e083d1e5bfbf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:08:18 +0000 Subject: [PATCH] chore(deps): bump jquery from 3.6.1 to 3.6.2 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... 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 c855d74090..c1de6a02b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "gulp-shell": "^0.8.0", "http-proxy": ">=1.18.1", "ini": ">=3.0.1", - "jquery": ">=3.6.1", + "jquery": ">=3.6.2", "jquery-highlight": "^3.5.0", "lodash": "^4.17.21", "lodash.template": ">=4.5.0", @@ -5639,9 +5639,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.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "node_modules/jquery-highlight": { "version": "3.5.0", @@ -14745,9 +14745,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.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "jquery-highlight": { "version": "3.5.0", diff --git a/package.json b/package.json index 128d33d2e1..b3df6f44da 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "gulp-shell": "^0.8.0", "http-proxy": ">=1.18.1", "ini": ">=3.0.1", - "jquery": ">=3.6.1", + "jquery": ">=3.6.2", "jquery-highlight": "^3.5.0", "lodash": "^4.17.21", "lodash.template": ">=4.5.0",