Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Update undate to ^0.2.3 to fix potential infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Nov 15, 2017
1 parent 1bf0ce8 commit 39f4f4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## [Unreleased]
### Fixed
- Update undate to fix infinite loop.

## [0.14.3] - 2017-11-10
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"dependencies": {
"eventemitter3": "^2.0.3",
"textarea-caret": "^3.0.1",
"undate": "^0.2.2"
"undate": "^0.2.3"
},
"bundlesize": [
{
Expand Down
22 changes: 4 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5501,18 +5501,6 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

npm-run-all@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.0.2.tgz#a84669348e6db6ccbe052200b4cdb6bfe034a4fe"
dependencies:
chalk "^1.1.3"
cross-spawn "^5.0.1"
minimatch "^3.0.2"
ps-tree "^1.0.1"
read-pkg "^2.0.0"
shell-quote "^1.6.1"
string.prototype.padend "^3.0.0"

npm-run-all@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.1.tgz#3095cf3f3cacf57fcb662b210ab10c609af6ddbb"
Expand Down Expand Up @@ -6385,7 +6373,7 @@ prr@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"

ps-tree@^1.0.1, ps-tree@^1.1.0:
ps-tree@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
dependencies:
Expand Down Expand Up @@ -8049,11 +8037,9 @@ unc-path-regex@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

undate@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/undate/-/undate-0.2.2.tgz#e5809a2e9b6fbc9131196c6b20938c8925babd24"
dependencies:
npm-run-all "^4.0.2"
undate@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/undate/-/undate-0.2.3.tgz#5c3d470878e366ce21d34540dcb6d1a547ad555f"

underscore-contrib@~0.3.0:
version "0.3.0"
Expand Down

0 comments on commit 39f4f4c

Please sign in to comment.