Skip to content

Commit 0b0a910

Browse files
authored
Merge pull request #40 from ynhhoJ/features/dependencies-upgrade
Dependencies upgrade
2 parents dc59137 + fa3bbb1 commit 0b0a910

File tree

2 files changed

+372
-198
lines changed

2 files changed

+372
-198
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flibusta",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"author": "ynhhoJ",
55
"description": "Unofficial Flibusta API based on website search engine. If you like to read books - buy",
66
"license": "MIT",
@@ -34,8 +34,8 @@
3434
"copy-types": "copyfiles -u 1 types/**/* build/types"
3535
},
3636
"dependencies": {
37-
"axios": "1.2.1",
38-
"fast-xml-parser": "4.0.12",
37+
"axios": "1.2.6",
38+
"fast-xml-parser": "4.0.15",
3939
"lodash": "^4.17.21",
4040
"node-html-parser": "6.1.4"
4141
},
@@ -44,28 +44,28 @@
4444
"@types/chai": "4.3.4",
4545
"@types/lodash": "4.14.191",
4646
"@types/mocha": "10.0.1",
47-
"@types/node": "18.11.12",
47+
"@types/node": "18.11.18",
4848
"@types/webpack-node-externals": "^2.5.3",
49-
"@typescript-eslint/eslint-plugin": "5.46.0",
50-
"@typescript-eslint/parser": "5.46.0",
49+
"@typescript-eslint/eslint-plugin": "5.49.0",
50+
"@typescript-eslint/parser": "5.49.0",
5151
"chai": "4.3.7",
5252
"copyfiles": "^2.4.1",
5353
"cross-env": "^7.0.3",
54-
"eslint": "8.29.0",
54+
"eslint": "8.33.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": "3.5.2",
59-
"eslint-plugin-import": "^2.25.4",
60-
"eslint-plugin-sonarjs": "0.17.0",
61-
"eslint-plugin-unicorn": "45.0.1",
62-
"mocha": "10.1.0",
58+
"eslint-import-resolver-typescript": "3.5.3",
59+
"eslint-plugin-import": "2.27.5",
60+
"eslint-plugin-sonarjs": "0.18.0",
61+
"eslint-plugin-unicorn": "45.0.2",
62+
"mocha": "10.2.0",
6363
"nyc": "^15.1.0",
6464
"ts-loader": "9.4.2",
6565
"ts-node": "10.9.1",
6666
"tscpaths": "^0.0.9",
6767
"typescript": "4.9.4",
68-
"typescript-transform-paths": "3.4.4",
68+
"typescript-transform-paths": "3.4.6",
6969
"webpack": "5.75.0",
7070
"webpack-cli": "5.0.1",
7171
"webpack-node-externals": "^3.0.0"
@@ -77,4 +77,4 @@
7777
"unofficial",
7878
"search"
7979
]
80-
}
80+
}

0 commit comments

Comments
 (0)