From ccfc69a5b0c80c2ae59fcbe8f7ba85909aee612a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:17:34 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump jsdom from 29.1.0 to 29.1.1 in /dashboard Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.0 to 29.1.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.1.0...v29.1.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 359ad0c..4759b32 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.20", "eslint": "10.2.1", "eslint-config-next": "^16.1.6", - "jsdom": "^29.1.0", + "jsdom": "^29.1.1", "postcss": "^8.5.12", "prisma": "^6.19.3", "tailwindcss": "^4.2.0", @@ -6192,9 +6192,9 @@ "license": "MIT" }, "node_modules/jsdom": { - "version": "29.1.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.1.0.tgz", - "integrity": "sha512-YNUc7fB9QuvSSQWfrH0xF+TyABkxUwx8sswgIDaCrw4Hol8BghdZDkITtZheRJeMtzWlnTfsM3bBBusRvpO1wg==", + "version": "29.1.1", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-29.1.1.tgz", + "integrity": "sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/dashboard/package.json b/dashboard/package.json index 7698aa0..1452604 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -47,7 +47,7 @@ "autoprefixer": "10.4.20", "eslint": "10.2.1", "eslint-config-next": "^16.1.6", - "jsdom": "^29.1.0", + "jsdom": "^29.1.1", "postcss": "^8.5.12", "prisma": "^6.19.3", "tailwindcss": "^4.2.0",