Bump typeorm from 0.2.45 to 0.3.2
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.45 to 0.3.2. - [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.45...0.3.2) --- updated-dependencies: - dependency-name: typeorm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c20b972c92
commit
27a7109063
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
"mysql2": "^2.3.3",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"socket.io-client": "^4.4.1",
|
||||
"typeorm": "^0.3.1"
|
||||
"typeorm": "^0.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.22",
|
||||
|
|
|
@ -1197,10 +1197,10 @@ typedarray-to-buffer@^3.1.5:
|
|||
dependencies:
|
||||
is-typedarray "^1.0.0"
|
||||
|
||||
typeorm@^0.3.1:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.1.tgz#94c5600bb1ad8e63dbf48b2a6fc77c2e9c429b04"
|
||||
integrity sha512-uuZzjiPfmRMQkzB3/Gw09vr8ytm3p0NY1+mBQzxwKbNRAi44ePORFM9oCIWUwZB3GzfU7or/pZL7zvWy2xegWg==
|
||||
typeorm@^0.3.2:
|
||||
version "0.3.2"
|
||||
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.2.tgz#19fb0346df91426bd33656e333db4af6840a247a"
|
||||
integrity sha512-uuAylm4lYlYDm4ZEawbvjlcfdx9javiJOD/ukvbZK9VoTUz+1iPjGFllVyDlg4mHwp0PHURMKTcbGM+BLwAvXg==
|
||||
dependencies:
|
||||
"@sqltools/formatter" "^1.2.2"
|
||||
app-root-path "^3.0.0"
|
||||
|
|
Reference in a new issue