Skip to content

Commit 2408729

Browse files
committed
Update eslint-plugin-jsdoc for Node 18 compatibility
1 parent bec474b commit 2408729

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"eslint": "^8.2.0",
165165
"eslint-plugin-deprecation": "^1.3.2",
166166
"eslint-plugin-import": "^2.25.4",
167-
"eslint-plugin-jsdoc": "^39.3.6",
167+
"eslint-plugin-jsdoc": "^39.6.4",
168168
"eslint-plugin-lodash": "^7.4.0",
169169
"eslint-plugin-unused-imports": "^2.0.0",
170170
"express-static-gzip": "^2.1.5",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,10 +1542,10 @@
15421542
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
15431543
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
15441544

1545-
"@es-joy/jsdoccomment@~0.36.0":
1546-
version "0.36.0"
1547-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.0.tgz#e3898aad334281a10ceb3c0ec406297a79f2b043"
1548-
integrity sha512-u0XZyvUF6Urb2cSivSXA8qXIpT/CxkHcdtZKoWusAzgzmsTWpg0F2FpWXsolHmMUyVY3dLWaoy+0ccJ5uf2QjA==
1545+
"@es-joy/jsdoccomment@~0.36.1":
1546+
version "0.36.1"
1547+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
1548+
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
15491549
dependencies:
15501550
comment-parser "1.3.1"
15511551
esquery "^1.4.0"
@@ -5119,12 +5119,12 @@ eslint-plugin-import@^2.25.4:
51195119
resolve "^1.22.0"
51205120
tsconfig-paths "^3.14.1"
51215121

5122-
eslint-plugin-jsdoc@^39.3.6:
5123-
version "39.6.2"
5124-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.2.tgz#dcc86cec7cce47aa1a646e38debd5bdf76f63742"
5125-
integrity sha512-dvgY/W7eUFoAIIiaWHERIMI61ZWqcz9YFjEeyTzdPlrZc3TY/3aZm5aB91NUoTLWYZmO/vFlYSuQi15tF7uE5A==
5122+
eslint-plugin-jsdoc@^39.6.4:
5123+
version "39.6.4"
5124+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.4.tgz#b940aebd3eea26884a0d341785d2dc3aba6a38a7"
5125+
integrity sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==
51265126
dependencies:
5127-
"@es-joy/jsdoccomment" "~0.36.0"
5127+
"@es-joy/jsdoccomment" "~0.36.1"
51285128
comment-parser "1.3.1"
51295129
debug "^4.3.4"
51305130
escape-string-regexp "^4.0.0"
@@ -10037,7 +10037,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1003710037
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1003810038
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1003910039

10040-
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
10040+
semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
1004110041
version "7.3.8"
1004210042
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1004310043
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==

0 commit comments

Comments
 (0)