Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit d54d65e

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

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"stylelint": "^13.7.2",
104104
"stylelint-config-sass-guidelines": "^7.1.0",
105105
"stylelint-scss": "^3.18.0",
106-
"ts-node": "~9.0.0",
106+
"ts-node": "~9.1.1",
107107
"tslint": "~6.1.3",
108108
"typescript": "~3.9.7"
109109
},

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,6 +3076,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
30763076
safe-buffer "^5.0.1"
30773077
sha.js "^2.4.8"
30783078

3079+
create-require@^1.1.0:
3080+
version "1.1.1"
3081+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
3082+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
3083+
30793084
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
30803085
version "6.0.5"
30813086
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -10123,12 +10128,13 @@ trough@^1.0.0:
1012310128
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
1012410129
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
1012510130

10126-
ts-node@^9.0.0, ts-node@~9.0.0:
10127-
version "9.0.0"
10128-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
10129-
integrity sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==
10131+
ts-node@^9.0.0, ts-node@~9.1.1:
10132+
version "9.1.1"
10133+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
10134+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
1013010135
dependencies:
1013110136
arg "^4.1.0"
10137+
create-require "^1.1.0"
1013210138
diff "^4.0.1"
1013310139
make-error "^1.1.1"
1013410140
source-map-support "^0.5.17"

0 commit comments

Comments
 (0)