Skip to content

Commit 9353d13

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.9.1
1 parent d484cb3 commit 9353d13

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-eslint-comments": "3.2.0",
1616
"eslint-plugin-import": "2.26.0",
1717
"eslint-plugin-jest": "26.5.3",
18-
"eslint-plugin-jsdoc": "39.3.3",
18+
"eslint-plugin-jsdoc": "39.9.1",
1919
"eslint-plugin-prettier": "4.2.1",
2020
"jest": "27.5.1",
2121
"prettier": "2.7.1",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@
284284
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
285285
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
286286

287-
"@es-joy/jsdoccomment@~0.31.0":
288-
version "0.31.0"
289-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
290-
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
287+
"@es-joy/jsdoccomment@~0.36.1":
288+
version "0.36.1"
289+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f"
290+
integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==
291291
dependencies:
292292
comment-parser "1.3.1"
293293
esquery "^1.4.0"
@@ -1500,17 +1500,17 @@ [email protected]:
15001500
dependencies:
15011501
"@typescript-eslint/utils" "^5.10.0"
15021502

1503-
eslint-plugin-jsdoc@39.3.3:
1504-
version "39.3.3"
1505-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236"
1506-
integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==
1503+
eslint-plugin-jsdoc@39.9.1:
1504+
version "39.9.1"
1505+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2"
1506+
integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==
15071507
dependencies:
1508-
"@es-joy/jsdoccomment" "~0.31.0"
1508+
"@es-joy/jsdoccomment" "~0.36.1"
15091509
comment-parser "1.3.1"
15101510
debug "^4.3.4"
15111511
escape-string-regexp "^4.0.0"
15121512
esquery "^1.4.0"
1513-
semver "^7.3.7"
1513+
semver "^7.3.8"
15141514
spdx-expression-parse "^3.0.1"
15151515

15161516
@@ -3266,6 +3266,11 @@ semver@^6.0.0, semver@^6.3.0:
32663266
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
32673267
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
32683268

3269+
semver@^7.3.8:
3270+
version "7.7.2"
3271+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
3272+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
3273+
32693274
shebang-command@^2.0.0:
32703275
version "2.0.0"
32713276
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)