From 2d94539bd9c6eb9e92d4663fcba3facd4782a9e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jan 2023 11:04:53 +0000 Subject: [PATCH] chore(front): update dependency @types/jquery to v3.5.16 --- front/package.json | 2 +- front/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/front/package.json b/front/package.json index fe8b19dd0..3ba34ef37 100644 --- a/front/package.json +++ b/front/package.json @@ -62,7 +62,7 @@ "@types/diff": "5.0.2", "@types/dompurify": "2.4.0", "@types/howler": "2.2.7", - "@types/jquery": "3.5.14", + "@types/jquery": "3.5.16", "@types/lodash-es": "4.17.6", "@types/moxios": "0.4.15", "@types/qs": "6.9.7", diff --git a/front/yarn.lock b/front/yarn.lock index 5851a3dd6..eb85a33d7 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -1571,13 +1571,20 @@ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== -"@types/jquery@*", "@types/jquery@3.5.14": +"@types/jquery@*": version "3.5.14" resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.14.tgz#ac8e11ee591e94d4d58da602cb3a5a8320dee577" integrity sha512-X1gtMRMbziVQkErhTQmSe2jFwwENA/Zr+PprCkF63vFq+Yt5PZ4AlKqgmeNlwgn7dhsXEK888eIW2520EpC+xg== 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.11" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"