1
0
Fork 0

fix: upgrade typeorm from 0.3.4 to 0.3.5

Snyk has created this PR to upgrade typeorm from 0.3.4 to 0.3.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/emotionchild/project/f10ef90d-8d99-495d-aec7-f10a5aaf63ca?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-04-26 18:32:56 +00:00
parent 2e4743d652
commit 6707bc80f6
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
"mysql2": "^2.3.3", "mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"socket.io-client": "^4.4.1", "socket.io-client": "^4.4.1",
"typeorm": "^0.3.4" "typeorm": "^0.3.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.23", "@types/node": "^17.0.23",

View file

@ -1197,10 +1197,10 @@ typedarray-to-buffer@^3.1.5:
dependencies: dependencies:
is-typedarray "^1.0.0" is-typedarray "^1.0.0"
typeorm@^0.3.4: typeorm@^0.3.5:
version "0.3.4" version "0.3.6"
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.4.tgz#6608f7efb15c40f3fa2863cefb45ff78a208c40c" resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.6.tgz#65203443a1b684bb746785913fe2b0877aa991c0"
integrity sha512-6v3HH12viDhIQwQDod/B0Plt1o7IYIVDxP7zwatD6fzN+IDdqTTinW/sWNw84Edpbhh2t7XILTaQEqj0NXFP/Q== integrity sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw==
dependencies: dependencies:
"@sqltools/formatter" "^1.2.2" "@sqltools/formatter" "^1.2.2"
app-root-path "^3.0.0" app-root-path "^3.0.0"