Update dependency eslint-plugin-jsdoc to v48.2.3
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (pull_request) Successful in 37s Details
📦 Publish Docker Container / build (push) Successful in 38s Details
🎨 Lint / lint (push) Has been cancelled Details

This commit is contained in:
CI 2024-04-26 04:18:15 +00:00
parent c636d8a470
commit dc844f3a05
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"eslint": "8.57.0",
"eslint-config-chase": "1.0.11",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.2",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-unicorn": "52.0.0"
},
"engines": {
@ -1335,9 +1335,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "48.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.2.tgz",
"integrity": "sha512-S0Gk+rpT5w/ephKCncUY7kUsix9uE4B9XI8D/fS1/26d8okE+vZsuG1IvIt4B6sJUdQqsnzi+YXfmh+HJG11CA==",
"version": "48.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz",
"integrity": "sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.42.0",
@ -4458,9 +4458,9 @@
}
},
"eslint-plugin-jsdoc": {
"version": "48.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.2.tgz",
"integrity": "sha512-S0Gk+rpT5w/ephKCncUY7kUsix9uE4B9XI8D/fS1/26d8okE+vZsuG1IvIt4B6sJUdQqsnzi+YXfmh+HJG11CA==",
"version": "48.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.3.tgz",
"integrity": "sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.42.0",

View File

@ -33,7 +33,7 @@
"eslint": "8.57.0",
"eslint-config-chase": "1.0.11",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.2",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-unicorn": "52.0.0"
}
}