Skip to content

Commit af94bd8

Browse files
committed
bump deps
1 parent d74c830 commit af94bd8

File tree

6 files changed

+136
-134
lines changed

6 files changed

+136
-134
lines changed

bun.lock

Lines changed: 99 additions & 97 deletions
Large diffs are not rendered by default.

desktop/bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"electron-window-state": "^5.0.3",
1010
},
1111
"devDependencies": {
12-
"electron": "^36.4.0",
12+
"electron": "^37.2.1",
1313
"electron-builder": "^26.0.12",
1414
},
1515
},
@@ -221,7 +221,7 @@
221221

222222
"ejs": ["[email protected]", "", { "dependencies": { "jake": "^10.8.5" }, "bin": { "ejs": "bin/cli.js" } }, "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA=="],
223223

224-
"electron": ["electron@36.4.0", "", { "dependencies": { "@electron/get": "^2.0.0", "@types/node": "^22.7.7", "extract-zip": "^2.0.1" }, "bin": { "electron": "cli.js" } }, "sha512-LLOOZEuW5oqvnjC7HBQhIqjIIJAZCIFjQxltQGLfEC7XFsBoZgQ3u3iFj+Kzw68Xj97u1n57Jdt7P98qLvUibQ=="],
224+
"electron": ["electron@37.2.1", "", { "dependencies": { "@electron/get": "^2.0.0", "@types/node": "^22.7.7", "extract-zip": "^2.0.1" }, "bin": { "electron": "cli.js" } }, "sha512-ae2EbzRNqIAHlftfCHtbbt6EgJUW8+zxWLONqNnn2iSrLF0O/pbxbff3xcpZYPpmFBs4uqjoi+s4QS7DQ+zZ/w=="],
225225

226226
"electron-builder": ["[email protected]", "", { "dependencies": { "app-builder-lib": "26.0.12", "builder-util": "26.0.11", "builder-util-runtime": "9.3.1", "chalk": "^4.1.2", "dmg-builder": "26.0.12", "fs-extra": "^10.1.0", "is-ci": "^3.0.0", "lazy-val": "^1.0.5", "simple-update-notifier": "2.0.0", "yargs": "^17.6.2" }, "bin": { "electron-builder": "cli.js", "install-app-deps": "install-app-deps.js" } }, "sha512-cD1kz5g2sgPTMFHjLxfMjUK5JABq3//J4jPswi93tOPFz6btzXYtK5NrDt717NRbukCUDOrrvmYVOWERlqoiXA=="],
227227

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"devDependencies": {
62-
"electron": "^36.4.0",
62+
"electron": "^37.2.1",
6363
"electron-builder": "^26.0.12"
6464
},
6565
"dependencies": {

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,37 +25,37 @@
2525
"build:ios": "bun run build && bunx cap sync ios"
2626
},
2727
"dependencies": {
28-
"@capacitor/android": "^7.3.0",
28+
"@capacitor/android": "^7.4.2",
2929
"@capacitor/app": "^7.0.1",
30-
"@capacitor/cli": "^7.3.0",
31-
"@capacitor/core": "^7.3.0",
30+
"@capacitor/cli": "^7.4.2",
31+
"@capacitor/core": "^7.4.2",
3232
"@capacitor/dialog": "^7.0.1",
33-
"@capacitor/ios": "^7.3.0",
33+
"@capacitor/ios": "^7.4.2",
3434
"@capacitor/keyboard": "^7.0.1",
3535
"@capacitor/preferences": "^7.0.1",
3636
"@capacitor/splash-screen": "^7.0.1",
3737
"@capacitor/status-bar": "^7.0.1",
3838
"@emotion/react": "^11.14.0",
39-
"@mantine/core": "^8.1.0",
40-
"@mantine/hooks": "^8.1.0",
41-
"@mantine/notifications": "^8.1.0",
39+
"@mantine/core": "^8.1.3",
40+
"@mantine/hooks": "^8.1.3",
41+
"@mantine/notifications": "^8.1.3",
4242
"@noble/curves": "^1.9.2",
4343
"@noble/ed25519": "^2.3.0",
4444
"@noble/hashes": "^1.8.0",
4545
"@noble/post-quantum": "^0.4.1",
4646
"@tabler/icons-react": "^3.34.0",
47-
"@tiptap/extension-code-block": "^2.14.0",
48-
"@tiptap/extension-highlight": "^2.14.0",
49-
"@tiptap/extension-image": "^2.14.0",
50-
"@tiptap/extension-link": "^2.14.0",
51-
"@tiptap/extension-table": "^2.14.0",
52-
"@tiptap/extension-table-cell": "^2.14.0",
53-
"@tiptap/extension-table-header": "^2.14.0",
54-
"@tiptap/extension-table-row": "^2.14.0",
55-
"@tiptap/extension-text-align": "^2.14.0",
56-
"@tiptap/pm": "^2.14.0",
57-
"@tiptap/react": "^2.14.0",
58-
"@tiptap/starter-kit": "^2.14.0",
47+
"@tiptap/extension-code-block": "^2.26.0",
48+
"@tiptap/extension-highlight": "^2.26.0",
49+
"@tiptap/extension-image": "^2.26.0",
50+
"@tiptap/extension-link": "^2.26.0",
51+
"@tiptap/extension-table": "^2.26.0",
52+
"@tiptap/extension-table-cell": "^2.26.0",
53+
"@tiptap/extension-table-header": "^2.26.0",
54+
"@tiptap/extension-table-row": "^2.26.0",
55+
"@tiptap/extension-text-align": "^2.26.0",
56+
"@tiptap/pm": "^2.26.0",
57+
"@tiptap/react": "^2.26.0",
58+
"@tiptap/starter-kit": "^2.26.0",
5959
"@types/highlight.js": "^10.1.0",
6060
"bip39": "^3.1.0",
6161
"browserify-zlib": "^0.2.0",
@@ -75,13 +75,13 @@
7575
"devDependencies": {
7676
"@types/react": "^19.1.8",
7777
"@types/react-dom": "^19.1.6",
78-
"@vitejs/plugin-react": "^4.5.2",
79-
"concurrently": "^9.1.2",
78+
"@vitejs/plugin-react": "^4.6.0",
79+
"concurrently": "^9.2.0",
8080
"cross-env": "^7.0.3",
81-
"electron": "^36.4.0",
81+
"electron": "^37.2.1",
8282
"electron-builder": "^26.0.12",
83-
"sharp": "^0.34.2",
83+
"sharp": "^0.34.3",
8484
"typescript": "^5.8.3",
85-
"vite": "^6.3.5"
85+
"vite": "^7.0.4"
8686
}
8787
}

server/bun.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"name": "notes-sync-server",
66
"dependencies": {
77
"cors": "^2.8.5",
8-
"dotenv": "^16.5.0",
8+
"dotenv": "^17.2.0",
99
"express": "^5.1.0",
10-
"express-rate-limit": "^7.5.0",
10+
"express-rate-limit": "^7.5.1",
1111
"helmet": "^8.1.0",
1212
"mongodb": "^6.17.0",
1313
},
1414
"devDependencies": {
15-
"@types/node": "^22.15.31",
15+
"@types/node": "^24.0.13",
1616
},
1717
},
1818
},
1919
"packages": {
2020
"@mongodb-js/saslprep": ["@mongodb-js/[email protected]", "", { "dependencies": { "sparse-bitfield": "^3.0.3" } }, "sha512-+ywrb0AqkfaYuhHs6LxKWgqbh3I72EpEgESCw37o+9qPx9WTCkgDm2B+eMrwehGtHBWHFU4GXvnSCNiFhhausg=="],
2121

22-
"@types/node": ["@types/node@22.15.31", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw=="],
22+
"@types/node": ["@types/node@24.0.13", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ=="],
2323

2424
"@types/webidl-conversions": ["@types/[email protected]", "", {}, "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA=="],
2525

@@ -51,7 +51,7 @@
5151

5252
"depd": ["[email protected]", "", {}, "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw=="],
5353

54-
"dotenv": ["dotenv@16.5.0", "", {}, "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg=="],
54+
"dotenv": ["dotenv@17.2.0", "", {}, "sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ=="],
5555

5656
"dunder-proto": ["[email protected]", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="],
5757

@@ -71,7 +71,7 @@
7171

7272
"express": ["[email protected]", "", { "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", "content-disposition": "^1.0.0", "content-type": "^1.0.5", "cookie": "^0.7.1", "cookie-signature": "^1.2.1", "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", "finalhandler": "^2.1.0", "fresh": "^2.0.0", "http-errors": "^2.0.0", "merge-descriptors": "^2.0.0", "mime-types": "^3.0.0", "on-finished": "^2.4.1", "once": "^1.4.0", "parseurl": "^1.3.3", "proxy-addr": "^2.0.7", "qs": "^6.14.0", "range-parser": "^1.2.1", "router": "^2.2.0", "send": "^1.1.0", "serve-static": "^2.2.0", "statuses": "^2.0.1", "type-is": "^2.0.1", "vary": "^1.1.2" } }, "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA=="],
7373

74-
"express-rate-limit": ["[email protected].0", "", { "peerDependencies": { "express": "^4.11 || 5 || ^5.0.0-beta.1" } }, "sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg=="],
74+
"express-rate-limit": ["[email protected].1", "", { "peerDependencies": { "express": ">= 4.11" } }, "sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw=="],
7575

7676
"finalhandler": ["[email protected]", "", { "dependencies": { "debug": "^4.4.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "on-finished": "^2.4.1", "parseurl": "^1.3.3", "statuses": "^2.0.1" } }, "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q=="],
7777

@@ -175,7 +175,7 @@
175175

176176
"type-is": ["[email protected]", "", { "dependencies": { "content-type": "^1.0.5", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw=="],
177177

178-
"undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
178+
"undici-types": ["undici-types@7.8.0", "", {}, "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw=="],
179179

180180
"unpipe": ["[email protected]", "", {}, "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ=="],
181181

server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"description": "",
1313
"dependencies": {
1414
"cors": "^2.8.5",
15-
"dotenv": "^16.5.0",
15+
"dotenv": "^17.2.0",
1616
"express": "^5.1.0",
17-
"express-rate-limit": "^7.5.0",
17+
"express-rate-limit": "^7.5.1",
1818
"helmet": "^8.1.0",
1919
"mongodb": "^6.17.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.15.31"
22+
"@types/node": "^24.0.13"
2323
},
2424
"type": "module"
2525
}

0 commit comments

Comments
 (0)