Skip to content

Commit 5a69a3b

Browse files
build(deps-dev): bump ts-node from 9.1.0 to 9.1.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v9.1.0...v9.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 450d436 commit 5a69a3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"style-loader": "^2.0.0",
100100
"ts-jest": "^26.4.4",
101101
"ts-loader": "^8.0.11",
102-
"ts-node": "^9.0.0",
102+
"ts-node": "^9.1.1",
103103
"typescript": "^4.1.2",
104104
"vitepress": "^0.8.1",
105105
"vue": "^3.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9306,10 +9306,10 @@ ts-loader@^8.0.11:
93069306
micromatch "^4.0.0"
93079307
semver "^6.0.0"
93089308

9309-
ts-node@^9.0.0:
9310-
version "9.1.0"
9311-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.0.tgz#95eae4c6d0f94f2545884078e1eb1b14d2155639"
9312-
integrity sha512-0yqcL4sgruCvM+w64LiAfNJo6+lHfCYc5Ajj4yiLNkJ9oZ2HWaa+Kso7htYOOxVQ7+csAjdUjffOe9PIqC4pMg==
9309+
ts-node@^9.1.1:
9310+
version "9.1.1"
9311+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
9312+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
93139313
dependencies:
93149314
arg "^4.1.0"
93159315
create-require "^1.1.0"

0 commit comments

Comments
 (0)