Skip to content

Commit ad69669

Browse files
author
sanex3339
committed
1.9.0 release
1 parent 4301d9b commit ad69669

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-obfuscator",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"description": "javascript-obfuscator plugin for Webpack",
55
"keywords": [
66
"obfuscator",
@@ -17,27 +17,27 @@
1717
"dependencies": {
1818
"acorn": "^7.3.1",
1919
"estraverse": "^5.1.0",
20-
"javascript-obfuscator": "^1.8.1",
20+
"javascript-obfuscator": "^1.9.0",
2121
"loader-utils": "^2.0.0",
22-
"multi-stage-sourcemap": "^0.2.1",
23-
"multimatch": "^2.1.0",
24-
"webpack-sources": "^1.3.0"
22+
"multi-stage-sourcemap": "^0.3.1",
23+
"multimatch": "^4.0.0",
24+
"webpack-sources": "^1.4.3"
2525
},
2626
"peerDependencies": {
27-
"webpack": "^4.3.0"
27+
"webpack": "^4.44.1"
2828
},
2929
"devDependencies": {
3030
"@types/estraverse": "^5.1.0",
3131
"@types/estree": "0.0.45",
3232
"@types/loader-utils": "^2.0.1",
33-
"@types/multimatch": "^2.1.3",
34-
"@types/node": "^12.12.30",
35-
"@types/webpack": "^4.41.7",
36-
"@types/webpack-sources": "^0.1.5",
37-
"source-map": "^0.6.1",
38-
"typescript": "^3.8.3",
33+
"@types/multimatch": "^4.0.0",
34+
"@types/node": "^14.0.27",
35+
"@types/webpack": "^4.41.21",
36+
"@types/webpack-sources": "^1.4.2",
37+
"source-map": "^0.7.3",
38+
"typescript": "^3.9.7",
3939
"webpack": "^4.42.0",
40-
"webpack-cli": "^3.3.11"
40+
"webpack-cli": "^3.3.12"
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)