From c432847e657afa2f9402cbc756e80942b9bc7a3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Nov 2023 14:46:01 +0000 Subject: [PATCH] fix: upgrade jquery from 3.7.0 to 3.7.1 Snyk has created this PR to upgrade jquery from 3.7.0 to 3.7.1. See this package in npm: https://www.npmjs.com/package/jquery See this project in Snyk: https://app.snyk.io/org/inexizi/project/5f602834-457a-43ed-bc2c-7e169b74f39d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4701d38..45abea1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "buffer": "^6.0.3", "crypto-js": "^4.2.0", "glob-parent": "6.0.2", - "jquery": "^3.6.2", + "jquery": "^3.7.1", "jquery-ui": "^1.13.2", "json5": "^2.2.3", "nth-check": "2.1.1",