Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 19, 2020
1 parent 64de423 commit 65db74c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rxjs": "6.5.5",
"sharp": "0.24.1",
"swagger-ui-express": "4.1.4",
"typeorm": "0.2.24",
"typeorm": "0.2.25",
"typescript": "~3.9.0",
"web-push": "3.4.4"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17728,10 +17728,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected].24:
version "0.2.24"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.24.tgz#cd0fbd907326873a96c98e290fca49c589f0ffa8"
integrity sha512-L9tQv6nNLRyh+gex/qc8/CyLs8u0kXKqk1OjYGF13k/KOg6N2oibwkuGgv0FuoTGYx2ta2NmqvuMUAMrHIY5ew==
[email protected].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"
Expand All @@ -17741,7 +17741,7 @@ [email protected]:
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"
Expand Down

0 comments on commit 65db74c

Please sign in to comment.