From: Jérôme Benoit Date: Tue, 25 Oct 2022 19:44:23 +0000 (+0200) Subject: Apply dependencies update X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cffc182cf8cb15203bf4bb82b2ac8e3721925c00;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 0d482d0..c1a2c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.8.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.24", + "eslint-plugin-jsdoc": "^39.3.25", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.1", @@ -66,9 +66,9 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz", - "integrity": "sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==", + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz", + "integrity": "sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw==", "dev": true, "dependencies": { "comment-parser": "1.3.1", @@ -958,12 +958,12 @@ "dev": true }, "node_modules/eslint-plugin-jsdoc": { - "version": "39.3.24", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.24.tgz", - "integrity": "sha512-ePTnAvTKc/Ux97PgffhsgJcQVJimaNxb5yA4nwhHg+gZ21rjFQmOyowDDYe2u/L9ClwRGmwLq7/K422bTh+2Zg==", + "version": "39.3.25", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz", + "integrity": "sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.33.0", + "@es-joy/jsdoccomment": "~0.33.4", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", @@ -3740,9 +3740,9 @@ } }, "@es-joy/jsdoccomment": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz", - "integrity": "sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==", + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz", + "integrity": "sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw==", "dev": true, "requires": { "comment-parser": "1.3.1", @@ -4411,12 +4411,12 @@ } }, "eslint-plugin-jsdoc": { - "version": "39.3.24", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.24.tgz", - "integrity": "sha512-ePTnAvTKc/Ux97PgffhsgJcQVJimaNxb5yA4nwhHg+gZ21rjFQmOyowDDYe2u/L9ClwRGmwLq7/K422bTh+2Zg==", + "version": "39.3.25", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz", + "integrity": "sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==", "dev": true, "requires": { - "@es-joy/jsdoccomment": "~0.33.0", + "@es-joy/jsdoccomment": "~0.33.4", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 53fbf27..9e88713 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.8.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.24", + "eslint-plugin-jsdoc": "^39.3.25", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "husky": "^8.0.1",