diff options
author | dependabot[bot] | 2024-10-21 21:51:32 +0000 |
---|---|---|
committer | vitalyster | 2024-10-21 22:13:10 -0700 |
commit | b6bc187679d42c83aa6db223c001261f8d5ff4a1 (patch) | |
tree | 45d291def32beacd11341ea8249f913bfb3cff81 | |
parent | dd22295625b305ce1cb911f70067f88f2d62258d (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 50.4.1 to 50.4.3
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.4.1 to 50.4.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.4.1...v50.4.3)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 9ff0fe98..0f631b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint": "8.57.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsdoc": "^50.4.1", + "eslint-plugin-jsdoc": "^50.4.3", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.1", @@ -9109,9 +9109,9 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.1.tgz", - "integrity": "sha512-OXIq+JJQPCLAKL473/esioFOwbXyRE5MAQ4HbZjcp3e+K3zdxt2uDpGs3FR+WezUXNStzEtTfgx15T+JFrVwBA==", + "version": "50.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.3.tgz", + "integrity": "sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.49.0", diff --git a/package.json b/package.json index b2c37f6f..2dbaa576 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint": "8.57.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsdoc": "^50.4.1", + "eslint-plugin-jsdoc": "^50.4.3", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.1", |