From 440111dfee3ea0d69fe361761499e197506fc2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:51:10 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [cross-env](https://github.com/kentcdodds/cross-env), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `cross-env` from 7.0.3 to 10.0.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.0.0) Updates `eslint-plugin-jsdoc` from 51.4.1 to 52.0.2 - [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...v52.0.2) Updates `stylelint-config-standard` from 38.0.0 to 39.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/38.0.0...39.0.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 52.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: stylelint-config-standard dependency-version: 39.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eff4cd66..36d416fe 100644 --- a/package.json +++ b/package.json @@ -74,16 +74,16 @@ "@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.7", "http-server": "^14.1.1", "pkg-ok": "^3.0.0", "pretty-bytes": "^7.0.0", "rimraf": "^6.0.1", "server-destroy": "^1.0.1", "stylelint": "^16.20.0", - "stylelint-config-standard": "^38.0.0", + "stylelint-config-standard": "^39.0.1", "tsx": "^4.20.3", "typescript": "^5.8.3" },