Skip to content

Commit 1fc358f

Browse files
dependabot-preview[bot]malept
authored andcommitted
build(deps-dev): bump ts-node from 8.1.0 to 8.2.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v8.1.0...v8.2.0)
1 parent c0b1fcf commit 1fc358f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"proxyquire": "^2.0.1",
151151
"rimraf": "^2.6.2",
152152
"sinon": "^7.3.2",
153-
"ts-node": "^8.1.0",
153+
"ts-node": "^8.2.0",
154154
"typedoc": "^0.14.2",
155155
"typescript": "3.4.5"
156156
},

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,11 +2957,16 @@ detect-libc@^1.0.2, detect-libc@^1.0.3:
29572957
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
29582958
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
29592959

2960-
diff@3.5.0, diff@^3.1.0, diff@^3.5.0:
2960+
diff@3.5.0, diff@^3.5.0:
29612961
version "3.5.0"
29622962
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
29632963
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
29642964

2965+
diff@^4.0.1:
2966+
version "4.0.1"
2967+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
2968+
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
2969+
29652970
diffie-hellman@^5.0.0:
29662971
version "5.0.3"
29672972
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -8295,13 +8300,13 @@ truncate-utf8-bytes@^1.0.0:
82958300
dependencies:
82968301
utf8-byte-length "^1.0.1"
82978302

8298-
ts-node@^8.1.0:
8299-
version "8.1.0"
8300-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.1.0.tgz#8c4b37036abd448577db22a061fd7a67d47e658e"
8301-
integrity sha512-34jpuOrxDuf+O6iW1JpgTRDFynUZ1iEqtYruBqh35gICNjN8x+LpVcPAcwzLPi9VU6mdA3ym+x233nZmZp445A==
8303+
ts-node@^8.2.0:
8304+
version "8.2.0"
8305+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.2.0.tgz#4a89754b00560bb24cd54526e1685fa38c45f240"
8306+
integrity sha512-m8XQwUurkbYqXrKqr3WHCW310utRNvV5OnRVeISeea7LoCWVcdfeB/Ntl8JYWFh+WRoUAdBgESrzKochQt7sMw==
83028307
dependencies:
83038308
arg "^4.1.0"
8304-
diff "^3.1.0"
8309+
diff "^4.0.1"
83058310
make-error "^1.1.1"
83068311
source-map-support "^0.5.6"
83078312
yn "^3.0.0"

0 commit comments

Comments
 (0)