From 555c94b1a41485e61a73ff1df171850e2990fecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Aug 2024 11:22:26 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-jsdoc from 48.8.3 to 48.10.1 Snyk has created this PR to upgrade eslint-plugin-jsdoc from 48.8.3 to 48.10.1. See this package in npm: eslint-plugin-jsdoc See this project in Snyk: https://app.snyk.io/org/hckrnews/project/4dd177c9-5221-4b93-afcb-b80f21fd1786?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 41 +++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 037ec8e..7a95191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-html": "^8.0.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^48.0.4", + "eslint-plugin-jsdoc": "^48.10.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-n": "^17.0.0", "eslint-plugin-prettier": "^5.0.0", @@ -4767,16 +4767,18 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.8.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.8.3.tgz", - "integrity": "sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==", + "version": "48.10.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.10.1.tgz", + "integrity": "sha512-dxV7ytazLW9CdPahds07FljQ960vLQG65mUnFi8/6Pc6u6miCZNGYrnKVHrnnrcj+LikhiKAayjrUiNttzRMEg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@es-joy/jsdoccomment": "~0.46.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.3.5", "escape-string-regexp": "^4.0.0", + "espree": "^10.1.0", "esquery": "^1.6.0", "parse-imports": "^2.1.1", "semver": "^7.6.3", @@ -4802,6 +4804,37 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-jsdoc/node_modules/espree": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "acorn": "^8.12.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/eslint-plugin-jsdoc/node_modules/semver": { "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", diff --git a/package.json b/package.json index a2899fb..164f09b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-html": "^8.0.0", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^48.0.4", + "eslint-plugin-jsdoc": "^48.10.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-n": "^17.0.0", "eslint-plugin-prettier": "^5.0.0",