diff --git a/package.json b/package.json index 0062692..1960d2e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "eslint ." }, "dependencies": { - "jquery": "^3.6.0", + "jquery": "^3.6.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "ms": "^2.1.3" diff --git a/yarn.lock b/yarn.lock index 52c6561..b54743a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2287,10 +2287,10 @@ jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" -jquery@^3.6.0: - version "3.6.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16" - integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw== +jquery@^3.6.2: + version "3.6.3" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6" + integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg== js-sdsl@^4.1.4: version "4.2.0"