Skip to content

Commit dce11bf

Browse files
Bump typeorm from 0.2.18 to 0.2.25
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.18 to 0.2.25. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](typeorm/typeorm@0.2.18...0.2.25) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cce7752 commit dce11bf

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mysql2": "^1.6.1",
3333
"reflect-metadata": "^0.1.12",
3434
"remove": "^0.1.5",
35-
"typeorm": "^0.2.9"
35+
"typeorm": "^0.2.25"
3636
},
3737
"devDependencies": {
3838
"@types/graphql": "^14.5.0",

yarn.lock

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ anymatch@^2.0.0:
246246
micromatch "^3.1.4"
247247
normalize-path "^2.1.1"
248248

249-
app-root-path@^2.0.1:
250-
version "2.2.1"
251-
resolved "https://registry.npm.taobao.org/app-root-path/download/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a"
252-
integrity sha1-0N9KaC7kCCc1g9Q/b3npiSYkvJo=
249+
app-root-path@^3.0.0:
250+
version "3.0.0"
251+
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-3.0.0.tgz#210b6f43873227e18a4b810a032283311555d5ad"
252+
integrity sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw==
253253

254254
aproba@^1.0.3:
255255
version "1.2.0"
@@ -1162,7 +1162,7 @@ inflight@^1.0.4:
11621162
once "^1.3.0"
11631163
wrappy "1"
11641164

1165-
inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.3:
1165+
inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
11661166
version "2.0.4"
11671167
resolved "https://registry.npm.taobao.org/inherits/download/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
11681168
integrity sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=
@@ -1747,6 +1747,11 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
17471747
dependencies:
17481748
minimist "0.0.8"
17491749

1750+
mkdirp@^1.0.3:
1751+
version "1.0.4"
1752+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1753+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1754+
17501755
mongodb-core@3.2.7:
17511756
version "3.2.7"
17521757
resolved "https://registry.npm.taobao.org/mongodb-core/download/mongodb-core-3.2.7.tgz#a8ef1fe764a192c979252dacbc600dc88d77e28f"
@@ -2354,6 +2359,14 @@ setprototypeof@1.1.1:
23542359
resolved "https://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
23552360
integrity sha1-fpWsskqpL1iF4KvvW6ExMw1K5oM=
23562361

2362+
sha.js@^2.4.11:
2363+
version "2.4.11"
2364+
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
2365+
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
2366+
dependencies:
2367+
inherits "^2.0.1"
2368+
safe-buffer "^5.0.1"
2369+
23572370
shebang-command@^1.2.0:
23582371
version "1.2.0"
23592372
resolved "https://registry.npm.taobao.org/shebang-command/download/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -2657,21 +2670,22 @@ type-is@^1.6.16:
26572670
media-typer "0.3.0"
26582671
mime-types "~2.1.24"
26592672

2660-
typeorm@^0.2.9:
2661-
version "0.2.18"
2662-
resolved "https://registry.npm.taobao.org/typeorm/download/typeorm-0.2.18.tgz#8ae1d21104117724af41ddc11035c40a705e1de8"
2663-
integrity sha1-iuHSEQQRdySvQd3BEDXECnBeHeg=
2673+
typeorm@^0.2.25:
2674+
version "0.2.25"
2675+
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.25.tgz#1a33513b375b78cc7740d2405202208b918d7dde"
2676+
integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ==
26642677
dependencies:
2665-
app-root-path "^2.0.1"
2678+
app-root-path "^3.0.0"
26662679
buffer "^5.1.0"
26672680
chalk "^2.4.2"
26682681
cli-highlight "^2.0.0"
26692682
debug "^4.1.1"
26702683
dotenv "^6.2.0"
26712684
glob "^7.1.2"
26722685
js-yaml "^3.13.1"
2673-
mkdirp "^0.5.1"
2686+
mkdirp "^1.0.3"
26742687
reflect-metadata "^0.1.13"
2688+
sha.js "^2.4.11"
26752689
tslib "^1.9.0"
26762690
xml2js "^0.4.17"
26772691
yargonaut "^1.1.2"

0 commit comments

Comments
 (0)