Skip to content

Commit 67fd371

Browse files
committed
Obfuscator version update to 2.6.1
1 parent 7a53036 commit 67fd371

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-obfuscator-web",
3-
"version": "3.13.1",
3+
"version": "3.13.2",
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.0",
36+
"javascript-obfuscator": "2.6.1",
3737
"less": "2.7.1",
3838
"less-loader": "4.1.0",
3939
"pm2": "3.5.1",

templates/index.html

Lines changed: 1 addition & 1 deletion
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.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.6.1</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4447,10 +4447,10 @@ 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-
4451-
version "2.6.0"
4452-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.0.tgz#9e0985d41b7cbce24bd020359636a8e749f9f619"
4453-
integrity sha512-tu46KAYkAupfFAvUHy2GyXC7v5qQU5bV8jIAfgPd60AElQ6WouMPT9vHZJYQ5/vQ2gCl1ZUqTEjA3CYdQ52qvA==
4450+
4451+
version "2.6.1"
4452+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.6.1.tgz#c7b417de1457df3ab0bddee1db541074a6a1133c"
4453+
integrity sha512-CU2ywvvVGsxX804/+1HwbELtczpWS6Es9Q2V6wT/WeqkDNlGfLq+RmFnaO46oPI8+mDvDBpd5dbv3PGARV0kyQ==
44544454
dependencies:
44554455
"@nuxtjs/opencollective" "0.2.2"
44564456
acorn "8.0.4"

0 commit comments

Comments
 (0)