Skip to content

Commit 3a9edaf

Browse files
committed
feat: update axios to v0.27.2, update dependencies
1 parent 444ee52 commit 3a9edaf

File tree

2 files changed

+958
-857
lines changed

2 files changed

+958
-857
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@scure/base": "^1.2.4",
21-
"axios": "^0.26.1",
21+
"axios": "^0.27.2",
2222
"browser-id3-writer": "^4.4.0",
2323
"delay": "^5.0.0",
2424
"node-html-parser": "^5.3.3",
@@ -28,16 +28,17 @@
2828
"spotify-web-api-node": "^5.0.2"
2929
},
3030
"devDependencies": {
31+
"@ava/typescript": "^5.0.0",
3132
"@types/node": "^17.0.23",
3233
"@types/spotify-web-api-node": "^5.0.3",
33-
"@typescript-eslint/eslint-plugin": "^5.16.0",
34-
"@typescript-eslint/parser": "^5.16.0",
35-
"ava": "^4.1.0",
34+
"@typescript-eslint/eslint-plugin": "^8.29.1",
35+
"@typescript-eslint/parser": "^8.29.1 ",
36+
"ava": "^6.2.0",
3637
"eslint": "^8.11.0",
3738
"eslint-plugin-prettier": "^4.0.0",
3839
"prettier": "^2.6.0",
3940
"ts-node": "^10.7.0",
40-
"typescript": "^4.6.3"
41+
"typescript": "^5.1.0"
4142
},
4243
"ava": {
4344
"extensions": [

0 commit comments

Comments
 (0)