From 28a7d8c134462569c03db3f387b949bdedcdd1fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:41:49 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21f376c0d..c32860a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,8 +43,8 @@ "cpy-cli": "^6.0.0", "eslint": "^9.30.1", "eslint-plugin-headers": "1.3.3", - "eslint-plugin-jsdoc": "60.8.0", - "eslint-plugin-perfectionist": "4.15.0", + "eslint-plugin-jsdoc": "60.8.1", + "eslint-plugin-perfectionist": "4.15.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-tsdoc": "0.4.0", "http-server": "^14.0.0", @@ -3585,9 +3585,9 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.67.2", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.67.2.tgz", - "integrity": "sha512-roH+w/W97L5+gXv9c9n2RrAS/KwIn/10fi7SG+gB9ZOs3pDhhpnnq8lObKCEUTWABL4JTpDXeThU3Q64VqT9UQ==", + "version": "0.68.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.68.1.tgz", + "integrity": "sha512-wJJXnfG2Pq7ZC8IeOupkkAVtEH6OYy1uVxRTeshXDQfSNsZneS7FUQlNf710osZ5Yz/b5ev9xChvybTT7CM63g==", "dev": true, "license": "MIT", "dependencies": { @@ -3595,7 +3595,7 @@ "@typescript-eslint/types": "^8.45.0", "comment-parser": "1.4.1", "esquery": "^1.6.0", - "jsdoc-type-pratt-parser": "6.3.2" + "jsdoc-type-pratt-parser": "6.3.3" }, "engines": { "node": ">=20.11.0" @@ -11554,13 +11554,13 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "60.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-60.8.0.tgz", - "integrity": "sha512-rhN7JTbIaRHcmCdQrzDI/5750e6pIi1TKRG7VD2bzaa8K5yJqwcf8lAAKcdWiblQ+El9IEPCw5j34xOg59+I1g==", + "version": "60.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-60.8.1.tgz", + "integrity": "sha512-LDcQpH4cYzU+EEri907GSzr16U2UOBiQcm95dK8ka5SnTwIT3Y7bC0iiY/MKyOotTRXaw4MY3Ec9BgHIfDBvHQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@es-joy/jsdoccomment": "~0.67.2", + "@es-joy/jsdoccomment": "~0.68.1", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.4.3", @@ -11594,15 +11594,15 @@ } }, "node_modules/eslint-plugin-perfectionist": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.15.0.tgz", - "integrity": "sha512-pC7PgoXyDnEXe14xvRUhBII8A3zRgggKqJFx2a82fjrItDs1BSI7zdZnQtM2yQvcyod6/ujmzb7ejKPx8lZTnw==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.15.1.tgz", + "integrity": "sha512-MHF0cBoOG0XyBf7G0EAFCuJJu4I18wy0zAoT1OHfx2o6EOx1EFTIzr2HGeuZa1kDcusoX0xJ9V7oZmaeFd773Q==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@typescript-eslint/types": "^8.34.1", - "@typescript-eslint/utils": "^8.34.1", + "@typescript-eslint/types": "^8.38.0", + "@typescript-eslint/utils": "^8.38.0", "natural-orderby": "^5.0.0" }, "engines": { @@ -14316,9 +14316,9 @@ "license": "MIT" }, "node_modules/jsdoc-type-pratt-parser": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.3.2.tgz", - "integrity": "sha512-u5bv2XxJjwoSL4jyQ+QIrFmo7tFollOnE+BDQbxWJv/m7/kSiZ/P2+E2Y2TmYmST8EeavzFzrGoG4VstTLP5bA==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.3.3.tgz", + "integrity": "sha512-N1HQK15ZXdwgmXsALjUWW9Cwyg1BQS5hfP8KzDkbR4mjb+Ep8Uxcfwz+OU1tsNCRg99rk62d8GMNdG8Qz4k+Gg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8b3677e1e..816e3e84f 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,8 @@ "cpy-cli": "^6.0.0", "eslint": "^9.30.1", "eslint-plugin-headers": "1.3.3", - "eslint-plugin-jsdoc": "60.8.0", - "eslint-plugin-perfectionist": "4.15.0", + "eslint-plugin-jsdoc": "60.8.1", + "eslint-plugin-perfectionist": "4.15.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-tsdoc": "0.4.0", "http-server": "^14.0.0",