From 7bb673463d4a8864fa48a26dfef077b0cb2197c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:14:20 +0000 Subject: [PATCH] chore(deps-dev): bump jsdom from 20.0.0 to 25.0.1 Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.0 to 25.0.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/20.0.0...25.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac412853..a6081b3d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grunt-contrib-concat": "2.1.0", "grunt-replace": "2.0.2", "istanbul-lib-instrument": "6.0.3", - "jsdom": "20.0.0", + "jsdom": "25.0.1", "mocha": "10.7.3", "nyc": "17.1.0", "selenium-webdriver": "4.25.0",