Skip to content

Commit 0c67d08

Browse files
Merge pull request #163 from samuelterra22/dependabot/npm_and_yarn/typeorm-0.2.26
Bump typeorm from 0.2.25 to 0.2.26
2 parents 5f9d702 + d7d3847 commit 0c67d08

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"redis": "^3.0.2",
3535
"reflect-metadata": "^0.1.13",
3636
"tsyringe": "^4.3.0",
37-
"typeorm": "^0.2.25",
37+
"typeorm": "^0.2.26",
3838
"uuidv4": "^6.2.3"
3939
},
4040
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,11 +2697,6 @@ domexception@^2.0.1:
26972697
dependencies:
26982698
webidl-conversions "^5.0.0"
26992699

2700-
dotenv@^6.2.0:
2701-
version "6.2.0"
2702-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
2703-
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
2704-
27052700
dotenv@^8.2.0:
27062701
version "8.2.0"
27072702
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
@@ -6935,17 +6930,17 @@ typedarray@^0.0.6:
69356930
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
69366931
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
69376932

6938-
typeorm@^0.2.25:
6939-
version "0.2.25"
6940-
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.25.tgz#1a33513b375b78cc7740d2405202208b918d7dde"
6941-
integrity sha512-yzQ995fyDy5wolSLK9cmjUNcmQdixaeEm2TnXB5HN++uKbs9TiR6Y7eYAHpDlAE8s9J1uniDBgytecCZVFergQ==
6933+
typeorm@^0.2.26:
6934+
version "0.2.26"
6935+
resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.26.tgz#1027afa13f89ab98bc3d07675fe7268bbefa55a7"
6936+
integrity sha512-sbKxK6K9sXZPCVF0weEb74UA/z1UW0sRWfI7EoOOtQaRZaLvSEwtgHPqle9t8asxEtD+gzkUdd+NqF7yH7HtIQ==
69426937
dependencies:
69436938
app-root-path "^3.0.0"
69446939
buffer "^5.1.0"
69456940
chalk "^2.4.2"
69466941
cli-highlight "^2.0.0"
69476942
debug "^4.1.1"
6948-
dotenv "^6.2.0"
6943+
dotenv "^8.2.0"
69496944
glob "^7.1.2"
69506945
js-yaml "^3.13.1"
69516946
mkdirp "^1.0.3"

0 commit comments

Comments
 (0)