diff --git a/package-lock.json b/package-lock.json index 8e300f2..8a58773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "binary-case": "^1.1.4", - "cookie": "^0.7.0", + "cookie": "^1.0.0", "path-to-regexp": "^6.2.0" }, "devDependencies": { @@ -2151,12 +2151,12 @@ "dev": true }, "node_modules/cookie": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", - "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.1.tgz", + "integrity": "sha512-Xd8lFX4LM9QEEwxQpF9J9NTUh8pmdJO0cyRJhFiDoLTk2eH8FXlRv2IFGYVadZpqI3j8fhNrSdKCeYPxiAhLXw==", "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=18" } }, "node_modules/cookie-signature": { diff --git a/package.json b/package.json index f88104a..f1e27dc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "binary-case": "^1.1.4", - "cookie": "^0.7.0", + "cookie": "^1.0.0", "path-to-regexp": "^6.2.0" }, "description": "Lambdify is a set of tools that makes building and consuming AWS Lambda functions easier",