Skip to content

Commit 656851d

Browse files
authored
chore(deps): batch dependabot updates (#904)
* chore(deps): bump postcss from 8.4.38 to 8.5.10 (#902) * chore(deps): bump lodash from 4.17.23 to 4.18.1 across 2 workspaces (#882) * chore(deps): bump dompurify from 3.3.2 to 3.4.0 (#897) * chore(deps): bump fastify from 5.7.3 to 5.8.5 in apps/rstate (#896) * chore(deps): bump yaml from 2.4.5 to 2.8.3 in libraries/schemata (#879) * chore(deps): bump yaml from 2.4.5 to 2.8.3 in apps/rstate (#878) * chore(deps): bump @sveltejs/kit from 2.52.2 to 2.57.1 (#885) * chore(deps): bump fastify from 4.24.3 to 5.8.3 in internal/redis (#876) * chore(deps): bump uuid from 9.0.1 to 14.0.0 (#898) --------- Co-authored-by: sandwich <dskvr@users.noreply.github.com>
1 parent 9df8951 commit 656851d

7 files changed

Lines changed: 229 additions & 430 deletions

File tree

apps/gui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@rollup/plugin-yaml": "^4.1.2",
6262
"@sveltejs/adapter-netlify": "^4.3.6",
6363
"@sveltejs/adapter-static": "^3.0.6",
64-
"@sveltejs/kit": "^2.52.2",
64+
"@sveltejs/kit": "^2.57.1",
6565
"@sveltejs/package": "^2.0.0",
6666
"@sveltejs/vite-plugin-svelte": "^4.0.1",
6767
"@types/brotli": "^1",
@@ -77,7 +77,7 @@
7777
"jsdom": "^29.0.1",
7878
"node-fetch": "^3.3.2",
7979
"paneforge": "^0.0.6",
80-
"postcss": "^8.4.38",
80+
"postcss": "^8.5.10",
8181
"prettier": "^3.4.2",
8282
"prettier-plugin-svelte": "^3.1.2",
8383
"prettier-plugin-tailwindcss": "^0.6.10",
@@ -140,13 +140,13 @@
140140
"country-code-to-flag-emoji": "^1.3.3",
141141
"date-fns": "^4.1.0",
142142
"dexie": "^4.0.8",
143-
"dompurify": "^3.3.2",
143+
"dompurify": "^3.4.0",
144144
"html-entities": "2.6.0",
145145
"iso-3166": "^4.3.0",
146146
"json-source-map": "^0.6.1",
147147
"leaflet": "^1.9.4",
148148
"light-bolt11-decoder": "^3.2.0",
149-
"lodash": "^4.17.23",
149+
"lodash": "^4.18.1",
150150
"lucide-react": "^0.474.0",
151151
"lucide-svelte": "^0.462.0",
152152
"marked": "^15.0.3",

apps/rstate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"ajv": "^8.17.1",
4949
"applesauce-relay": "^4.0.0",
5050
"dotenv": "^17.2.3",
51-
"fastify": "^5.7.3",
51+
"fastify": "^5.8.5",
5252
"nostr-tools": "^2.11.0",
5353
"pino": "^9.5.0",
5454
"pino-pretty": "^13.0.0",
5555
"ws": "^8.18.0",
56-
"yaml": "^2.4.5"
56+
"yaml": "^2.8.3"
5757
},
5858
"devDependencies": {
5959
"@types/node": "^22.10.2",

internal/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@bull-board/ui": "5.21.5",
1515
"bullmq": "4.14.2",
1616
"dotenv": "16.4.5",
17-
"fastify": "4.24.3"
17+
"fastify": "^5.8.3"
1818
}
1919
}

libraries/memory-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dist"
3838
],
3939
"dependencies": {
40-
"lodash": "^4.17.23"
40+
"lodash": "^4.18.1"
4141
},
4242
"devDependencies": {
4343
"@types/lodash": "^4",

libraries/schemata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"webpack-cli": "5.1.4",
1616
"webpack-merge": "6.0.1",
1717
"webpack-node-externals": "3.0.0",
18-
"yaml": "2.4.5",
18+
"yaml": "^2.8.3",
1919
"yaml-convert": "1.0.1"
2020
},
2121
"devDependencies": {

libraries/worker-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nostrwatch/utils": "workspace:^",
2525
"@sqlite.org/sqlite-wasm": "^3.46.1-build3",
2626
"eventemitter3": "^5.0.1",
27-
"uuid": "^9.0.1"
27+
"uuid": "^14.0.0"
2828
},
2929
"devDependencies": {
3030
"@types/copyfiles": "^2",

0 commit comments

Comments
 (0)