Skip to content

Commit 4b55bb9

Browse files
authored
Merge pull request #32 from ynhhoJ/features/version-bump
Upgrade dependencies & Bump version to 0.3.5
2 parents 371f373 + 5649f63 commit 4b55bb9

File tree

2 files changed

+313
-151
lines changed

2 files changed

+313
-151
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flibusta",
3-
"version": "0.3.3",
3+
"version": "0.3.5",
44
"author": "ynhhoJ",
55
"description": "Unofficial Flibusta API based on website search engine. If you like to read books - buy",
66
"license": "MIT",
@@ -35,38 +35,38 @@
3535
},
3636
"dependencies": {
3737
"axios": "0.27.2",
38-
"fast-xml-parser": "^4.0.3",
38+
"fast-xml-parser": "4.0.9",
3939
"lodash": "^4.17.21",
40-
"node-html-parser": "^5.2.0"
40+
"node-html-parser": "5.4.2"
4141
},
4242
"devDependencies": {
4343
"@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",
4646
"@types/mocha": "^9.1.0",
47-
"@types/node": "18.0.0",
47+
"@types/node": "18.7.15",
4848
"@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",
5151
"chai": "^4.3.6",
5252
"copyfiles": "^2.4.1",
5353
"cross-env": "^7.0.3",
54-
"eslint": "8.18.0",
54+
"eslint": "8.23.0",
5555
"eslint-config-airbnb": "^19.0.4",
5656
"eslint-config-airbnb-base": "^15.0.0",
5757
"eslint-config-airbnb-typescript": "17.0.0",
58-
"eslint-import-resolver-typescript": "^2.5.0",
58+
"eslint-import-resolver-typescript": "3.5.1",
5959
"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",
6262
"mocha": "10.0.0",
6363
"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",
6666
"tscpaths": "^0.0.9",
67-
"typescript": "4.7.4",
67+
"typescript": "4.8.2",
6868
"typescript-transform-paths": "^3.3.1",
69-
"webpack": "^5.69.1",
69+
"webpack": "5.74.0",
7070
"webpack-cli": "^4.9.2",
7171
"webpack-node-externals": "^3.0.0"
7272
},

0 commit comments

Comments
 (0)