chore(deps): mark csurf as deprecated

This commit is contained in:
Elian Doran 2024-12-14 00:23:15 +02:00
parent ad221a064d
commit 3d18c0a059
No known key found for this signature in database

2
package-lock.json generated
View File

@ -6445,6 +6445,8 @@
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/csurf/-/csurf-1.11.0.tgz",
"integrity": "sha512-UCtehyEExKTxgiu8UHdGvHj4tnpE/Qctue03Giq5gPgMQ9cg/ciod5blZQ5a4uCEenNQjxyGuzygLdKUmee/bQ==",
"deprecated": "Please use another csrf package",
"license": "MIT",
"dependencies": {
"cookie": "0.4.0",
"cookie-signature": "1.0.6",