From abf78da39bc0708d17b457c4a8074ede0afa890b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 19:44:37 +0000 Subject: [PATCH] Bump typeorm from 0.2.22 to 0.2.25 Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.22 to 0.2.25. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](https://github.com/typeorm/typeorm/compare/0.2.22...0.2.25) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9710d1a..5fec165 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "pg": "^7.17.0", "reflect-metadata": "^0.1.13", "type-graphql": "^0.17.6", - "typeorm": "^0.2.22", + "typeorm": "^0.2.25", "uuid": "^3.3.3", "winston": "^3.2.1" }, diff --git a/yarn.lock b/yarn.lock index 2a496cc..5dc9f1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3704,6 +3704,11 @@ mkdirp@0.x, mkdirp@^0.5.0, mkdirp@^0.5.1: dependencies: minimist "0.0.8" +mkdirp@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" @@ -5378,10 +5383,10 @@ type-is@^1.6.16, type-is@~1.6.17, type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typeorm@^0.2.22: - version "0.2.22" - resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.22.tgz#e85166e29ee4e4248ed73b2b8c977f364ffba606" - integrity sha512-mDEnMtzRwX4zMYbyzM9xDn7jvGs8hfQ2ymOBq36Zxq1RVM642numwlRbr4W8dU7ZYx8CQUE9rmk+sU0baHD9Rw== +typeorm@^0.2.25: + version "0.2.25" + resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.25.tgz#1a33513b375b78cc7740d2405202208b918d7dde" + integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ== dependencies: app-root-path "^3.0.0" buffer "^5.1.0" @@ -5391,8 +5396,9 @@ typeorm@^0.2.22: dotenv "^6.2.0" glob "^7.1.2" js-yaml "^3.13.1" - mkdirp "^0.5.1" + mkdirp "^1.0.3" reflect-metadata "^0.1.13" + sha.js "^2.4.11" tslib "^1.9.0" xml2js "^0.4.17" yargonaut "^1.1.2"