Skip to content

Commit

Permalink
fix: update to comment-parser 1.2.4
Browse files Browse the repository at this point in the history
This relaxes the engine constraint that caused the previous breaking change. ¯\_(ツ)_/¯
  • Loading branch information
jwbay committed Oct 2, 2021
1 parent dc731e1 commit 38116a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"typescript": "^4.4.0"
},
"dependencies": {
"comment-parser": "^1.2.3"
"comment-parser": "^1.2.4"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2303,10 +2303,10 @@ combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

comment-parser@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.3.tgz#303a7eb99c9b2632efd594e183ccbd32042caf69"
integrity sha512-vnqDwBSXSsdAkGS5NjwMIPelE47q+UkEgWKHvCDNhVIIaQSUFY6sNnEYGzdoPGMdpV+7KR3ZkRd7oyWIjtuvJg==
comment-parser@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.4.tgz#489f3ee55dfd184a6e4bffb31baba284453cb760"
integrity sha512-pm0b+qv+CkWNriSTMsfnjChF9kH0kxz55y44Wo5le9qLxMj5xDQAaEd9ZN1ovSuk9CsrncWaFwgpOMg7ClJwkw==

common-ancestor-path@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 38116a3

Please sign in to comment.