8000 ts-node update · sec-js/javascript-obfuscator@dfd539f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit dfd539f

Browse files
author
sanex3339
committed
ts-node update
1 parent d8cd0e2 commit dfd539f

File tree

6 files changed

+38
-44
lines changed

6 files changed

+38
-44
lines changed

.ncurc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"reject": [
3-
"ts-node"
4-
]
2+
"reject": []
53
}

dist/index.cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"coveralls": "3.1.0",
6666
"eslint": "7.3.0",
6767
"eslint-plugin-import": "2.21.2",
68-
"eslint-plugin-jsdoc": "27.1.2",
68+
"eslint-plugin-jsdoc": "28.0.0",
6969
"eslint-plugin-no-null": "1.0.2",
7070
"eslint-plugin-prefer-arrow": "1.2.1",
7171
"eslint-plugin-unicorn": "20.1.0",
@@ -79,7 +79,7 @@
7979
"sinon": "9.0.2",
8080
"threads": "1.6.1",
8181
"ts-loader": "7.0.5",
82-
"ts-node": "6.1.0",
82+
"ts-node": "8.10.2",
8383
"typescript": "3.9.5",
8484
"webpack": "4.43.0",
8585
"webpack-cli": "3.3.12",

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"ts-node": {
3+
"files": true
4+
},
25
"compilerOptions": {
36
"emitDecoratorMetadata": true,
47
"experimentalDecorators": true,

yarn.lock

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,11 @@ archy@^1.0.0:
744744
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379a 8000 c77b2c62a5c2868c40"
745745
integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
746746

747+
arg@^4.1.0:
748+
version "4.1.3"
749+
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
750+
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
751+
747752
argparse@^1.0.7:
748753
version "1.0.10"
749754
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -808,11 +813,6 @@ array.prototype.map@^1.0.1:
808813
es-array-method-boxes-properly "^1.0.0"
809814
is-string "^1.0.4"
810815

811-
arrify@^1.0.0:
812-
version "1.0.1"
813-
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
814-
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
815-
816816
arrify@^2.0.1:
817817
version "2.0.1"
818818
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -1655,16 +1655,11 @@ detect-file@^1.0.0:
16551655
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
16561656
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
16571657

1658-
diff@4.0.2, diff@^4.0.2:
1658+
diff@4.0.2, diff@^4.0.1, diff@^4.0.2:
16591659
version "4.0.2"
16601660
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
16611661
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
16621662

1663-
diff@^3.1.0:
1664-
version "3.5.0"
1665-
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
1666-
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
1667-
16681663
diffie-hellman@^5.0.0:
16691664
version "5.0.3"
16701665
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -1912,17 +1907,17 @@ eslint-plugin-import@2.21.2:
19121907
resolve "^1.17.0"
19131908
tsconfig-paths "^3.9.0"
19141909

1915-
eslint-plugin-jsdoc@27.1.2:
1916-
version "27.1.2"
1917-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.1.2.tgz#76247ff14604b2170b3a959a6a0d4d0ceb3e65e7"
1918-
integrity sha512-iWrG2ZK4xrxamoMkoyzgkukdmfqWc5Ncd6K+CnwRgxrbwjQQpzmt5Kl8GB0l12R0oUK2AF+9tGFJKNGzuyz79Q==
1910+
eslint-plugin-jsdoc@28.0.0:
1911+
version "28.0.0"
1912+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-28.0.0.tgz#e726a79b4a0e16e8602022d55e0e705e91dc0f50"
1913+
integrity sha512-Etne7B8AQcgXrnDPXdfV4x+szHVEP+JVZ2cYNfZGn+HoaZigIOzxxJGU+QUhymz6vuz0fpzFM6fTt64XOvw69w==
19191914
dependencies:
19201915
comment-parser "^0.7.5"
19211916
debug "^4.1.1"
1922-
jsdoctypeparser "^6.1.0"
1917+
jsdoctypeparser "^7.0.0"
19231918
lodash "^4.17.15"
19241919
regextras "^0.7.1"
1925-
semver "^6.3.0"
1920+
semver "^7.3.2"
19261921
spdx-expression-parse "^3.0.1"
19271922

19281923
eslint-plugin-no-null@1.0.2:
@@ -3145,10 +3140,10 @@ jsbn@~0.1.0:
31453140
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
31463141
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
31473142

3148-
jsdoctypeparser@^6.1.0:
3149-
version "6.1.0"
3150-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-6.1.0.tgz#acfb936c26300d98f1405cb03e20b06748e512a8"
3151-
integrity sha512-UCQBZ3xCUBv/PLfwKAJhp6jmGOSLFNKzrotXGNgbKhWvz27wPsCsVeP7gIcHPElQw2agBmynAitXqhxR58XAmA==
3143+
jsdoctypeparser@^7.0.0:
3144+
version "7.0.0"
3145+
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-7.0.0.tgz#957192fbcb8c574240092cca4635383a6ed706eb"
3146+
integrity sha512-6vWPn5qSy+MbgCVjXsQKVkRywhs+IxFU7Chw72DKsWoGueYp6QX8eTc55+EA0yPGYfhmglb1gfi283asXirfGQ==
31523147

31533148
jsesc@^2.5.1:
31543149
version "2.5.2"
@@ -4731,15 +4726,15 @@ source-map-resolve@^0.5.0:
47314726
source-map-url "^0.4.0"
47324727
urix "^0.1.0"
47334728

4734-
source-map-support@0.5.19:
4729+
source-map-support@0.5.19, source-map-support@^0.5.17:
47354730
version "0.5.19"
47364731
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
47374732
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
47384733
dependencies:
47394734
buffer-from "^1.0.0"
47404735
source-map "^0.6.0"
47414736

4742-
source-map-support@^0.5.6, source-map-support@~0.5.12:
4737+
source-map-support@~0.5.12:
47434738
version "0.5.16"
47444739
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
47454740
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
@@ -5166,18 +5161,16 @@ ts-loader@7.0.5:
51665161
micromatch "^4.0.0"
51675162
semver "^6.0.0"
51685163

5169-
ts-node@6.1.0:
5170-
version "6.1.0"
5171-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.1.0.tgz#a2c37a11fdb58e60eca887a1269b025cf4d2f8b8"
5172-
integrity sha512-mw11Bq08RZgrU/bzcVw/Ti9wNyefpOanXgWsHg008wyVHjvFhWxNatVVrciOAu8BcWSECoNOSunRzUokKH8Mmw==
5164+
ts-node@8.10.2:
5165+
version "8.10.2"
5166+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
5167+
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
51735168
dependencies:
5174-
arrify "^1.0.0"
5175-
diff "^3.1.0"
5169+
arg "^4.1.0"
5170+
diff "^4.0.1"
51765171
make-error "^1.1.1"
5177-
minimist "^1.2.0"
5178-
mkdirp "^0.5.1"
5179-
source-map-support "^0.5.6"
5180-
yn "^2.0.0"
5172+
source-map-support "^0.5.17"
5173+
yn "3.1.1"
51815174

51825175
tsconfig-paths@^3.9.0:
51835176
version "3.9.0"
@@ -5638,7 +5631,7 @@ yargs@^15.0.2:
56385631
y18n "^4.0.0"
56395632
yargs-parser "^18.1.1"
56405633

5641-
yn@^2.0.0:
5642-
version "2.0.0"
5643-
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
5644-
integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=
5634+
yn@3.1.1:
5635+
version "3.1.1"
5636+
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
5637+
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

0 commit comments

Comments
 (0)
0