@mherod/get-cookie 4.4.0 → 4.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mherod/get-cookie",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Node.js module for querying cookies from Chrome, Firefox, and Safari browsers",
5
5
  "packageManager": "pnpm@9.15.2",
6
6
  "type": "module",
@@ -40,6 +40,9 @@
40
40
  "format": "biome format --write .",
41
41
  "format:check": "biome check --diagnostic-level=error .",
42
42
  "validate": "pnpm run type-check && pnpm run lint && pnpm run test && pnpm run check-links && pnpm run format:check",
43
+ "audit": "pnpm audit --audit-level moderate",
44
+ "audit:fix": "pnpm audit --fix",
45
+ "outdated": "pnpm outdated",
43
46
  "prepack": "pnpm run validate",
44
47
  "prepublishOnly": "pnpm run clean && pnpm run validate && pnpm run build",
45
48
  "dev": "tsc -w -p tsconfig.json & tsc-alias -w -p tsconfig.json",
@@ -63,58 +66,58 @@
63
66
  "author": "Matthew Herod",
64
67
  "license": "ISC",
65
68
  "dependencies": {
66
- "better-sqlite3": "^12.2.0",
69
+ "better-sqlite3": "^12.4.1",
67
70
  "consola": "^3.4.2",
68
71
  "date-fns": "4.1.0",
69
72
  "destr": "^2.0.5",
70
- "dotenv": "16.5.0",
73
+ "dotenv": "17.2.3",
71
74
  "fast-glob": "^3.3.3",
72
75
  "jsonwebtoken": "^9.0.2",
73
76
  "lodash-es": "^4.17.21",
74
77
  "minimist": "^1.2.8",
75
78
  "tsconfig-paths": "^4.2.0",
76
- "zod": "^3.24.1"
79
+ "zod": "^4.1.11"
77
80
  },
78
81
  "optionalDependencies": {
79
82
  "@primno/dpapi": "^2.0.1"
80
83
  },
81
84
  "devDependencies": {
82
- "@biomejs/biome": "2.2.3",
83
- "@commitlint/cli": "19.8.1",
84
- "@commitlint/config-conventional": "19.8.1",
85
- "@jest/globals": "^30.0.4",
85
+ "@biomejs/biome": "2.3.8",
86
+ "@commitlint/cli": "20.1.0",
87
+ "@commitlint/config-conventional": "20.0.0",
88
+ "@jest/globals": "^30.1.2",
86
89
  "@types/better-sqlite3": "^7.6.13",
87
- "@types/jest": "^29.5.14",
90
+ "@types/jest": "^30.0.0",
88
91
  "@types/jsonwebtoken": "^9.0.10",
89
- "@types/lodash": "^4.17.13",
92
+ "@types/lodash": "^4.17.20",
90
93
  "@types/lodash-es": "4.17.12",
91
94
  "@types/minimist": "^1.2.5",
92
- "@types/node": "^24.0.14",
93
- "@typescript-eslint/eslint-plugin": "^8.34.0",
94
- "@typescript-eslint/parser": "^8.35.1",
95
- "dependency-cruiser": "17.0.1",
96
- "eslint": "^9.31.0",
95
+ "@types/node": "^24.5.2",
96
+ "@typescript-eslint/eslint-plugin": "^8.44.1",
97
+ "@typescript-eslint/parser": "^8.44.1",
98
+ "dependency-cruiser": "17.3.2",
99
+ "eslint": "^9.36.0",
97
100
  "eslint-formatter-codeframe": "^7.32.1",
98
101
  "eslint-import-resolver-typescript": "^4.4.4",
99
- "eslint-plugin-import": "^2.31.0",
100
- "eslint-plugin-jsdoc": "^54.3.1",
101
- "globals": "16.2.0",
102
+ "eslint-plugin-import": "^2.32.0",
103
+ "eslint-plugin-jsdoc": "^61.2.1",
104
+ "globals": "16.5.0",
102
105
  "husky": "^9.1.7",
103
- "jest": "^29.7.0",
104
- "lint-staged": "^15.3.0",
106
+ "jest": "^30.1.3",
107
+ "lint-staged": "^16.2.1",
105
108
  "lodash": "4.17.21",
106
109
  "madge": "8.0.0",
107
- "pnpm": "10.12.4",
110
+ "pnpm": "10.24.0",
108
111
  "prettier": "^3.6.2",
109
- "ts-jest": "^29.4.0",
112
+ "ts-jest": "^29.4.4",
110
113
  "ts-node": "^10.9.2",
111
114
  "tsc-alias": "^1.8.16",
112
115
  "tsup": "^8.5.0",
113
- "tsx": "4.20.3",
114
- "typedoc": "^0.28.7",
115
- "typedoc-plugin-markdown": "^4.7.0",
116
- "typescript": "^5.8.3",
117
- "vitepress": "^1.6.3"
116
+ "tsx": "4.21.0",
117
+ "typedoc": "^0.28.13",
118
+ "typedoc-plugin-markdown": "^4.9.0",
119
+ "typescript": "^5.9.2",
120
+ "vitepress": "^1.6.4"
118
121
  },
119
122
  "pnpm": {
120
123
  "overrides": {