fix: upgrade jquery from 3.5.1 to 3.6.0
Snyk has created this PR to upgrade jquery from 3.5.1 to 3.6.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mrstallion/project/91a3cebd-53f0-40ff-988c-3b84a8b58406?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
81ad12b03f
commit
016f6e9c68
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@cliqz/adblocker-electron": "^1.20.0",
|
||||
"jquery": "^3.5.1",
|
||||
"jquery": "^3.6.0",
|
||||
"keytar": "^7.4.0",
|
||||
"node-fetch": "^2.6.1"
|
||||
},
|
||||
|
|
|
@ -4143,10 +4143,10 @@ jest-worker@^26.6.1:
|
|||
merge-stream "^2.0.0"
|
||||
supports-color "^7.0.0"
|
||||
|
||||
jquery@^3.5.1:
|
||||
version "3.5.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
|
||||
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
|
||||
jquery@^3.6.0:
|
||||
version "3.6.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
|
||||
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
|
||||
|
||||
js-base64@^2.1.8:
|
||||
version "2.6.4"
|
||||
|
|
Loading…
Reference in New Issue