From: Jérôme Benoit Date: Sun, 23 Oct 2022 08:35:44 +0000 (+0200) Subject: Apply dependencies update X-Git-Tag: v2.3.8~121 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fb7b29219d513a3a5465accf79c9eea02c04e345;p=poolifier.git Apply dependencies update Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index c9a6a062..99f512b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-define-config": "^1.7.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.19", + "eslint-plugin-jsdoc": "^39.3.20", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.19", @@ -3405,9 +3405,9 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.3.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.19.tgz", - "integrity": "sha512-TPa4uyD/m7Wv6DT6dOmG/QZf14fWoqL3BABdb7/QkFFb3wtnlsErAr7u6urOE/48vv1oc1+IY7GNdgtLORORTg==", + "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", @@ -12365,9 +12365,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.3.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.19.tgz", - "integrity": "sha512-TPa4uyD/m7Wv6DT6dOmG/QZf14fWoqL3BABdb7/QkFFb3wtnlsErAr7u6urOE/48vv1oc1+IY7GNdgtLORORTg==", + "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 61501ff1..441c9475 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint-define-config": "^1.7.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.19", + "eslint-plugin-jsdoc": "^39.3.20", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.19",