Skip to content

Commit c7ebc4d

Browse files
committed
Update dependency comment-parser to v1
1 parent af0b244 commit c7ebc4d

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
@@ -73,7 +73,7 @@
7373
"@types/lru-cache": "^5.1.0",
7474
"@types/semver": "^7.3.4",
7575
"@typescript-eslint/typescript-estree": "^4.6.1",
76-
"comment-parser": "^0.7.6",
76+
"comment-parser": "^1.0.0",
7777
"componentsjs": "^4.0.0",
7878
"jsonld-context-parser": "^2.0.2",
7979
"lru-cache": "^6.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1777,10 +1777,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
17771777
dependencies:
17781778
delayed-stream "~1.0.0"
17791779

1780-
comment-parser@^0.7.6:
1781-
version "0.7.6"
1782-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.7.6.tgz#0e743a53c8e646c899a1323db31f6cd337b10f12"
1783-
integrity sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==
1780+
comment-parser@^1.0.0:
1781+
version "1.0.1"
1782+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.0.1.tgz#6f40ebc3ac5063cf59b5eb415bc689636134cc4a"
1783+
integrity sha512-korDJ16mBVZexVd485jz4AeAcAFP1UzeecfVgfBCBojLFjMEHEHOY9vgk3e9o1zRSP0EscavonLki4JZDCKmrg==
17841784

17851785
compare-versions@^3.6.0:
17861786
version "3.6.0"

0 commit comments

Comments
 (0)