fix(security): Update preact to fix JSON VNode Injection vulnerability

This commit is contained in:
Matthieu MALVACHE
2026-01-08 02:12:54 +01:00
committed by Matthieu MALVACHE
parent 58cfe09dc6
commit b2b479359f
+19 -18
View File
@@ -7,6 +7,7 @@
"": { "": {
"name": "jmap-webmail", "name": "jmap-webmail",
"version": "0.1.0", "version": "0.1.0",
"license": "MIT",
"dependencies": { "dependencies": {
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@@ -6150,9 +6151,9 @@
} }
}, },
"node_modules/next-intl": { "node_modules/next-intl": {
"version": "4.6.1", "version": "4.7.0",
"resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.6.1.tgz", "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.7.0.tgz",
"integrity": "sha512-KlWgWtKLBPUsTPgxqwyjws1wCMD2QKxLlVjeeGj53DC1JWfKmBShKOrhIP0NznZrRQ0GleeoDUeHSETmyyIFeA==", "integrity": "sha512-gvROzcNr/HM0jTzQlKWQxUNk8jrZ0bREz+bht3wNbv+uzlZ5Kn3J+m+viosub18QJ72S08UJnVK50PXWcUvwpQ==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@@ -6165,9 +6166,9 @@
"@parcel/watcher": "^2.4.1", "@parcel/watcher": "^2.4.1",
"@swc/core": "^1.15.2", "@swc/core": "^1.15.2",
"negotiator": "^1.0.0", "negotiator": "^1.0.0",
"next-intl-swc-plugin-extractor": "^4.6.1", "next-intl-swc-plugin-extractor": "^4.7.0",
"po-parser": "^2.0.0", "po-parser": "^2.1.1",
"use-intl": "^4.6.1" "use-intl": "^4.7.0"
}, },
"peerDependencies": { "peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
@@ -6181,9 +6182,9 @@
} }
}, },
"node_modules/next-intl-swc-plugin-extractor": { "node_modules/next-intl-swc-plugin-extractor": {
"version": "4.6.1", "version": "4.7.0",
"resolved": "https://registry.npmjs.org/next-intl-swc-plugin-extractor/-/next-intl-swc-plugin-extractor-4.6.1.tgz", "resolved": "https://registry.npmjs.org/next-intl-swc-plugin-extractor/-/next-intl-swc-plugin-extractor-4.7.0.tgz",
"integrity": "sha512-+HHNeVERfSvuPDF7LYVn3pxst5Rf7EYdUTw7C7WIrYhcLaKiZ1b9oSRkTQddAN3mifDMCfHqO4kAQ/pcKiBl3A==", "integrity": "sha512-iAqflu2FWdQMWhwB0B2z52X7LmEpvnMNJXqVERZQ7bK5p9iqQLu70ur6Ka6NfiXLxfb+AeAkUX5qIciQOg+87A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/next-intl/node_modules/@swc/core": { "node_modules/next-intl/node_modules/@swc/core": {
@@ -6601,9 +6602,9 @@
} }
}, },
"node_modules/po-parser": { "node_modules/po-parser": {
"version": "2.0.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/po-parser/-/po-parser-2.0.0.tgz", "resolved": "https://registry.npmjs.org/po-parser/-/po-parser-2.1.1.tgz",
"integrity": "sha512-SZvoKi3PoI/hHa2V9je9CW7Xgxl4dvO74cvaa6tWShIHT51FkPxje6pt0gTJznJrU67ix91nDaQp2hUxkOYhKA==", "integrity": "sha512-ECF4zHLbUItpUgE3OTtLKlPjeBN+fKEczj2zYjDfCGOzicNs0GK3Vg2IoAYwx7LH/XYw43fZQP6xnZ4TkNxSLQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/possible-typed-array-names": { "node_modules/possible-typed-array-names": {
@@ -6646,9 +6647,9 @@
} }
}, },
"node_modules/preact": { "node_modules/preact": {
"version": "10.28.1", "version": "10.28.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.28.1.tgz", "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.2.tgz",
"integrity": "sha512-u1/ixq/lVQI0CakKNvLDEcW5zfCjUQfZdK9qqWuIJtsezuyG6pk9TWj75GMuI/EzRSZB/VAE43sNWWZfiy8psw==", "integrity": "sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"funding": { "funding": {
@@ -7866,9 +7867,9 @@
} }
}, },
"node_modules/use-intl": { "node_modules/use-intl": {
"version": "4.6.1", "version": "4.7.0",
"resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.6.1.tgz", "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.7.0.tgz",
"integrity": "sha512-mUIj6QvJZ7Rk33mLDxRziz1YiBBAnIji8YW4TXXMdYHtaPEbVucrXD3iKQGAqJhbVn0VnjrEtIKYO1B18mfSJw==", "integrity": "sha512-jyd8nSErVRRsSlUa+SDobKHo9IiWs5fjcPl9VBUnzUyEQpVM5mwJCgw8eUiylhvBpLQzUGox1KN0XlRivSID9A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@formatjs/fast-memoize": "^2.2.0", "@formatjs/fast-memoize": "^2.2.0",