Skip to content

Commit

Permalink
audit(critical): handlebars@4.4.5 in package resolutions (#6853)
Browse files Browse the repository at this point in the history
* audit(critical): handlebars@4.4.5 in package resolutions

and update yarn.lock

resolves critical `yarn audit` issue due to:

    https://www.npmjs.com/advisories/755

fixed formatting of `resolutions` package field using the following command:

    node ./bin/prettier.js --write package.json

* and remove resolutions, not needed now that the lock file has been updated
  • Loading branch information
Chris Brody authored and lydell committed Nov 6, 2019
1 parent b23c6a2 commit 4ed377a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions yarn.lock
Expand Up @@ -3434,20 +3434,10 @@ growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"

handlebars@^4.0.13:
version "4.1.1"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3"
integrity sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
source-map "^0.6.1"
optionalDependencies:
uglify-js "^3.1.4"

handlebars@^4.0.3:
version "4.1.2"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
handlebars@4.4.5, handlebars@^4.0.13, handlebars@^4.0.3:
version "4.4.5"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.5.tgz#1b1f94f9bfe7379adda86a8b73fb570265a0dddd"
integrity sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
Expand Down

0 comments on commit 4ed377a

Please sign in to comment.