Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit 140c814

Browse files
chore(deps-dev): Bump eslint-plugin-jsdoc from 39.3.6 to 39.3.14
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.6 to 39.3.14. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v39.3.6...v39.3.14) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5239ed commit 140c814

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/eslint-plugin": "5.37.0",
3636
"@typescript-eslint/parser": "5.37.0",
3737
"eslint": "8.23.1",
38-
"eslint-plugin-jsdoc": "39.3.6",
38+
"eslint-plugin-jsdoc": "39.3.14",
3939
"lint-staged": "13.0.3",
4040
"prettier": "2.7.1",
4141
"prettier-package-json": "2.6.4",

yarn.lock

+22-11
Original file line numberDiff line numberDiff line change
@@ -328,14 +328,14 @@ __metadata:
328328
languageName: node
329329
linkType: hard
330330

331-
"@es-joy/jsdoccomment@npm:~0.31.0":
332-
version: 0.31.0
333-
resolution: "@es-joy/jsdoccomment@npm:0.31.0"
331+
"@es-joy/jsdoccomment@npm:~0.33.0":
332+
version: 0.33.0
333+
resolution: "@es-joy/jsdoccomment@npm:0.33.0"
334334
dependencies:
335335
comment-parser: 1.3.1
336336
esquery: ^1.4.0
337337
jsdoc-type-pratt-parser: ~3.1.0
338-
checksum: dc4ee878414925fb38d50175f3bae47506539e7061005ae93e4a9a0b1eecdba5a35f52c6d5833c4ee0c0365a8c19bc76dcd9ec890ea6a5bb12c83881bea048b9
338+
checksum: 58c9951d65e18fee1eae7f1e1fa7e361bd477079d4091fd8eef1786719371b32992f95bdb074c7905ba01cb5f3dc195a5123faca1b298fa726e9a7d038e70455
339339
languageName: node
340340
linkType: hard
341341

@@ -1565,20 +1565,20 @@ __metadata:
15651565
languageName: node
15661566
linkType: hard
15671567

1568-
"eslint-plugin-jsdoc@npm:39.3.6":
1569-
version: 39.3.6
1570-
resolution: "eslint-plugin-jsdoc@npm:39.3.6"
1568+
"eslint-plugin-jsdoc@npm:39.3.14":
1569+
version: 39.3.14
1570+
resolution: "eslint-plugin-jsdoc@npm:39.3.14"
15711571
dependencies:
1572-
"@es-joy/jsdoccomment": ~0.31.0
1572+
"@es-joy/jsdoccomment": ~0.33.0
15731573
comment-parser: 1.3.1
15741574
debug: ^4.3.4
15751575
escape-string-regexp: ^4.0.0
15761576
esquery: ^1.4.0
1577-
semver: ^7.3.7
1577+
semver: ^7.3.8
15781578
spdx-expression-parse: ^3.0.1
15791579
peerDependencies:
15801580
eslint: ^7.0.0 || ^8.0.0
1581-
checksum: 4118d5d1f1b49f964103bccebd5d7c8b7406c0a18ea8a65a33d95e318ba355c3b7baf73fe14faf44573b794a8f8f5ab18f8bfe60e9cc5768e365a5894f1f74e4
1581+
checksum: 551e9a3db0ffd5c359370a5123b66286f08cbc72f451da4715af531d5087b6321e86123424a0b8561509ece770c91561e1441f164af821cb224d5f0e179ed27e
15821582
languageName: node
15831583
linkType: hard
15841584

@@ -2328,7 +2328,7 @@ __metadata:
23282328
"@typescript-eslint/eslint-plugin": 5.37.0
23292329
"@typescript-eslint/parser": 5.37.0
23302330
eslint: 8.23.1
2331-
eslint-plugin-jsdoc: 39.3.6
2331+
eslint-plugin-jsdoc: 39.3.14
23322332
lint-staged: 13.0.3
23332333
prettier: 2.7.1
23342334
prettier-package-json: 2.6.4
@@ -3158,6 +3158,17 @@ __metadata:
31583158
languageName: node
31593159
linkType: hard
31603160

3161+
"semver@npm:^7.3.8":
3162+
version: 7.3.8
3163+
resolution: "semver@npm:7.3.8"
3164+
dependencies:
3165+
lru-cache: ^6.0.0
3166+
bin:
3167+
semver: bin/semver.js
3168+
checksum: 7e581d679530db31757301c2117721577a2bb36a301a443aac833b8efad372cda58e7f2a464fe4412ae1041cc1f63a6c1fe0ced8c57ce5aca1e0b57bb0d627b9
3169+
languageName: node
3170+
linkType: hard
3171+
31613172
"set-blocking@npm:^2.0.0":
31623173
version: 2.0.0
31633174
resolution: "set-blocking@npm:2.0.0"

0 commit comments

Comments
 (0)