Commit f5ef86a4 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update devconsole handlebars dependency.

parent 117c98c4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ All notable changes to this project are documented below.
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).

## [Unreleased]

### Changed
- Upgrade devconsole handlebars (4.3.0) dependency.

## [2.9.0] - 2019-12-23
### Added
@@ -38,7 +39,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- A group create operation now returns a GRPC Code 6 (HTTP 409 Conflict) when the group name is already in use.
- Allow Console API requests to return results above default size limit.
- The presence count is no longer added together across nodes in the status view of the Developer Console.
- Create tournament operations alway return the existing tournament after repeated calls with the same ID.
- Create tournament operations always return the existing tournament after repeated calls with the same ID.
- Upgrade to Go 1.13.4 and use Debian buster-slim for base docker images.
- Rate limit the maximum number of concurrent leaderboard/tournament callback executions.
- Allow Go runtime match listing operations min/max count to be optional.
+8 −8

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
    "typesafe-actions": "^3.2.1",
    "typescript": "3.3.3333",
    "js-yaml": "^3.13.1",
    "handlebars": "^4.1.2",
    "handlebars": "^4.3.0",
    "lodash.template": "^4.5.0",
    "lodash": "^4.17.13",
    "eslint-utils": "^1.4.1",
+4 −4
Original line number Diff line number Diff line
@@ -4463,10 +4463,10 @@ handlebars@^4.0.3:
  optionalDependencies:
    uglify-js "^3.1.4"

handlebars@^4.1.2:
  version "4.1.2"
  resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
  integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
handlebars@^4.3.0:
  version "4.5.3"
  resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
  integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
  dependencies:
    neo-async "^2.6.0"
    optimist "^0.6.1"