From: Jérôme Benoit Date: Sun, 23 Oct 2022 08:32:02 +0000 (+0200) Subject: Apply dependencies update X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3f00dc9fa8b58cfd9ff5f953c7b99f10a7a42248;p=benchmarks-js.git Apply dependencies update Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index fd25c86..2409d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.7.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.17", + "eslint-plugin-jsdoc": "^39.3.20", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.1", @@ -900,9 +900,9 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.3.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.17.tgz", - "integrity": "sha512-5ms3QMUn+n2S8xqkUHjMnF4nV825qlUTkfEaLf6YFJIdfR/BVigYq7gjiu27uqDh0KMP5wcPtwfFKs0KJaBYKA==", + "version": "39.3.20", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.20.tgz", + "integrity": "sha512-A9pAm4lQeDKyzu6wuMUZS+FQceu6S2G18o9Mld0a48NAeLaLPg9TpoXM2Xv85LZ3AnKUtx+jR9SxXJLgCQiifQ==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.33.0", @@ -4230,9 +4230,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.3.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.17.tgz", - "integrity": "sha512-5ms3QMUn+n2S8xqkUHjMnF4nV825qlUTkfEaLf6YFJIdfR/BVigYq7gjiu27uqDh0KMP5wcPtwfFKs0KJaBYKA==", + "version": "39.3.20", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.20.tgz", + "integrity": "sha512-A9pAm4lQeDKyzu6wuMUZS+FQceu6S2G18o9Mld0a48NAeLaLPg9TpoXM2Xv85LZ3AnKUtx+jR9SxXJLgCQiifQ==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.33.0", diff --git a/package.json b/package.json index 2265f2b..8864f80 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.7.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.17", + "eslint-plugin-jsdoc": "^39.3.20", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.1",