← back to Patterndesignlab
pin cookie@0.7.2 explicitly (Kamatera npm pulled v1.x with changed exports; live deploy hardening: PDL_JWT_SECRET now set in prod .env)
350abca7ad3f62c8aa61107a38a25959b08a53b0 · 2026-07-22 20:54:19 -0700 · Steve
Files touched
M package-lock.jsonM package.json
Diff
commit 350abca7ad3f62c8aa61107a38a25959b08a53b0
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Jul 22 20:54:19 2026 -0700
pin cookie@0.7.2 explicitly (Kamatera npm pulled v1.x with changed exports; live deploy hardening: PDL_JWT_SECRET now set in prod .env)
---
package-lock.json | 1 +
package.json | 1 +
2 files changed, 2 insertions(+)
diff --git a/package-lock.json b/package-lock.json
index 91b908c..f69e5a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"bcryptjs": "^3.0.3",
+ "cookie": "^0.7.2",
"express": "^4.22.2",
"jsonwebtoken": "^9.0.3",
"multer": "^2.2.0",
diff --git a/package.json b/package.json
index 18b5ee3..3f50c35 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
},
"dependencies": {
"bcryptjs": "^3.0.3",
+ "cookie": "^0.7.2",
"express": "^4.22.2",
"jsonwebtoken": "^9.0.3",
"multer": "^2.2.0",
← 29ef95e admin login (JWT cookie) + add-design-to-Shopify-as-DIG-item
·
back to Patterndesignlab
·
chore: lint+refactor hardening (open-redirect guard, image p 22fb969 →