chore(deps): update dependency javascript-obfuscator to v5 - #609
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency javascript-obfuscator to v5#609renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
December 13, 2025 17:10
f392f5e to
cbe0ef2
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
December 31, 2025 13:48
cbe0ef2 to
f8a3004
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
3 times, most recently
from
January 15, 2026 05:06
b7f9e5c to
121db2a
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
4 times, most recently
from
January 28, 2026 06:56
dea9ce1 to
7f723ea
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
February 4, 2026 18:33
c7fdd03 to
2f5c864
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
3 times, most recently
from
February 19, 2026 06:06
44a6992 to
2a04b70
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
February 20, 2026 04:50
2a04b70 to
d1cf86e
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
March 5, 2026 15:05
d1cf86e to
e816713
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
March 13, 2026 19:13
e816713 to
2368455
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
3 times, most recently
from
March 22, 2026 17:37
2f9ba86 to
68304ed
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
April 1, 2026 16:54
68304ed to
116d276
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
3 times, most recently
from
April 15, 2026 09:56
d7b9925 to
3f63834
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
April 24, 2026 06:00
3f63834 to
5687c49
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
May 18, 2026 12:57
87f740f to
e85abb2
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
May 28, 2026 19:37
0cc7b7a to
0ee5df4
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
June 1, 2026 20:03
cc3a7a8 to
4d8b1e7
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
2 times, most recently
from
June 13, 2026 19:57
c7cd113 to
a6fd99a
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
3 times, most recently
from
June 29, 2026 22:47
7247c9b to
66e9780
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
5 times, most recently
from
July 12, 2026 10:53
b489c74 to
5accf98
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
4 times, most recently
from
July 24, 2026 22:11
93658de to
3481c2e
Compare
renovate
Bot
force-pushed
the
renovate/javascript-obfuscator-5.x
branch
from
July 30, 2026 20:29
3481c2e to
323202a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.0→5.5.0Release Notes
javascript-obfuscator/javascript-obfuscator (javascript-obfuscator)
v5.5.0Compare Source
413 Content Too Largefor ~4.4–4.6MB request bodies, and Blob uploads now send the raw source (blobFormat: 'raw') instead of the JSON request body, so uploads always fit the plan's file size capv5.4.7Compare Source
sourceMapFileNamemaking all files share and overwrite one.map. Fixes #817--configfailures hiding the real cause behind a genericCannot open config filemessage. Fixes #1101sourceMapFileNameending in.js.map(e.g.foo.min.js.map) being mangled in the emitted//# sourceMappingURL=comment. Fixes #1312URIError: URI malformedcrash whenstringArraywithbase64/rc4encoding processed a string literal containing lone surrogate code units (e.g."[^\uD800-\uDFFF]"). Fixes #1431brace-expansiontransitive dependency to a patched version, resolvingCVE-2026-25547. Fixes #1405v5.4.6Compare Source
\uXXXX,\u{XXXX}) and hex (\xXX) escape sequences of string literals being un-escaped into their literal characters during obfuscation. Fixes #345v5.4.5Compare Source
controlFlowFlatteningintermittently dropping arguments of a spread call (e.g.foo(...args)) when it reused a control flow wrapper of a same-arity plain call. Fixes #1423selfDefendingmaking obfuscated code run several times slower on Bun/JavaScriptCore. Fixes #1421inoperator inside an arrow body in afor-init, producing unparsable output. Fixes #1419v5.4.4Compare Source
Invalid regular expressionerror when obfuscating code that uses ES2025 RegExp pattern modifiers (e.g./(?i:abc)/). Fixes #1410SyntaxErrorwhen obfuscating a class that extends a boolean literal (e.g.class C extends true {}). Fixes #1131v5.4.3Compare Source
controlFlowFlatteningoccasionally dropping the?.short-circuit onfoo?.(arg)calls, causingTypeError: <X> is not a function. Fixes #1408v5.4.2Compare Source
selfDefendingis enabled. Fixes #1404v5.4.1Compare Source
Utils.nodeRequirecausingReferenceError: require is not definedin browser build by making it lazy-evaluatedreturn,throw,typeof) and Unicode surrogate pair identifiers in compact mode. Fixes #1112domainLockbeing case-sensitive — domain values are now normalized to lowercase. Fixes #1182source-map-supportruntime dependency. Usenode --enable-source-mapsinstead. Fixes #1149v5.4.0Compare Source
import attributes. Fixes #1256renamePropertiessupport for private class fields and methods (#foo,#bar()). Fixes #1220reservedNamesnot preserving class method and property names whenstringArrayordeadCodeInjectionis enabled. Fixes #1279reservedNamespatterns match all generated identifier names. Now throws a descriptive error instead. Fixes #1382transformObjectKeyschanging evaluation order when object expression is inside a sequence expression with preceding side effects (e.g.return aux(ys), { min }). Fixes #1246renameGlobalsis disabled. Fixes #1141--options-presetnot applying preset values for options not explicitly set via command line (e.g.splitStringsfromhigh-obfuscationpreset was ignored). Fixes #1236mkdirpdependency with nativefs.mkdirSync({ recursive: true }). Fixes #1275. Thank you https://github.com/roli-lpci!renamePropertiesbreaking modern built-in methods likeArray.prototype.at(). Fixes #1066confdependency with custom implementation usingenv-pathsand nativefsv5.3.1Compare Source
v5.3.0Compare Source
v5.2.1Compare Source
transformObjectKeysincorrectly hoisting object literal outside of loop when loop body is a single statement without braces, causing all iterations to share the same object reference. Fixes #1300awaitis used as an identifier in non-async context. Fixes #1127deadCodeInjectioncausing SyntaxError whenargumentsfrom collected block statements was injected into class field initializers or static initialization blocks. Fixes #1166transformObjectKeyswithmangledidentifier generator causing variable shadowing when extracted object variable name matched an existing inner scope variable. Fixes #1232v5.2.0Compare Source
process.env.*controlFlowFlatteningbreaking short-circuit evaluation with spread operator and conditional objects. Fixes #1372NodeUtils.cloneRecursivecorruptingrangeproperty when cloning AST nodes, causing scope analysis to incorrectly resolve destructuring default parameter referencesv5.1.0Compare Source
versionparameter to theapiConfigto use different versions JavaScript Obfuscator Pro via APIv5.0.1Compare Source
v5.0.0Compare Source
v4.2.2Compare Source
v4.2.1Compare Source
multimatchversion to avoid esm errorsv4.2.0Compare Source
transformObjectKeysperformance in some edge-casescontrolFlowFlattening+ optional chaining compatibility. Fixes #1325Improved stringArray calls wrapper templatescommit. Fixes #1330class-validatorversion. Fixes #1324.mjsand.cjsextensions. Kudos to #1301v4.1.1Compare Source
node@22. Fixes #1100class-validatorversion. Fixes #1247Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.