aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-08-19 21:53:34 +0000
committerGravatar vitalyster2024-08-20 07:45:00 +0300
commit1641bc4ef646f5bb8590186ade6c06c9ffe93fc7 (patch)
treebec99f20306ac811d71033d41991edb94aa23871 /package-lock.json
parent79772a6b3d83c15b1433b684234f79f868c6f151 (diff)
build(deps-dev): bump eslint-plugin-jsdoc from 50.0.1 to 50.2.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.0.1 to 50.2.2. - [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.0.1...v50.2.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 269bc63c..b22512e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -52,7 +52,7 @@
"eslint": "8.57.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest-dom": "^5.4.0",
- "eslint-plugin-jsdoc": "^50.2.1",
+ "eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
@@ -8911,9 +8911,9 @@
"dev": true
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "50.2.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.1.tgz",
- "integrity": "sha512-KbGhcct6JxzM0x1gjqH1hf4vvc+YNMag5JXyMuPFIPP9THWctRg3UgBUjNcI6a6Rw+1GdKeJ3vTmSICLVF0mtw==",
+ "version": "50.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.2.tgz",
+ "integrity": "sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.48.0",