8000 Dependencies update 20.06.2020: Threads update · sec-js/javascript-obfuscator@57dd4fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 57dd4fc

Browse files
author
sanex3339
committed
Dependencies update 20.06.2020: Threads update
1 parent 3079ee1 commit 57dd4fc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"pre-commit": "1.2.2",
7878
"rimraf": "3.0.2",
7979
"sinon": "9.0.2",
80-
"threads": "1.4.1",
80+
"threads": "1.6.1",
8181
"ts-loader": "7.0.5",
8282
"ts-node": "6.1.0",
8383
"typescript": "3.9.5",

test/helpers/evaluateInWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { spawn, Thread, Worker } from 'threads/dist';
1+
import { spawn, Thread, Worker } from 'threads';
22

33
/**
44
* @param {string} code

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5071,10 +5071,10 @@ text-table@^0.2.0:
50715071
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
50725072
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
50735073

5074-
threads@1.4.1:
5075-
version "1.4.1"
5076-
resolved "https://registry.yarnpkg.com/threads/-/threads-1.4.1.tgz#7e840f25370658136fd2d4e27042a2960da7a8e9"
5077-
integrity sha512-LSgGCu2lwdrfqjYWmeqO+7fgxAbUtjlsa7UA5J6r4x8fCoMd015h19rMwXqz4/q8l3svdloE36Of41rpZWiYFg==
5074+
threads@1.6.1:
5075+
version "1.6.1"
5076+
resolved "https://registry.yarnpkg.com/threads/-/threads-1.6.1.tgz#85aef3f18b1f17c97b4535490550a57683dc113e"
5077+
integrity sha512-khaJCx6WnMHWdJo+8cANhnLYTbfO+Lv9ObvrI9QoxhRoMziB24Lbv3NoHNli+rJRzbO7BvPqsq3/icebeL30uA==
50785078
dependencies:
50795079
callsites "^3.1.0"
50805080
debug "^4.1.1"

0 commit comments

Comments
 (0)
0