Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 5d722f1

Browse files
committed
⬆️ Update dependency ts-node to v8.9.0
1 parent 7aff176 commit 5d722f1

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"nuxt": "2.12.0",
2121
"sass": "1.25.0",
2222
"sass-loader": "7.3.1",
23-
"ts-node": "8.6.2",
23+
"ts-node": "8.9.0",
2424
"vue-property-decorator": "8.4.0",
2525
"vuetify": "2.2.11",
2626
"vuetify-loader": "1.4.3",

yarn.lock

+20-1
Original file line numberDiff line numberDiff line change
@@ -8754,6 +8754,14 @@ source-map-resolve@^0.5.0:
87548754
source-map-url "^0.4.0"
87558755
urix "^0.1.0"
87568756

8757+
source-map-support@^0.5.17:
8758+
version "0.5.18"
8759+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.18.tgz#f5f33489e270bd7f7d7e7b8debf283f3a4066960"
8760+
integrity sha512-9luZr/BZ2QeU6tO2uG8N2aZpVSli4TSAOAqFOyTO51AJcD9P99c0K1h6dD6r6qo5dyT44BR5exweOaLLeldTkQ==
8761+
dependencies:
8762+
buffer-from "^1.0.0"
8763+
source-map "^0.6.0"
8764+
87578765
source-map-support@^0.5.6:
87588766
version "0.5.11"
87598767
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2"
@@ -9351,7 +9359,18 @@ ts-loader@^6.2.1:
93519359
micromatch "^4.0.0"
93529360
semver "^6.0.0"
93539361

9354-
[email protected], ts-node@^8.6.2:
9362+
9363+
version "8.9.0"
9364+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.9.0.tgz#d7bf7272dcbecd3a2aa18bd0b96c7d2f270c15d4"
9365+
integrity sha512-rwkXfOs9zmoHrV8xE++dmNd6ZIS+nmHHCxcV53ekGJrxFLMbp+pizpPS07ARvhwneCIECPppOwbZHvw9sQtU4w==
9366+
dependencies:
9367+
arg "^4.1.0"
9368+
diff "^4.0.1"
9369+
make-error "^1.1.1"
9370+
source-map-support "^0.5.17"
9371+
yn "3.1.1"
9372+
9373+
ts-node@^8.6.2:
93559374
version "8.6.2"
93569375
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
93579376
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==

0 commit comments

Comments
 (0)