Skip to content

Commit 6eac05b

Browse files
committed
Update dependency comment-parser to v1
1 parent 362f2a8 commit 6eac05b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@types/lru-cache": "^5.1.0",
7474
"@typescript-eslint/typescript-estree": "^4.6.1",
75-
"comment-parser": "^0.7.6",
75+
"comment-parser": "^1.0.0",
7676
"jsonld-context-parser": "^2.0.2",
7777
"lru-cache": "^6.0.0",
7878
"minimist": "^1.2.5"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1580,10 +1580,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
15801580
dependencies:
15811581
delayed-stream "~1.0.0"
15821582

1583-
comment-parser@^0.7.6:
1584-
version "0.7.6"
1585-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.6.tgz#0e743a53c8e646c899a1323db31f6cd337b10f12"
1586-
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==
1583+
comment-parser@^1.0.0:
1584+
version "1.0.0"
1585+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.0.0.tgz#59bf7173fd4215e37727958af2d88e7118a68aa1"
1586+
integrity sha512-aepwNGXznqu+KXzhKP6yqnqHlxyjRrLsKlpvb3ooAXx/qBMRGxU5mSvdDZ/9s39S8XRWnSPu+Cv3d6jy+V6YRw==
15871587

15881588
compare-versions@^3.6.0:
15891589
version "3.6.0"

0 commit comments

Comments
 (0)