Skip to content

Commit ca3f4f7

Browse files
Update dependency eslint-plugin-jsdoc to v39.9.1
1 parent e9d83bc commit ca3f4f7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-config-next": "12.3.4",
3535
"eslint-config-standard": "17.0.0",
3636
"eslint-import-resolver-typescript": "2.7.1",
37-
"eslint-plugin-jsdoc": "39.3.3",
37+
"eslint-plugin-jsdoc": "39.9.1",
3838
"eslint-plugin-n": "^15.6.1",
3939
"eslint-plugin-node": "11.1.0",
4040
"eslint-plugin-promise": "6.1.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@
207207
"@babel/helper-validator-identifier" "^7.19.1"
208208
to-fast-properties "^2.0.0"
209209

210-
"@es-joy/jsdoccomment@~0.31.0":
211-
version "0.31.0"
212-
resolved "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz"
213-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
210+
"@es-joy/jsdoccomment@~0.36.1":
211+
version "0.36.1"
212+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
213+
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
214214
dependencies:
215215
comment-parser "1.3.1"
216216
esquery "^1.4.0"
@@ -1176,17 +1176,17 @@ eslint-plugin-import@^2.26.0:
11761176
semver "^6.3.0"
11771177
tsconfig-paths "^3.14.1"
11781178

1179-
eslint-plugin-jsdoc@39.3.3:
1180-
version "39.3.3"
1181-
resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz"
1182-
integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==
1179+
eslint-plugin-jsdoc@39.9.1:
1180+
version "39.9.1"
1181+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2"
1182+
integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==
11831183
dependencies:
1184-
"@es-joy/jsdoccomment" "~0.31.0"
1184+
"@es-joy/jsdoccomment" "~0.36.1"
11851185
comment-parser "1.3.1"
11861186
debug "^4.3.4"
11871187
escape-string-regexp "^4.0.0"
11881188
esquery "^1.4.0"
1189-
semver "^7.3.7"
1189+
semver "^7.3.8"
11901190
spdx-expression-parse "^3.0.1"
11911191

11921192
eslint-plugin-jsx-a11y@^6.5.1:

0 commit comments

Comments
 (0)