Skip to content

Commit a488b32

Browse files
feat: add httpsnippet with pinned ajv dependency
1 parent ab66b1d commit a488b32

File tree

2 files changed

+92
-37
lines changed

2 files changed

+92
-37
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@vueuse/core": "^11.0.3",
6161
"allof-merge": "^0.6.6",
6262
"flatted": "^3.3.1",
63-
"httpsnippet-lite": "^3.0.5",
63+
"httpsnippet": "^3.0.6",
6464
"json-schema": "^0.4.0",
6565
"markdown-it": "^14.1.0",
6666
"oas-normalize": "^11.1.2",
@@ -178,6 +178,15 @@
178178
"node": "20.17.0",
179179
"pnpm": "9.9.0"
180180
},
181+
"pnpm": {
182+
"packageExtensions": {
183+
"httpsnippet": {
184+
"dependencies": {
185+
"ajv": "6.12.3"
186+
}
187+
}
188+
}
189+
},
181190
"config": {
182191
"commitizen": {
183192
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",

pnpm-lock.yaml

Lines changed: 82 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)