From ed3135f615f2482476d60f6df1e79ef72ccee0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:11:57 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [cross-env](https://github.com/kentcdodds/cross-env) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `cross-env` from 7.0.3 to 10.1.0 - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.1.0) Updates `eslint-plugin-jsdoc` from 51.4.1 to 61.1.11 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v51.4.1...v61.1.11) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.11 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a94b6023..c4a59dc2 100644 --- a/package.json +++ b/package.json @@ -74,9 +74,9 @@ "@openally/httpie": "^1.0.0", "@types/node": "^24.0.3", "c8": "^10.1.2", - "cross-env": "^7.0.3", + "cross-env": "^10.1.0", "esbuild": "^0.25.0", - "eslint-plugin-jsdoc": "^51.2.1", + "eslint-plugin-jsdoc": "^61.1.11", "http-server": "^14.1.1", "pkg-ok": "^3.0.0", "pretty-bytes": "^7.0.0",