Actualizacion de seguridad

This commit is contained in:
Pablinux
2024-07-13 00:27:32 -05:00
parent 90f05f7ad0
commit fa92efc258
186 changed files with 75113 additions and 17648 deletions

6
node_modules/cookie/index.js generated vendored
View File

@@ -172,6 +172,10 @@ function serialize(name, val, options) {
str += '; Secure';
}
if (opt.partitioned) {
str += '; Partitioned'
}
if (opt.priority) {
var priority = typeof opt.priority === 'string'
? opt.priority.toLowerCase()
@@ -233,7 +237,7 @@ function decode (str) {
/**
* URL-encode value.
*
* @param {string} str
* @param {string} val
* @returns {string}
*/