Merge branch '3.3.x' into 3.4.x

Closes gh-44486
This commit is contained in:
Moritz Halbritter 2025-02-28 11:54:00 +01:00
commit 2c3585116e

View File

@ -2668,17 +2668,19 @@
} }
}, },
"node_modules/seroval": { "node_modules/seroval": {
"version": "1.0.7", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/seroval/-/seroval-1.0.7.tgz", "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.2.1.tgz",
"integrity": "sha512-n6ZMQX5q0Vn19Zq7CIKNIo7E75gPkGCFUEqDpa8jgwpYr/vScjqnQ6H09t1uIiZ0ZSK0ypEGvrYK2bhBGWsGdw==", "integrity": "sha512-yBxFFs3zmkvKNmR0pFSU//rIsYjuX418TnlDmc2weaq5XFDqDIV/NOMPBoLrbxjLH42p4UzRuXHryXh9dYcKcw==",
"license": "MIT",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/seroval-plugins": { "node_modules/seroval-plugins": {
"version": "1.0.7", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.0.7.tgz", "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.2.1.tgz",
"integrity": "sha512-GO7TkWvodGp6buMEX9p7tNyIkbwlyuAWbI6G9Ec5bhcm7mQdu3JOK1IXbEUwb3FVzSc363GraG/wLW23NSavIw==", "integrity": "sha512-H5vs53+39+x4Udwp4J5rNZfgFuA+Lt+uU+09w1gYBVWomtAl98B+E9w7yC05Xc81/HgLvJdlyqJbU0fJCKCmdw==",
"license": "MIT",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
}, },
@ -2790,13 +2792,14 @@
} }
}, },
"node_modules/solid-js": { "node_modules/solid-js": {
"version": "1.8.17", "version": "1.9.5",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.8.17.tgz", "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.5.tgz",
"integrity": "sha512-E0FkUgv9sG/gEBWkHr/2XkBluHb1fkrHywUgA6o6XolPDCJ4g1HaLmQufcBBhiF36ee40q+HpG/vCZu7fLpI3Q==", "integrity": "sha512-ogI3DaFcyn6UhYhrgcyRAMbu/buBJitYQASZz5WzfQVPP10RD2AbCoRZ517psnezrasyCbWzIxZ6kVqet768xw==",
"license": "MIT",
"dependencies": { "dependencies": {
"csstype": "^3.1.0", "csstype": "^3.1.0",
"seroval": "^1.0.4", "seroval": "^1.1.0",
"seroval-plugins": "^1.0.3" "seroval-plugins": "^1.1.0"
} }
}, },
"node_modules/sonic-boom": { "node_modules/sonic-boom": {