Skip to content

Commit 1dfcb31

Browse files
committed
chore(deps): update dependency ts-node to v10.7.0
1 parent e8d7f0e commit 1dfcb31

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"prisma": "3",
138138
"stylelint": "^13.13.1",
139139
"stylelint-config-standard": "^22.0.0",
140-
"ts-node": "10.1.0",
140+
"ts-node": "10.7.0",
141141
"ts-node-dev": "^1.1.8",
142142
"typescript": "^4.4.3"
143143
},

yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,18 @@
832832
dependencies:
833833
chalk "^4.0.0"
834834

835+
"@cspotcode/[email protected]":
836+
version "0.8.0"
837+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
838+
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
839+
840+
"@cspotcode/[email protected]":
841+
version "0.7.0"
842+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
843+
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
844+
dependencies:
845+
"@cspotcode/source-map-consumer" "0.8.0"
846+
835847
"@ctrl/tinycolor@^3.4.0":
836848
version "3.4.0"
837849
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f"
@@ -1616,7 +1628,7 @@
16161628
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
16171629
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
16181630

1619-
"@tsconfig/node16@^1.0.1":
1631+
"@tsconfig/node16@^1.0.2":
16201632
version "1.0.2"
16211633
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
16221634
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
@@ -2380,7 +2392,7 @@ acorn-walk@^7.0.0:
23802392
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
23812393
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
23822394

2383-
acorn-walk@^8.0.0:
2395+
acorn-walk@^8.0.0, acorn-walk@^8.1.1:
23842396
version "8.2.0"
23852397
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
23862398
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
@@ -11200,20 +11212,23 @@ ts-node-dev@^1.1.8:
1120011212
ts-node "^9.0.0"
1120111213
tsconfig "^7.0.0"
1120211214

11203-
ts-node@10.1.0:
11204-
version "10.1.0"
11205-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.0.tgz#e656d8ad3b61106938a867f69c39a8ba6efc966e"
11206-
integrity sha512-6szn3+J9WyG2hE+5W8e0ruZrzyk1uFLYye6IGMBadnOzDh8aP7t8CbFpsfCiEx2+wMixAhjFt7lOZC4+l+WbEA==
11215+
ts-node@10.7.0:
11216+
version "10.7.0"
11217+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
11218+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
1120711219
dependencies:
11220+
"@cspotcode/source-map-support" "0.7.0"
1120811221
"@tsconfig/node10" "^1.0.7"
1120911222
"@tsconfig/node12" "^1.0.7"
1121011223
"@tsconfig/node14" "^1.0.0"
11211-
"@tsconfig/node16" "^1.0.1"
11224+
"@tsconfig/node16" "^1.0.2"
11225+
acorn "^8.4.1"
11226+
acorn-walk "^8.1.1"
1121211227
arg "^4.1.0"
1121311228
create-require "^1.1.0"
1121411229
diff "^4.0.1"
1121511230
make-error "^1.1.1"
11216-
source-map-support "^0.5.17"
11231+
v8-compile-cache-lib "^3.0.0"
1121711232
yn "3.1.1"
1121811233

1121911234
ts-node@^9, ts-node@^9.0.0:
@@ -11547,6 +11562,11 @@ uuid@^8.0.0, uuid@^8.3.2:
1154711562
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1154811563
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1154911564

11565+
v8-compile-cache-lib@^3.0.0:
11566+
version "3.0.0"
11567+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
11568+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
11569+
1155011570
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
1155111571
version "2.3.0"
1155211572
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)