From 4ed3883ede30b3657088f5e018e4ba3d1fc593d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 19:42:00 +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 5ca43eb..b5889f9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rimraf": "3.0.0", "rxjs": "6.5.4", "swagger-ui-express": "4.1.3", - "typeorm": "0.2.22" + "typeorm": "0.2.25" }, "devDependencies": { "@nestjs/cli": "6.14.1", diff --git a/yarn.lock b/yarn.lock index 9a8ac40..078898e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5719,6 +5719,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== + move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" @@ -8052,10 +8057,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -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" @@ -8065,8 +8070,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"