From 4e50ddfafb6947059f1d7625e746160001055a89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Sep 2023 15:00:26 +0000 Subject: [PATCH] fix: upgrade jquery from 3.3.1 to 3.7.1 Snyk has created this PR to upgrade jquery from 3.3.1 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/phillipgraniero-rxi/project/998aa6c4-dcc8-45ca-bf24-a7592a38dd75?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/webpack with ie support/package-lock.json | 6 +++--- examples/webpack with ie support/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/webpack with ie support/package-lock.json b/examples/webpack with ie support/package-lock.json index eaf9048f..8ed4148b 100644 --- a/examples/webpack with ie support/package-lock.json +++ b/examples/webpack with ie support/package-lock.json @@ -3741,9 +3741,9 @@ } }, "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" }, "js-tokens": { "version": "3.0.2", diff --git a/examples/webpack with ie support/package.json b/examples/webpack with ie support/package.json index ad995886..74b2b71c 100644 --- a/examples/webpack with ie support/package.json +++ b/examples/webpack with ie support/package.json @@ -9,7 +9,7 @@ "author": "ujjwal gupta", "license": "ISC", "dependencies": { - "jquery": "^3.3.1", + "jquery": "^3.7.1", "jsstore": "^2.9.2" }, "devDependencies": {