Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-08 19:46:39 +0300
committerGitHub <noreply@github.com>2021-03-08 19:46:39 +0300
commit902263ba27c7123efad5dca38f3ecb6d52e12904 (patch)
tree7d0b391a3ac8601e9115fb41ba9cd57284d817ca
parente163d988457c77f83296b0f950659cd9d2b7bb94 (diff)
Bump jquery from 3.5.1 to 3.6.0 (#33242)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 25042697bd..2c37db6a22 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6151,9 +6151,9 @@
"dev": true
},
"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==",
"dev": true
},
"js-tokens": {
diff --git a/package.json b/package.json
index ed9e7fdd99..c4af635a5f 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.69.0",
"ip": "^1.1.5",
- "jquery": "^3.5.1",
+ "jquery": "^3.6.0",
"karma": "^6.1.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",