Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.3.9 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2022
1 parent 9fe38b5 commit a39bc38
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"stream-browserify": "3.0.0",
"swagger-ui-express": "4.1.6",
"tslib": "2.3.1",
"typeorm": "0.3.6",
"typeorm": "0.3.9",
"yup": "0.32.11",
"lodash": "4.17.21"
},
Expand Down
23 changes: 23 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17524,6 +17524,29 @@ [email protected]:
xml2js "^0.4.23"
yargs "^17.3.1"

[email protected]:
version "0.3.9"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.9.tgz#ad0f525d81c081fd11006f97030f47a55978ac81"
integrity sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==
dependencies:
"@sqltools/formatter" "^1.2.2"
app-root-path "^3.0.0"
buffer "^6.0.3"
chalk "^4.1.0"
cli-highlight "^2.1.11"
date-fns "^2.28.0"
debug "^4.3.3"
dotenv "^16.0.0"
glob "^7.2.0"
js-yaml "^4.1.0"
mkdirp "^1.0.4"
reflect-metadata "^0.1.13"
sha.js "^2.4.11"
tslib "^2.3.1"
uuid "^8.3.2"
xml2js "^0.4.23"
yargs "^17.3.1"

[email protected]:
version "4.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c"
Expand Down

0 comments on commit a39bc38

Please sign in to comment.