Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 406ee94

Browse files
committed
Bump deps
1 parent 5465efe commit 406ee94

File tree

2 files changed

+1027
-880
lines changed

2 files changed

+1027
-880
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moosync",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"private": true,
55
"author": "Ovenoboyo <[email protected]>",
66
"description": "Moosync is a customizable desktop music player with a clean interface",
@@ -17,54 +17,54 @@
1717
"postuninstall": "patch-package && electron-builder install-app-deps"
1818
},
1919
"dependencies": {
20-
"@babel/core": "^7.22.11",
21-
"@babel/eslint-parser": "^7.22.11",
20+
"@babel/core": "^7.22.20",
21+
"@babel/eslint-parser": "^7.22.15",
2222
"@babel/plugin-proposal-class-properties": "^7.18.6",
2323
"@babel/plugin-syntax-bigint": "^7.8.3",
24-
"@babel/plugin-transform-runtime": "^7.22.10",
25-
"@babel/preset-env": "^7.22.10",
26-
"@babel/preset-typescript": "^7.22.11",
27-
"@babel/types": "^7.22.11",
24+
"@babel/plugin-transform-runtime": "^7.22.15",
25+
"@babel/preset-env": "^7.22.20",
26+
"@babel/preset-typescript": "^7.22.15",
27+
"@babel/types": "^7.22.19",
2828
"@googleapis/oauth2": "^1.0.4",
2929
"@imengyu/vue3-context-menu": "^1.3.3",
3030
"@napi-rs/cli": "^2.16.3",
3131
"@openid/appauth": "^1.3.1",
32-
"@types/adm-zip": "^0.5.0",
33-
"@types/better-sqlite3": "^7.6.4",
32+
"@types/adm-zip": "^0.5.1",
33+
"@types/better-sqlite3": "^7.6.5",
3434
"@types/electron-devtools-installer": "^2.2.2",
3535
"@types/ini": "^1.3.31",
36-
"@types/jest": "^29.5.4",
37-
"@types/js-yaml": "^4.0.5",
36+
"@types/jest": "^29.5.5",
37+
"@types/js-yaml": "^4.0.6",
3838
"@types/markdown-it": "^13.0.1",
39-
"@types/node": "^20.5.7",
39+
"@types/node": "^20.6.2",
4040
"@types/tail": "^2.2.1",
4141
"@types/usetube": "^2.1.0",
42-
"@types/uuid": "^9.0.2",
42+
"@types/uuid": "^9.0.4",
4343
"@types/webpack-env": "^1.18.1",
4444
"@types/webrtc": "0.0.36",
4545
"@types/yt-player": "^3.5.1",
46-
"@typescript-eslint/eslint-plugin": "^6.5.0",
47-
"@typescript-eslint/parser": "^6.5.0",
46+
"@typescript-eslint/eslint-plugin": "^6.7.2",
47+
"@typescript-eslint/parser": "^6.7.2",
4848
"@voerro/vue-tagsinput": "^2.7.1",
4949
"@vue/cli-plugin-babel": "^5.0.8",
5050
"@vue/cli-plugin-typescript": "^5.0.8",
5151
"@vue/cli-service": "^5.0.8",
5252
"@vue/compat": "^3.3.4",
5353
"@vue/compiler-sfc": "^3.3.4",
54-
"@vue/eslint-config-typescript": "^11.0.3",
54+
"@vue/eslint-config-typescript": "^12.0.0",
5555
"adm-zip": "^0.5.10",
5656
"animate.css": "^4.1.1",
5757
"axios": "^1.5.0",
5858
"axios-rate-limit": "^1.3.0",
5959
"axios-retry": "^3.7.0",
6060
"babel-loader": "^9.1.3",
61-
"better-sqlite3": "^8.5.2",
61+
"better-sqlite3": "^8.6.0",
6262
"better-sqlite3-helper": "^3.1.6",
6363
"bootstrap-vue": "^2.23.1",
6464
"buffer": "^6.0.3",
6565
"bufferutil": "4.0.7",
6666
"copy-webpack-plugin": "^11.0.0",
67-
"core-js": "^3.32.1",
67+
"core-js": "^3.32.2",
6868
"croner": "^7.0.1",
6969
"cross-env": "^7.0.3",
7070
"dashjs": "^4.7.1",
@@ -73,8 +73,8 @@
7373
"electron": "25.5.0",
7474
"electron-devtools-installer": "^3.2.0",
7575
"electron-store": "^8.1.0",
76-
"electron-updater": "^6.1.1",
77-
"eslint": "^8.48.0",
76+
"electron-updater": "^6.1.4",
77+
"eslint": "^8.49.0",
7878
"eslint-config-prettier": "^9.0.0",
7979
"eslint-plugin-prettier": "^5.0.0",
8080
"eslint-plugin-unused-imports": "^3.0.0",
@@ -83,10 +83,10 @@
8383
"fast-xml-parser": "^4.2.7",
8484
"file-reader-reverse": "^1.0.2",
8585
"hash-wasm": "^4.9.0",
86-
"hls.js": "^1.4.10",
86+
"hls.js": "^1.4.12",
8787
"ini": "^4.1.1",
88-
"jest": "^29.6.4",
89-
"jest-environment-node": "^29.6.4",
88+
"jest": "^29.7.0",
89+
"jest-environment-node": "^29.7.0",
9090
"js-yaml": "^4.1.0",
9191
"librespot-node": "git+https://github.com/Moosync/librespot-node.git",
9292
"localforage": "^1.10.0",
@@ -102,7 +102,7 @@
102102
"qs": "^6.11.2",
103103
"reflect-metadata": "^0.1.13",
104104
"replace": "^1.2.2",
105-
"sass": "~1.66.1",
105+
"sass": "~1.67.0",
106106
"sass-loader": "13.3.2",
107107
"scanner-native": "git+https://github.com/Moosync/file-scanner.git",
108108
"semver": "^7.5.4",
@@ -118,7 +118,7 @@
118118
"ts-node": "^10.9.1",
119119
"tslib": "^2.6.2",
120120
"typescript": "5.2.2",
121-
"uuid": "^9.0.0",
121+
"uuid": "^9.0.1",
122122
"vm2": "git+https://github.com/patriksimek/vm2.git",
123123
"vue": "^3.3.4",
124124
"vue-accessible-color-picker": "^4.1.4",
@@ -128,7 +128,7 @@
128128
"vue-cli-plugin-auto-routing": "~1.3.0",
129129
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4",
130130
"vue-facing-decorator": "^3.0.2",
131-
"vue-i18n": "9.2.2",
131+
"vue-i18n": "9.4.1",
132132
"vue-inline-svg": "^2.1.3",
133133
"vue-property-decorator": "^9.1.2",
134134
"vue-router": "~4.2.4",
@@ -141,7 +141,7 @@
141141
"vuedraggable": "^2.24.3",
142142
"vuex": "~4.1.0",
143143
"vuex-class-component": "^2.3.6",
144-
"webpack-bundle-analyzer": "^4.9.0",
144+
"webpack-bundle-analyzer": "^4.9.1",
145145
"webpack-cli": "^5.1.4",
146146
"webpack5-externals-plugin": "^1.0.4",
147147
"yt-player": "^3.6.1",
@@ -150,7 +150,7 @@
150150
"ytsr": "^3.8.4"
151151
},
152152
"devDependencies": {
153-
"electron-builder": "^24.6.3",
153+
"electron-builder": "^24.6.4",
154154
"rome": "12.1.3"
155155
},
156156
"browserslist": [
@@ -159,11 +159,11 @@
159159
"not dead"
160160
],
161161
"resolutions": {
162-
"electron-builder": "24.6.3",
163-
"node-abi": "^3.45.0",
162+
"electron-builder": "24.6.4",
163+
"node-abi": "^3.47.0",
164164
"webpack": "^5.88.2",
165-
"better-sqlite3": "^8.5.2",
166-
"nan": "^2.17.0",
165+
"better-sqlite3": "^8.6.0",
166+
"nan": "^2.18.0",
167167
"@vue/cli-service": "^5.0.8",
168168
"@achrinza/node-ipc": "^10.1.9"
169169
},
@@ -177,4 +177,4 @@
177177
"./src/mainWindow/plugins/*",
178178
"./src/preferenceWindow/plugins/*"
179179
]
180-
}
180+
}

0 commit comments

Comments
 (0)