This repository was archived by the owner on Nov 20, 2020. It is now read-only.
File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 20
20
"nuxt" : " 2.12.0" ,
21
21
"sass" : " 1.25.0" ,
22
22
"sass-loader" : " 7.3.1" ,
23
- "ts-node" : " 8.6.2 " ,
23
+ "ts-node" : " 8.10.1 " ,
24
24
"vue-property-decorator" : " 8.4.0" ,
25
25
"vuetify" : " 2.2.11" ,
26
26
"vuetify-loader" : " 1.4.3" ,
Original file line number Diff line number Diff line change @@ -8754,6 +8754,14 @@ source-map-resolve@^0.5.0:
8754
8754
source-map-url "^0.4.0"
8755
8755
urix "^0.1.0"
8756
8756
8757
+ source-map-support@^0.5.17 :
8758
+ version "0.5.19"
8759
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
8760
+ integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
8761
+ dependencies :
8762
+ buffer-from "^1.0.0"
8763
+ source-map "^0.6.0"
8764
+
8757
8765
source-map-support@^0.5.6 :
8758
8766
version "0.5.11"
8759
8767
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:
9351
9359
micromatch "^4.0.0"
9352
9360
semver "^6.0.0"
9353
9361
9354
- [email protected] , ts-node@^8.6.2:
9362
+
9363
+ version "8.10.1"
9364
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.1.tgz#77da0366ff8afbe733596361d2df9a60fc9c9bd3"
9365
+ integrity sha512-bdNz1L4ekHiJul6SHtZWs1ujEKERJnHs4HxN7rjTyyVOFf3HaJ6sLqe6aPG62XTzAB/63pKRh5jTSWL0D7bsvw==
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 :
9355
9374
version "8.6.2"
9356
9375
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
9357
9376
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
You can’t perform that action at this time.
0 commit comments