Skip to content

Commit 690bd62

Browse files
committed
Obfuscator version update to 2.7.1
1 parent 2e0dccf commit 690bd62

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.5",
3+
"version": "3.13.6",
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.7.0",
36+
"javascript-obfuscator": "2.7.1",
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.7.0</code>
52+
<code><a href="https://github.com/javascript-obfuscator/javascript-obfuscator" target="_new">javascript-obfuscator</a>@2.7.1</code>
5353
created by Timofey Kachalov.
5454
</p>
5555
<div id="GithubBadges">

Diff for: yarn.lock

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

81-
"@javascript-obfuscator/[email protected].0":
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==
81+
"@javascript-obfuscator/[email protected].1":
82+
version "2.1.1"
83+
resolved "https://registry.yarnpkg.com/@javascript-obfuscator/escodegen/-/escodegen-2.1.1.tgz#a79c3ab3a13cd87f4921003f0f821a09fc0f5d93"
84+
integrity sha512-d5TIrhngNyqphUPgjWRVcepw55+aIrN2YX6BHy+4XOTq3/6AZCFj18Ym0tYSDm8T7+hLN6Culif18cepF/NpDQ==
8585
dependencies:
8686
esprima "^4.0.1"
8787
estraverse "^5.2.0"
@@ -4447,12 +4447,12 @@ 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.7.0"
4452-
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.7.0.tgz#427062bd3dc432b8c864ed479e6afa2def077ca4"
4453-
integrity sha512-qq/sPl6GOUDjd2l3TBFxze7dFbWwW0m5WBIJQchwQWkvorku3P6POuFaBLLXNnhpZO3LbOrc1kCH0Dnl9BMUkg==
4450+
4451+
version "2.7.1"
4452+
resolved "https://registry.yarnpkg.com/javascript-obfuscator/-/javascript-obfuscator-2.7.1.tgz#0b94492cfe412af17082f8153fc226b983d35836"
4453+
integrity sha512-MlTMR4R8O7KZV9QnSwH4FFYjv+ay5oHN7Be2Rhc3AfFHnlLqHVUq4RRuGnrw8DV2QOe/B9hWMqdeb1Z3/g+GJA==
44544454
dependencies:
4455-
"@javascript-obfuscator/escodegen" "2.1.0"
4455+
"@javascript-obfuscator/escodegen" "2.1.1"
44564456
"@nuxtjs/opencollective" "0.3.2"
44574457
acorn "8.0.4"
44584458
assert "2.0.0"

0 commit comments

Comments
 (0)