From be71f29d7d392e84898e71419d8576f7d7a01c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 01:41:40 +0000 Subject: [PATCH] chore(deps): bump jsdom from 17.0.0 to 18.0.0 Bumps [jsdom](https://github.com/jsdom/jsdom) from 17.0.0 to 18.0.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/17.0.0...18.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production 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 9da826c..88d1ab4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "hexo-util": "^2.5.0", "marked": "^3.0.4", "dompurify": "^2.3.0", - "jsdom": "^17.0.0" + "jsdom": "^18.0.0" }, "devDependencies": { "chai": "^4.2.0",