diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-08 21:27:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 21:27:44 +0200 |
commit | 5bf8de2b0d1261da351f52a5e8904d416f7a4cb3 (patch) | |
tree | 011891a9c7f2dfe3223157ca295f73d2016dbd8b | |
parent | 8b1465c3ffe2618ccbde33f9e45d66aa6ef7e13b (diff) |
Bump postgres-interval from 1.1.2 to 1.2.0 (#13623)
Bumps [postgres-interval](https://github.com/bendrucker/postgres-interval) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/bendrucker/postgres-interval/releases) - [Commits](https://github.com/bendrucker/postgres-interval/compare/v1.1.2...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index 1f22b8899..db4853254 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8645,9 +8645,9 @@ postgres-date@~1.0.0: integrity sha1-4tiXAu/bJY/52c7g/pG9BpdSV6g= postgres-interval@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.1.2.tgz#bf71ff902635f21cb241a013fc421d81d1db15a9" - integrity sha512-fC3xNHeTskCxL1dC8KOtxXt7YeFmlbTYtn7ul8MkVERuTmf7pI4DrkAxcw3kh1fQ9uz4wQmd03a1mRiXUZChfQ== + version "1.2.0" + resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz#b460c82cb1587507788819a06aa0fffdb3544695" + integrity sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ== dependencies: xtend "^4.0.0" |