Fix vulnerability in the underscore dependency

This patch is generated with `npm audit fix` and fixes CVE-2026-27601.
This commit is contained in:
Tim van der Meij 2026-03-07 19:02:23 +01:00
parent 57a8028ee2
commit c7d345db76
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

6
package-lock.json generated
View File

@ -13587,9 +13587,9 @@
}
},
"node_modules/underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==",
"version": "1.13.8",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz",
"integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==",
"dev": true,
"license": "MIT"
},