Skip to content

Commit 7a26012

Browse files
build(deps-dev): bump ts-node from 8.8.2 to 8.9.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.8.2 to 8.9.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v8.8.2...v8.9.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c88e37e commit 7a26012

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"style-loader": "^1.2.0",
8383
"ts-jest": "^25.4.0",
8484
"ts-loader": "^7.0.1",
85-
"ts-node": "^8.8.1",
85+
"ts-node": "^8.9.1",
8686
"typescript": "^3.8.3",
8787
"vue": "^3.0.0-beta.3",
8888
"vue-loader": "^16.0.0-alpha.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8037,10 +8037,10 @@ source-map-resolve@^0.5.0:
80378037
source-map-url "^0.4.0"
80388038
urix "^0.1.0"
80398039

8040-
source-map-support@^0.5.6, source-map-support@~0.5.12:
8041-
version "0.5.16"
8042-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
8043-
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
8040+
source-map-support@^0.5.17, source-map-support@^0.5.6, source-map-support@~0.5.12:
8041+
version "0.5.19"
8042+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
8043+
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
80448044
dependencies:
80458045
buffer-from "^1.0.0"
80468046
source-map "^0.6.0"
@@ -8754,15 +8754,15 @@ ts-loader@^7.0.1:
87548754
micromatch "^4.0.0"
87558755
semver "^6.0.0"
87568756

8757-
ts-node@^8.8.1:
8758-
version "8.8.2"
8759-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.2.tgz#0b39e690bee39ea5111513a9d2bcdc0bc121755f"
8760-
integrity sha512-duVj6BpSpUpD/oM4MfhO98ozgkp3Gt9qIp3jGxwU2DFvl/3IRaEAvbLa8G60uS7C77457e/m5TMowjedeRxI1Q==
8757+
ts-node@^8.9.1:
8758+
version "8.9.1"
8759+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.9.1.tgz#2f857f46c47e91dcd28a14e052482eb14cfd65a5"
8760+
integrity sha512-yrq6ODsxEFTLz0R3BX2myf0WBCSQh9A+py8PBo1dCzWIOcvisbyH6akNKqDHMgXePF2kir5mm5JXJTH3OUJYOQ==
87618761
dependencies:
87628762
arg "^4.1.0"
87638763
diff "^4.0.1"
87648764
make-error "^1.1.1"
8765-
source-map-support "^0.5.6"
8765+
source-map-support "^0.5.17"
87668766
yn "3.1.1"
87678767

87688768
[email protected], tslib@^1.10.0, tslib@^1.9.0:

0 commit comments

Comments
 (0)