From 8c0472a08561d78b62ce4a8dd9a072dc779d304a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:57:23 -0500 Subject: [PATCH] chore(deps): update dependency jsdom to v23 (#12186) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index d00e9c5264..bedca0ec84 100644 --- a/install/package.json +++ b/install/package.json @@ -163,7 +163,7 @@ "grunt": "1.6.1", "grunt-contrib-watch": "1.1.0", "husky": "8.0.3", - "jsdom": "22.1.0", + "jsdom": "23.0.0", "lint-staged": "15.1.0", "mocha": "10.2.0", "mocha-lcov-reporter": "1.3.0",