|
1 | 1 | { |
2 | 2 | "name": "javascript-obfuscator", |
3 | | - "version": "0.17.0-dev.1", |
| 3 | + "version": "0.17.0", |
4 | 4 | "description": "JavaScript obfuscator", |
5 | 5 | "keywords": [ |
6 | 6 | "obfuscator", |
|
21 | 21 | }, |
22 | 22 | "types": "index.d.ts", |
23 | 23 | "dependencies": { |
24 | | - "@babel/runtime": "7.0.0-beta.49", |
| 24 | + "@babel/runtime": "7.0.0-beta.51", |
25 | 25 | "chalk": "2.4.1", |
26 | 26 | "chance": "1.0.16", |
27 | 27 | "class-validator": "0.8.5", |
28 | 28 | "commander": "2.15.1", |
29 | 29 | "escodegen-wallaby": "1.6.18", |
30 | | - "espree": "4.0.0-alpha.1", |
| 30 | + "espree": "4.0.0", |
31 | 31 | "estraverse": "4.2.0", |
32 | 32 | "inversify": "4.13.0", |
33 | 33 | "js-string-escape": "1.0.1", |
|
38 | 38 | "reflect-metadata": "0.1.12", |
39 | 39 | "source-map-support": "0.5.6", |
40 | 40 | "string-template": "1.0.0", |
41 | | - "tslib": "1.9.2" |
| 41 | + "tslib": "1.9.3" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/cli": "7.0.0-beta.49", |
45 | | - "@babel/core": "7.0.0-beta.49", |
46 | | - "@babel/plugin-transform-runtime": "7.0.0-beta.49", |
47 | | - "@babel/preset-env": "7.0.0-beta.49", |
48 | | - "@types/chai": "4.1.3", |
49 | | - "@types/chance": "1.0.0", |
| 44 | + "@babel/cli": "7.0.0-beta.51", |
| 45 | + "@babel/core": "7.0.0-beta.51", |
| 46 | + "@babel/plugin-transform-runtime": "7.0.0-beta.51", |
| 47 | + "@babel/preset-env": "7.0.0-beta.51", |
| 48 | + "@types/chai": "4.1.4", |
| 49 | + "@types/chance": "1.0.1", |
50 | 50 | "@types/escodegen": "0.0.6", |
51 | 51 | "@types/estraverse": "0.0.6", |
52 | 52 | "@types/estree": "0.0.38", |
53 | 53 | "@types/md5": "2.1.32", |
54 | 54 | "@types/mkdirp": "0.5.2", |
55 | | - "@types/mocha": "5.2.1", |
| 55 | + "@types/mocha": "5.2.3", |
56 | 56 | "@types/multimatch": "2.1.2", |
57 | | - "@types/node": "10.3.2", |
| 57 | + "@types/node": "10.3.6", |
58 | 58 | "@types/rimraf": "2.0.2", |
59 | 59 | "@types/sinon": "5.0.1", |
60 | 60 | "@types/string-template": "1.0.2", |
61 | 61 | "@types/webpack-env": "1.13.6", |
62 | | - "awesome-typescript-loader": "5.0.0", |
| 62 | + "awesome-typescript-loader": "5.2.0", |
63 | 63 | "babel-loader": "8.0.0-beta.3", |
64 | 64 | "chai": "4.1.2", |
65 | 65 | "coveralls": "3.0.1", |
|
68 | 68 | "pjson": "1.0.9", |
69 | 69 | "pre-commit": "1.2.2", |
70 | 70 | "rimraf": "2.6.2", |
71 | | - "sinon": "5.1.1", |
72 | | - "threads": "0.11.0", |
| 71 | + "sinon": "6.0.1", |
| 72 | + "threads": "0.12.0", |
73 | 73 | "ts-node": "6.1.0", |
74 | 74 | "tslint": "5.10.0", |
75 | 75 | "tslint-eslint-rules": "5.3.1", |
76 | 76 | "tslint-language-service": "0.9.9", |
77 | 77 | "tslint-microsoft-contrib": "5.0.3", |
78 | 78 | "tslint-webpack-plugin": "1.2.2", |
79 | | - "typescript": "2.9.1", |
80 | | - "webpack": "4.12.0", |
81 | | - "webpack-cli": "3.0.3", |
| 79 | + "typescript": "2.9.2", |
| 80 | + "webpack": "4.12.2", |
| 81 | + "webpack-cli": "3.0.8", |
82 | 82 | "webpack-node-externals": "1.7.2" |
83 | 83 | }, |
84 | 84 | "repository": { |
|
0 commit comments