lambder 1.0.134 → 1.0.136

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/deploy +1 -1
  2. package/package.json +3 -3
package/deploy CHANGED
@@ -19,4 +19,4 @@ echo "All operations completed successfully"
19
19
 
20
20
  # git add .
21
21
  # git commit -m ""
22
- # git git push -u origin main
22
+ # git push -u origin main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambder",
3
- "version": "1.0.134",
3
+ "version": "1.0.136",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@aws-sdk/client-dynamodb": "^3.574.0",
22
22
  "@aws-sdk/lib-dynamodb": "^3.574.0",
23
- "cookie": "^0.6.0",
23
+ "cookie": "^1.0.2",
24
24
  "ejs": "^3.1.9",
25
25
  "js-cookie": "^3.0.5",
26
26
  "mime-types": "^2.1.35",
@@ -41,7 +41,7 @@
41
41
  "@types/ejs": "^3.1.5",
42
42
  "@types/js-cookie": "^3.0.6",
43
43
  "@types/mime-types": "^2.1.4",
44
- "@types/node": "^20.11.27",
44
+ "@types/node": "^20.19.22",
45
45
  "@types/path-to-regexp": "^1.7.0",
46
46
  "@typescript-eslint/eslint-plugin": "^7.2.0",
47
47
  "@typescript-eslint/parser": "^7.2.0",