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

Update devconsole lodash.template dependency.

parent cdc4f08f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@ 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
- Update devconsole lodash.template (4.5.0) dependency.

### Fixed
- Handle updates during leaderboard schedule reset window.
- Ensure the matchmaker cannot match together tickets from the same session.
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@
    "typesafe-actions": "^3.2.1",
    "typescript": "3.3.3333",
    "js-yaml": "^3.13.1",
    "handlebars": "^4.1.2"
    "handlebars": "^4.1.2",
    "lodash.template": "^4.5.0"
  },
  "scripts": {
    "start": "react-scripts start",
+9 −1
Original line number Diff line number Diff line
@@ -6156,7 +6156,7 @@ locate-path@^3.0.0:
    p-locate "^3.0.0"
    path-exists "^3.0.0"

lodash._reinterpolate@~3.0.0:
lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0:
  version "3.0.0"
  resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
  integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
@@ -6194,6 +6194,14 @@ lodash.template@^4.2.4, lodash.template@^4.4.0:
    lodash._reinterpolate "~3.0.0"
    lodash.templatesettings "^4.0.0"

lodash.template@^4.5.0:
  version "4.5.0"
  resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
  integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
  dependencies:
    lodash._reinterpolate "^3.0.0"
    lodash.templatesettings "^4.0.0"

lodash.templatesettings@^4.0.0:
  version "4.1.0"
  resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316"