From dca744ba1f26e1ea62e86da1582ece858e3ec4f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jan 2023 04:38:16 +0000 Subject: [PATCH] fix: upgrade jquery from 3.6.1 to 3.6.2 Snyk has created this PR to upgrade jquery from 3.6.1 to 3.6.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/kmu-dev/project/67ebca09-05e8-448f-8134-f255a4424ed1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"