aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-06-17 21:54:56 +0000
committerGravatar vitalyster2024-06-18 06:22:24 +0300
commitb91a1d1606358fa4411029ce555497f14f09ac50 (patch)
treed193212019e39bdb21ec1cdf49950a875462381c /package-lock.json
parent38f30906b64afb61edad284cbab864eb40430e02 (diff)
build(deps-dev): bump eslint-plugin-jsdoc from 48.2.9 to 48.2.12
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.9 to 48.2.12. - [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/v48.2.9...v48.2.12) --- 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>
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 6a26751b..05cc5b1b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -53,7 +53,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest-dom": "^5.4.0",
- "eslint-plugin-jsdoc": "^48.2.9",
+ "eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
@@ -8626,9 +8626,9 @@
"dev": true
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "48.2.9",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.9.tgz",
- "integrity": "sha512-ErpKyr2mEUEkcdZ4nwW/cvDjClvAcvJMEXkGGll0wf8sro8h6qeQ3qlZyp1vM1dRk8Ap6rMdke8FnP94QBIaVQ==",
+ "version": "48.2.12",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.12.tgz",
+ "integrity": "sha512-sO9sKkJx5ovWoRk9hV0YiNzXQ4Z6j27CqE/po2E3wddZVuy9wvKPSTiIhpxMTrP/qURvKayJIDB2+o9kyCW1Fw==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.43.1",