Skip to content

Commit 853f8c4

Browse files
Bump typeorm from 0.3.19 to 0.3.20
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](typeorm/typeorm@0.3.19...0.3.20) --- updated-dependencies: - dependency-name: typeorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19e148d commit 853f8c4

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"pg": "^8.11.3",
4040
"reflect-metadata": "^0.2.1",
4141
"supports-color": "^9.4.0",
42-
"typeorm": "^0.3.17",
42+
"typeorm": "^0.3.20",
4343
"ydeck": "^0.2.10",
4444
"ydke": "^1.1.0",
4545
"ygopro-data": "1.4.1"

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -1547,11 +1547,9 @@ core-util-is@~1.0.0:
15471547

15481548
coveralls@^3.1.1:
15491549
version "0.0.0"
1550-
uid ""
15511550

15521551
"coveralls@link:./node_modules/.NULL":
15531552
version "0.0.0"
1554-
uid ""
15551553

15561554
cpu-features@~0.0.9:
15571555
version "0.0.9"
@@ -2491,11 +2489,9 @@ jackspeak@^2.3.5:
24912489

24922490
jimp@^0.16.1:
24932491
version "0.0.0"
2494-
uid ""
24952492

24962493
"jimp@link:./node_modules/.NULL":
24972494
version "0.0.0"
2498-
uid ""
24992495

25002496
js-tokens@^4.0.0:
25012497
version "4.0.0"
@@ -3435,11 +3431,6 @@ readdirp@~3.6.0:
34353431
dependencies:
34363432
picomatch "^2.2.1"
34373433

3438-
reflect-metadata@^0.1.13:
3439-
version "0.1.14"
3440-
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.14.tgz#24cf721fe60677146bb77eeb0e1f9dece3d65859"
3441-
integrity sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==
3442-
34433434
reflect-metadata@^0.2.1:
34443435
version "0.2.1"
34453436
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
@@ -4039,10 +4030,10 @@ typedarray-to-buffer@^3.1.5:
40394030
dependencies:
40404031
is-typedarray "^1.0.0"
40414032

4042-
typeorm@^0.3.17:
4043-
version "0.3.19"
4044-
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.19.tgz#a985ce8ae36d266018e44fed5e27a4a5da34ad2a"
4045-
integrity sha512-OGelrY5qEoAU80mR1iyvmUHiKCPUydL6xp6bebXzS7jyv/X70Gp/jBWRAfF4qGOfy2A7orMiGRfwsBUNbEL65g==
4033+
typeorm@^0.3.20:
4034+
version "0.3.20"
4035+
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.20.tgz#4b61d737c6fed4e9f63006f88d58a5e54816b7ab"
4036+
integrity sha512-sJ0T08dV5eoZroaq9uPKBoNcGslHBR4E4y+EBHs//SiGbblGe7IeduP/IH4ddCcj0qp3PHwDwGnuvqEAnKlq/Q==
40464037
dependencies:
40474038
"@sqltools/formatter" "^1.2.5"
40484039
app-root-path "^3.1.0"
@@ -4054,7 +4045,7 @@ typeorm@^0.3.17:
40544045
dotenv "^16.0.3"
40554046
glob "^10.3.10"
40564047
mkdirp "^2.1.3"
4057-
reflect-metadata "^0.1.13"
4048+
reflect-metadata "^0.2.1"
40584049
sha.js "^2.4.11"
40594050
tslib "^2.5.0"
40604051
uuid "^9.0.0"

0 commit comments

Comments
 (0)