Skip to content

Commit 0b047df

Browse files
Bump tsconfig-paths from 3.12.0 to 3.14.1 (#863)
Bumps [tsconfig-paths](https://github.com/dividab/tsconfig-paths) from 3.12.0 to 3.14.1. - [Release notes](https://github.com/dividab/tsconfig-paths/releases) - [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md) - [Commits](jonaskello/tsconfig-paths@v3.12.0...v3.14.1) --- updated-dependencies: - dependency-name: tsconfig-paths dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94ee899 commit 0b047df

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"routing-controllers-openapi": "^3.1.0",
8989
"swagger-ui-express": "^4.3.0",
9090
"ts-jest": "^26.5.6",
91-
"tsconfig-paths": "^3.12.0",
91+
"tsconfig-paths": "^3.14.1",
9292
"typedi": "^0.10.0",
9393
"typeorm": "^0.2.41",
9494
"typeorm-seeding": "^1.6.1"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4989,10 +4989,10 @@ [email protected]:
49894989
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
49904990
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
49914991

4992-
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
4993-
version "1.2.5"
4994-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
4995-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
4992+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
4993+
version "1.2.6"
4994+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
4995+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
49964996

49974997
minipass@^3.0.0:
49984998
version "3.1.3"
@@ -6981,14 +6981,14 @@ ts-node@^10.7.0:
69816981
v8-compile-cache-lib "^3.0.0"
69826982
yn "3.1.1"
69836983

6984-
tsconfig-paths@^3.12.0:
6985-
version "3.12.0"
6986-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
6987-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
6984+
tsconfig-paths@^3.14.1:
6985+
version "3.14.1"
6986+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
6987+
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
69886988
dependencies:
69896989
"@types/json5" "^0.0.29"
69906990
json5 "^1.0.1"
6991-
minimist "^1.2.0"
6991+
minimist "^1.2.6"
69926992
strip-bom "^3.0.0"
69936993

69946994
tslib@>=1.9.0, tslib@^2.0.3, tslib@^2.1.0:

0 commit comments

Comments
 (0)