diff options
author | dependabot[bot] | 2024-07-01 21:37:50 +0000 |
---|---|---|
committer | vitalyster | 2024-07-02 06:09:07 +0300 |
commit | 9ab42e595acf8d95690b4937bdf1c730d8f22223 (patch) | |
tree | fb2b8e05d8644040e9ec7958821b2397a6456356 | |
parent | 667590b9b4816fc302911c7dda85acff0cc363cb (diff) |
build(deps-dev): bump eslint-plugin-jsdoc from 48.4.0 to 48.5.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.4.0 to 48.5.0.
- [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.4.0...v48.5.0)
---
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>
-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 71c21f25..9c52edb2 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.4.0", + "eslint-plugin-jsdoc": "^48.5.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.4.0", "eslint-plugin-react": "^7.34.3", @@ -8641,9 +8641,9 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "48.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.4.0.tgz", - "integrity": "sha512-xBUxuAx03cKoEA7y+MYSUdwyN8AJyZHbAJ257sOFXgVgCScm574S4zEYJpBoARwaCu4chhCbvA+gdm+00whlxA==", + "version": "48.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.5.0.tgz", + "integrity": "sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.43.1", diff --git a/package.json b/package.json index b1024429..2c951498 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jest-dom": "^5.4.0", - "eslint-plugin-jsdoc": "^48.4.0", + "eslint-plugin-jsdoc": "^48.5.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.4.0", "eslint-plugin-react": "^7.34.3", |