Commit 16bf2a02 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update devconsole lodash dependency.

parent c1ac1fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr

## [Unreleased]
### Changed
- Update devconsole lodash.template (4.5.0) dependency.
- Update devconsole lodash (4.17.13) and lodash.template (4.5.0) dependencies.

### Fixed
- Handle updates during leaderboard schedule reset window.
+6 −6

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@
    "typescript": "3.3.3333",
    "js-yaml": "^3.13.1",
    "handlebars": "^4.1.2",
    "lodash.template": "^4.5.0"
    "lodash.template": "^4.5.0",
    "lodash": "^4.17.13"
  },
  "scripts": {
    "start": "react-scripts start",
+5 −0
Original line number Diff line number Diff line
@@ -6219,6 +6219,11 @@ lodash.uniq@^4.5.0:
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
  integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==

lodash@^4.17.13:
  version "4.17.14"
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
  integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

loglevel@^1.4.1:
  version "1.6.1"
  resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"