Fix vulnerability in the flatted dependency

This patch is generated with `npm audit fix` and fixes CVE-2026-32141.
This commit is contained in:
Tim van der Meij 2026-03-15 14:54:11 +01:00
parent b7ebd80db8
commit 534a199d18
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

6
package-lock.json generated
View File

@ -6726,9 +6726,9 @@
}
},
"node_modules/flatted": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz",
"integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==",
"dev": true,
"license": "ISC"
},