From 5f79072e382a12d7cc9ce8a619318ad3e147f3d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:45:03 +0000 Subject: [PATCH] Bump the dev-dependencies group in /QualityControl with 2 updates Bumps the dev-dependencies group in /QualityControl with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [globals](https://github.com/sindresorhus/globals). Updates `eslint-plugin-jsdoc` from 62.4.1 to 62.5.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.4.1...v62.5.0) Updates `globals` from 17.1.0 to 17.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.1.0...v17.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- QualityControl/package-lock.json | 16 ++++++++-------- QualityControl/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/QualityControl/package-lock.json b/QualityControl/package-lock.json index 741a91149..d7190560a 100644 --- a/QualityControl/package-lock.json +++ b/QualityControl/package-lock.json @@ -27,8 +27,8 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.4.0", "eslint": "^9.39.1", - "eslint-plugin-jsdoc": "^62.4.1", - "globals": "^17.1.0", + "eslint-plugin-jsdoc": "^62.5.0", + "globals": "^17.3.0", "nock": "^15.0.0", "puppeteer": "^24.36.0", "sequelize-cli": "^6.6.2", @@ -2720,9 +2720,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "62.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.4.1.tgz", - "integrity": "sha512-HgX2iN4j104D/mCUqRbhtzSZbph+KO9jfMHiIJjJ19Q+IwLQ5Na2IqvOJYq4S+4kgvEk1w6KYF4vVus6H2wcHg==", + "version": "62.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.0.tgz", + "integrity": "sha512-D+1haMVDzW/ZMoPwOnsbXCK07rJtsq98Z1v+ApvDKxSzYTTcPgmFc/nyUDCGmxm2cP7g7hszyjYHO7Zodl/43w==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -3502,9 +3502,9 @@ } }, "node_modules/globals": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", - "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { diff --git a/QualityControl/package.json b/QualityControl/package.json index 05eae0250..c3eff2716 100644 --- a/QualityControl/package.json +++ b/QualityControl/package.json @@ -51,8 +51,8 @@ "@eslint/js": "^9.39.1", "@stylistic/eslint-plugin-js": "^4.4.0", "eslint": "^9.39.1", - "eslint-plugin-jsdoc": "^62.4.1", - "globals": "^17.1.0", + "eslint-plugin-jsdoc": "^62.5.0", + "globals": "^17.3.0", "nock": "^15.0.0", "puppeteer": "^24.36.0", "sequelize-cli": "^6.6.2",