|
1 | 1 | { |
2 | 2 | "name": "flibusta", |
3 | | - "version": "0.3.3", |
| 3 | + "version": "0.3.5", |
4 | 4 | "author": "ynhhoJ", |
5 | 5 | "description": "Unofficial Flibusta API based on website search engine. If you like to read books - buy", |
6 | 6 | "license": "MIT", |
|
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "axios": "0.27.2", |
38 | | - "fast-xml-parser": "^4.0.3", |
| 38 | + "fast-xml-parser": "4.0.9", |
39 | 39 | "lodash": "^4.17.21", |
40 | | - "node-html-parser": "^5.2.0" |
| 40 | + "node-html-parser": "5.4.2" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
44 | | - "@types/chai": "^4.3.0", |
45 | | - "@types/lodash": "^4.14.178", |
| 44 | + "@types/chai": "4.3.3", |
| 45 | + "@types/lodash": "4.14.184", |
46 | 46 | "@types/mocha": "^9.1.0", |
47 | | - "@types/node": "18.0.0", |
| 47 | + "@types/node": "18.7.15", |
48 | 48 | "@types/webpack-node-externals": "^2.5.3", |
49 | | - "@typescript-eslint/eslint-plugin": "5.29.0", |
50 | | - "@typescript-eslint/parser": "^5.29.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "5.36.2", |
| 50 | + "@typescript-eslint/parser": "5.36.2", |
51 | 51 | "chai": "^4.3.6", |
52 | 52 | "copyfiles": "^2.4.1", |
53 | 53 | "cross-env": "^7.0.3", |
54 | | - "eslint": "8.18.0", |
| 54 | + "eslint": "8.23.0", |
55 | 55 | "eslint-config-airbnb": "^19.0.4", |
56 | 56 | "eslint-config-airbnb-base": "^15.0.0", |
57 | 57 | "eslint-config-airbnb-typescript": "17.0.0", |
58 | | - "eslint-import-resolver-typescript": "^2.5.0", |
| 58 | + "eslint-import-resolver-typescript": "3.5.1", |
59 | 59 | "eslint-plugin-import": "^2.25.4", |
60 | | - "eslint-plugin-sonarjs": "0.13.0", |
61 | | - "eslint-plugin-unicorn": "42.0.0", |
| 60 | + "eslint-plugin-sonarjs": "0.15.0", |
| 61 | + "eslint-plugin-unicorn": "43.0.2", |
62 | 62 | "mocha": "10.0.0", |
63 | 63 | "nyc": "^15.1.0", |
64 | | - "ts-loader": "^9.2.6", |
65 | | - "ts-node": "^10.5.0", |
| 64 | + "ts-loader": "9.3.1", |
| 65 | + "ts-node": "10.9.1", |
66 | 66 | "tscpaths": "^0.0.9", |
67 | | - "typescript": "4.7.4", |
| 67 | + "typescript": "4.8.2", |
68 | 68 | "typescript-transform-paths": "^3.3.1", |
69 | | - "webpack": "^5.69.1", |
| 69 | + "webpack": "5.74.0", |
70 | 70 | "webpack-cli": "^4.9.2", |
71 | 71 | "webpack-node-externals": "^3.0.0" |
72 | 72 | }, |
|
0 commit comments