From aa9125bbc55993671d670258be425e48a29ddcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 08:56:44 +0000 Subject: [PATCH] chore(deps-dev): bump jsdom from 20.0.0 to 21.1.2 Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.0 to 21.1.2. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/20.0.0...21.1.2) --- 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 8a28a33b..988a35af 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": "5.2.0", - "jsdom": "20.0.0", + "jsdom": "21.1.2", "mocha": "10.2.0", "nyc": "15.1.0", "selenium-webdriver": "4.8.1",