From 78fbfcd8851e355acd0af7b6a87ae6915827eb06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:32:15 +0000 Subject: [PATCH] :arrow_up: Bump jsdom from 22.1.0 to 25.0.1 in /packages/vue3 Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.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/22.1.0...25.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 37b14ac3..3a0bda63 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -50,7 +50,7 @@ "@vitejs/plugin-vue": "4.6.2", "@vitest/coverage-istanbul": "0.34.6", "@vue/test-utils": "2.4.6", - "jsdom": "22.1.0", + "jsdom": "25.0.1", "storybook-utils": "workspace:storybook-utils@*", "vite": "5.4.9", "vite-plugin-static-copy": "0.17.1",