From 8ec59aac3005a86a44b93a202069e370a1cd2373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 08:57:12 +0000 Subject: [PATCH] chore(deps-dev): bump jsdom from 20.0.0 to 22.1.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.0 to 22.1.0. - [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...22.1.0) --- 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..f46bdbdb 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": "22.1.0", "mocha": "10.2.0", "nyc": "15.1.0", "selenium-webdriver": "4.8.1",