From 52f79f07bf1ea14a424fb4c508bdf7835a52add3 Mon Sep 17 00:00:00 2001 From: Yogesh Chaudhary Date: Fri, 17 Jul 2026 22:57:16 +0530 Subject: [PATCH] chore: pin eslint-plugin-import, jsdoc, and prefer-arrow versions Replaces "latest" specifiers with pinned semver ranges to prevent npm ci failures when new versions are released before the lock file is updated. --- package-lock.json | 10 +++++----- package.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bad7fb2..0723d359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,9 +42,9 @@ "cross-fetch": "^4.1.0", "cypress": "^14.5.4", "eslint": "^8.57.0", - "eslint-plugin-import": "*", - "eslint-plugin-jsdoc": "*", - "eslint-plugin-prefer-arrow": "*", + "eslint-plugin-import": "^2.32.0", + "eslint-plugin-jsdoc": "^63.0.14", + "eslint-plugin-prefer-arrow": "^1.2.3", "express-jwt": "^8.5.1", "husky": "^4.3.8", "jest": "^29.7.0", @@ -11426,8 +11426,8 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.13", - "integrity": "sha512-ahG1kWA8jYNwaQJtzJlnF+v4Gb9w5r+WL98gp+L8qjLN9ErpL5sevGuemN+fCYsU3Np27F36KmDc8UPi1ml/dg==", + "version": "63.0.14", + "integrity": "sha512-byHCDtG3ylswoHuo05GDkeHMJywbGPqIxjBT6k9KPQNl/LBjkf1V5/XbXJhKbRyfzTS5/+cSuml6OQoxEayRtg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index c622207d..031d725d 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,9 @@ "cross-fetch": "^4.1.0", "cypress": "^14.5.4", "eslint": "^8.57.0", - "eslint-plugin-import": "latest", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", + "eslint-plugin-import": "^2.32.0", + "eslint-plugin-jsdoc": "^63.0.14", + "eslint-plugin-prefer-arrow": "^1.2.3", "express-jwt": "^8.5.1", "husky": "^4.3.8", "jest": "^29.7.0",