From 7cef7a44a8cd91dccec0e3d0aac39639107e255a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:24:24 +0000 Subject: [PATCH] Update dependency jquery to v3 [SECURITY] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d882abe..70e05ea 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "babel-preset-react": "^6.1.18", "chai": "^3.5.0", "chai-jquery": "^2.0.0", - "jquery": "^2.2.1", + "jquery": "^3.5.0", "jsdom": "^8.1.0", "mocha": "^2.4.5", "react-addons-test-utils": "^0.14.7",