Skip to content

Commit

Permalink
chores: Work around a bug in yarn audit misreporting handlebars versi…
Browse files Browse the repository at this point in the history
…on (#1131)

`[email protected]` is already in the yarn.lock, but when TSOA is imported,
yarn audit finds this issue, based on version in package.json version
GHSA-f2jv-r9rf-7988
  • Loading branch information
ra100 authored Nov 12, 2021
1 parent 494c141 commit 8160359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"deepmerge": "^4.2.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"handlebars": "^4.7.7",
"merge": "^2.1.0",
"minimatch": "^3.0.4",
"typescript": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3575,7 +3575,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==

handlebars@^4.7.6:
handlebars@^4.7.6, handlebars@^4.7.7:
version "4.7.7"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
Expand Down

0 comments on commit 8160359

Please sign in to comment.