From e71f277d7ee387f3a59dce68d8f2ffa951df0f47 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:02:08 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20upgrade=20jquery=20to?= =?UTF-8?q?=20v.3.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #676 --- projects/spectator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/spectator/package.json b/projects/spectator/package.json index dd4b510d..27f9880c 100644 --- a/projects/spectator/package.json +++ b/projects/spectator/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "@testing-library/dom": "^8.11.0", - "jquery": "3.6.4", + "jquery": "^3.7.1", "replace-in-file": "6.2.0", "tslib": "^2.6.2" },