Skip to content

Commit 2e0dccf

Browse files
committed
Obfuscator version update to 2.7.0
1 parent 318001d commit 2e0dccf

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-obfuscator-web",
3-
"version": "3.13.4",
3+
"version": "3.13.5",
44
"description": "",
55
"engines": {
66
"node": ">=12.13.1"
@@ -33,7 +33,7 @@
3333
"graceful-fs": "4.1.9",
3434
"html-webpack-plugin": "^3.2.0",
3535
"inert": "5.1.0",
36-
"javascript-obfuscator": "2.6.4",
36+
"javascript-obfuscator": "2.7.0",
3737
"less": "2.7.1",
3838
"less-loader": "4.1.0",
3939
"pm2": "3.5.1",

Diff for: templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>JavaScript Obfuscator Tool</h1>
4949
<p>
5050
A free and efficient obfuscator for JavaScript (including partial support of ES2019). Make your code harder to copy and
5151
prevent people from stealing your work. This tool is a Web UI to the excellent (and open source)
52-
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.6.4</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.7.0</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

Diff for: yarn.lock

+34-34
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,33 @@
7878
lodash "^4.2.0"
7979
to-fast-properties "^2.0.0"
8080

81+
"@javascript-obfuscator/[email protected]":
82+
version "2.1.0"
83+
resolved "https://registry.yarnpkg.com/@javascript-obfuscator/escodegen/-/escodegen-2.1.0.tgz#9ef8ea4966c41d1008932463a15395a37278b813"
84+
integrity sha512-I9SEQcMWOrBp35/SScSB75QQd1BuYjZuLZnAgwwNOPudPsN8J9+rnS+InHGUsxho/Q7/sttaw/5MWH/qz2oElg==
85+
dependencies:
86+
esprima "^4.0.1"
87+
estraverse "^5.2.0"
88+
esutils "^2.0.2"
89+
optionator "^0.8.1"
90+
optionalDependencies:
91+
source-map "~0.6.1"
92+
8193
"@mrmlnc/readdir-enhanced@^2.2.1":
8294
version "2.2.1"
8395
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
8496
dependencies:
8597
call-me-maybe "^1.0.1"
8698
glob-to-regexp "^0.3.0"
8799

88-
"@nuxtjs/opencollective@0.2.2":
89-
version "0.2.2"
90-
resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.2.2.tgz#26a761ebf588cc92a422d7cee996a66bd6e2761e"
91-
integrity sha512-69gFVDs7mJfNjv9Zs5DFVD+pvBW+k1TaHSOqUWqAyTTfLcKI/EMYQgvEvziRd+zAFtUOoye6MfWh0qvinGISPw==
100+
"@nuxtjs/opencollective@0.3.2":
101+
version "0.3.2"
102+
resolved "https://registry.yarnpkg.com/@nuxtjs/opencollective/-/opencollective-0.3.2.tgz#620ce1044f7ac77185e825e1936115bb38e2681c"
103+
integrity sha512-um0xL3fO7Mf4fDxcqx9KryrB7zgRM5JSlvGN5AGkP6JLM5XEKyjeAiPbNxdXVXQ16isuAhYpvP88NgL2BGd6aA==
92104
dependencies:
93-
chalk "^2.4.1"
94-
consola "^2.3.0"
95-
node-fetch "^2.3.0"
105+
chalk "^4.1.0"
106+
consola "^2.15.0"
107+
node-fetch "^2.6.1"
96108

97109
"@opencensus/core@^0.0.8":
98110
version "0.0.8"
@@ -1639,7 +1651,7 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
16391651
version "1.0.30000839"
16401652
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000839.tgz#55a86e402c74ae17149707bea3ea399522233497"
16411653

1642-
1654+
[email protected], chalk@^4.1.0:
16431655
version "4.1.0"
16441656
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
16451657
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@@ -2017,10 +2029,10 @@ concat-stream@^1.5.0, concat-stream@^1.6.0:
20172029
readable-stream "^2.2.2"
20182030
typedarray "^0.0.6"
20192031

2020-
consola@^2.3.0:
2021-
version "2.11.3"
2022-
resolved "https://registry.yarnpkg.com/consola/-/consola-2.11.3.tgz#f7315836224c143ac5094b47fd4c816c2cd1560e"
2023-
integrity sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw==
2032+
consola@^2.15.0:
2033+
version "2.15.0"
2034+
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
2035+
integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
20242036

20252037
console-browserify@^1.1.0:
20262038
version "1.1.0"
@@ -2832,18 +2844,6 @@ [email protected]:
28322844
optionalDependencies:
28332845
source-map "~0.6.1"
28342846

2835-
2836-
version "2.0.0"
2837-
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
2838-
integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==
2839-
dependencies:
2840-
esprima "^4.0.1"
2841-
estraverse "^5.2.0"
2842-
esutils "^2.0.2"
2843-
optionator "^0.8.1"
2844-
optionalDependencies:
2845-
source-map "~0.6.1"
2846-
28472847
28482848
version "7.7.0"
28492849
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
@@ -4447,19 +4447,19 @@ iterate-object@^1.3.0, iterate-object@^1.3.1:
44474447
resolved "https://registry.yarnpkg.com/iterate-object/-/iterate-object-1.3.4.tgz#fa50b1d9e58e340a7dd6b4c98c8a5e182e790096"
44484448
integrity sha512-4dG1D1x/7g8PwHS9aK6QV5V94+ZvyP4+d19qDv43EzImmrndysIl4prmJ1hWWIGCqrZHyaHBm6BSEWHOLnpoNw==
44494449

4450-
javascript-obfuscator@2.6.4:
4451-
version "2.6.4"
4452-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.4.tgz#b39dde1676a116e19ed2aac3b5c8bb28f080f12f"
4453-
integrity sha512-f4eaJuNwB8fTZZjhi1Gtaau4079Moyso2vl04etmZDnwcEpR2OArMWez7zIMifsX150mPcTOVNsxnz9TR/XilA==
4450+
javascript-obfuscator@2.7.0:
4451+
version "2.7.0"
4452+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.7.0.tgz#427062bd3dc432b8c864ed479e6afa2def077ca4"
4453+
integrity sha512-qq/sPl6GOUDjd2l3TBFxze7dFbWwW0m5WBIJQchwQWkvorku3P6POuFaBLLXNnhpZO3LbOrc1kCH0Dnl9BMUkg==
44544454
dependencies:
4455-
"@nuxtjs/opencollective" "0.2.2"
4455+
"@javascript-obfuscator/escodegen" "2.1.0"
4456+
"@nuxtjs/opencollective" "0.3.2"
44564457
acorn "8.0.4"
44574458
assert "2.0.0"
44584459
chalk "4.1.0"
44594460
chance "1.1.7"
44604461
class-validator "0.12.2"
44614462
commander "6.2.0"
4462-
escodegen "2.0.0"
44634463
eslint-scope "5.1.1"
44644464
estraverse "5.2.0"
44654465
eventemitter3 "4.0.7"
@@ -5313,10 +5313,10 @@ node-fetch@^1.0.1:
53135313
encoding "^0.1.11"
53145314
is-stream "^1.0.1"
53155315

5316-
node-fetch@^2.3.0:
5317-
version "2.6.0"
5318-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
5319-
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
5316+
node-fetch@^2.6.1:
5317+
version "2.6.1"
5318+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5319+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
53205320

53215321
node-libs-browser@^2.0.0:
53225322
version "2.1.0"

0 commit comments

Comments
 (0)