Skip to content

Commit 6b6086f

Browse files
Pavel DranichnikovPavel Dranichnikov
Pavel Dranichnikov
authored and
Pavel Dranichnikov
committed
-Updated javascript-obfuscator dependency to the latest version
1 parent b87d286 commit 6b6086f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-javascript-obfuscator",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Plugin for Rollup to obfuscate JS code",
55
"main": "dist/rollup-plugin-javascript-obfuscator.cjs.js",
66
"jsnext:main": "dist/rollup-plugin-javascript-obfuscator.es.js",
@@ -27,7 +27,7 @@
2727
"rollup-plugin-buble": "^0.15.0"
2828
},
2929
"dependencies": {
30-
"javascript-obfuscator": "^0.16.0"
30+
"javascript-obfuscator": "^0.18.1"
3131
},
3232
"jest": {
3333
"collectCoverage": true,

0 commit comments

Comments
 (0)