doc-detective 4.2.2 → 4.3.0

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": "doc-detective",
3
- "version": "4.2.2",
3
+ "version": "4.3.0",
4
4
  "description": "Treat doc content as testable assertions to validate doc accuracy and product UX.",
5
5
  "bin": {
6
6
  "doc-detective": "bin/doc-detective.js"
@@ -70,33 +70,33 @@
70
70
  },
71
71
  "homepage": "https://github.com/doc-detective/doc-detective#readme",
72
72
  "dependencies": {
73
- "@apidevtools/json-schema-ref-parser": "^15.3.1",
73
+ "@apidevtools/json-schema-ref-parser": "^15.3.5",
74
74
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
75
- "@inquirer/prompts": "^8.4.1",
75
+ "@inquirer/prompts": "^8.4.2",
76
76
  "@puppeteer/browsers": "^2.13.0",
77
- "adm-zip": "^0.5.16",
78
- "ajv": "^8.18.0",
77
+ "adm-zip": "^0.5.17",
78
+ "ajv": "^8.20.0",
79
79
  "ajv-errors": "^3.0.0",
80
80
  "ajv-formats": "^3.0.1",
81
81
  "ajv-keywords": "^5.1.0",
82
- "appium": "^3.2.2",
83
- "appium-chromium-driver": "^2.1.6",
84
- "appium-geckodriver": "^2.2.0",
85
- "appium-safari-driver": "^4.1.9",
86
- "axios": "^1.13.6",
87
- "dotenv": "^17.3.1",
88
- "fast-xml-parser": "^5.3.3",
82
+ "appium": "^3.3.1",
83
+ "appium-chromium-driver": "^2.2.1",
84
+ "appium-geckodriver": "^2.2.1",
85
+ "appium-safari-driver": "^4.1.12",
86
+ "axios": "^1.15.2",
87
+ "dotenv": "^17.4.2",
88
+ "fast-xml-parser": "^5.7.2",
89
89
  "geckodriver": "^6.1.0",
90
90
  "jq-web": "^0.6.2",
91
91
  "json-schema-faker": "^0.6.0",
92
92
  "pixelmatch": "^7.1.0",
93
93
  "pngjs": "^7.0.0",
94
- "posthog-node": "^5.28.4",
94
+ "posthog-node": "^5.30.6",
95
95
  "sharp": "^0.34.5",
96
96
  "tree-kill": "^1.2.2",
97
- "webdriverio": "^9.26.1",
98
- "yaml": "^2.8.2",
99
- "yargs": "^17.7.2"
97
+ "webdriverio": "^9.27.0",
98
+ "yaml": "^2.8.3",
99
+ "yargs": "^18.0.0"
100
100
  },
101
101
  "optionalDependencies": {
102
102
  "@ffmpeg-installer/darwin-arm64": "4.1.5",
@@ -133,30 +133,30 @@
133
133
  "@img/sharp-win32-x64": "^0.34.5"
134
134
  },
135
135
  "devDependencies": {
136
- "@commitlint/cli": "^19.6.0",
137
- "@commitlint/config-conventional": "^19.6.0",
136
+ "@commitlint/cli": "^20.5.2",
137
+ "@commitlint/config-conventional": "^20.5.0",
138
138
  "@semantic-release/changelog": "^6.0.3",
139
- "@semantic-release/commit-analyzer": "^13.0.0",
140
- "@semantic-release/exec": "^6.0.3",
139
+ "@semantic-release/commit-analyzer": "^13.0.1",
140
+ "@semantic-release/exec": "^7.1.0",
141
141
  "@semantic-release/git": "^10.0.1",
142
- "@semantic-release/github": "^11.0.1",
143
- "@semantic-release/npm": "^12.0.1",
144
- "@semantic-release/release-notes-generator": "^14.0.2",
142
+ "@semantic-release/github": "^12.0.6",
143
+ "@semantic-release/npm": "^13.1.5",
144
+ "@semantic-release/release-notes-generator": "^14.1.0",
145
145
  "@types/adm-zip": "^0.5.8",
146
- "@types/node": "^25.5.0",
146
+ "@types/node": "^25.6.0",
147
147
  "@types/yargs": "^17.0.35",
148
148
  "body-parser": "^2.2.2",
149
149
  "chai": "^6.2.2",
150
150
  "depcheck": "^1.4.7",
151
- "esbuild": "^0.27.4",
151
+ "esbuild": "^0.28.0",
152
152
  "express": "^5.2.1",
153
153
  "husky": "^9.1.7",
154
154
  "json-schema-to-typescript": "^15.0.4",
155
155
  "mocha": "^11.7.5",
156
156
  "nodemon": "^3.1.14",
157
- "semantic-release": "^24.2.0",
157
+ "semantic-release": "^25.0.3",
158
158
  "semver": "^7.7.4",
159
- "sinon": "^21.0.3",
160
- "typescript": "^5.9.3"
159
+ "sinon": "^21.1.2",
160
+ "typescript": "^6.0.3"
161
161
  }
162
162
  }