chore(front): update dependency @types/jquery to v3.5.29
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2678>
This commit is contained in:
parent
b6c906bf7c
commit
1c93460ffb
|
@ -61,7 +61,7 @@
|
|||
"@intlify/unplugin-vue-i18n": "0.8.2",
|
||||
"@types/diff": "5.0.9",
|
||||
"@types/dompurify": "2.4.0",
|
||||
"@types/jquery": "3.5.16",
|
||||
"@types/jquery": "3.5.29",
|
||||
"@types/lodash-es": "4.17.7",
|
||||
"@types/moxios": "0.4.15",
|
||||
"@types/qs": "6.9.7",
|
||||
|
|
|
@ -1720,20 +1720,13 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
|
||||
integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
|
||||
|
||||
"@types/jquery@*":
|
||||
"@types/jquery@*", "@types/jquery@3.5.29":
|
||||
version "3.5.29"
|
||||
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.29.tgz#3c06a1f519cd5fc3a7a108971436c00685b5dcea"
|
||||
integrity sha512-oXQQC9X9MOPRrMhPHHOsXqeQDnWeCDT3PelUIg/Oy8FAbzSZtFHRjc7IpbfFVmpLtJ+UOoywpRsuO5Jxjybyeg==
|
||||
dependencies:
|
||||
"@types/sizzle" "*"
|
||||
|
||||
"@types/jquery@3.5.16":
|
||||
version "3.5.16"
|
||||
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.16.tgz#632131baf30951915b0317d48c98e9890bdf051d"
|
||||
integrity sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==
|
||||
dependencies:
|
||||
"@types/sizzle" "*"
|
||||
|
||||
"@types/json-schema@^7.0.9":
|
||||
version "7.0.15"
|
||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
||||
|
|
Loading…
Reference in New Issue