fix(modals): upgrade jquery versions (#6303)

pull/6259/head
Chaim Lev-Ari 2021-12-21 00:51:48 +02:00 committed by GitHub
parent 4f7b432f44
commit e25141d899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -221,7 +221,7 @@
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
}, },
"resolutions": { "resolutions": {
"jquery": "^3.5.1", "**/jquery": "^3.6.0",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",

View File

@ -11295,12 +11295,7 @@ jest@^27.4.3:
import-local "^3.0.2" import-local "^3.0.2"
jest-cli "^27.4.5" jest-cli "^27.4.5"
jquery@>=1.12.0, jquery@^3.5.1: jquery@>=1.12.0, jquery@^3.5.1, jquery@^3.6.0:
version "3.5.1"
resolved "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz"
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
jquery@^3.6.0:
version "3.6.0" version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==