Skip to content

Commit

Permalink
fix: bump json-schema-to-ts from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [json-schema-to-ts](https://github.com/ThomasAribart/json-schema-to-ts) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/ThomasAribart/json-schema-to-ts/releases)
- [Commits](ThomasAribart/json-schema-to-ts@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: json-schema-to-ts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 3e6360f commit 9f87443
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@sentry/node": "^7.107.0",
"chalk": "^4.1.2",
"fetch-cookie": "^3.0.1",
"json-schema-to-ts": "^3.0.0",
"json-schema-to-ts": "^3.0.1",
"mustache": "^4.2.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.12",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3167,13 +3167,12 @@ json-parse-even-better-errors@^2.3.0:
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==

json-schema-to-ts@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-3.0.0.tgz#f97eaa14a412bbf7c3cde523703d93907386a439"
integrity sha512-2adDesYifYEXYxNySx3gG0RR69rDWIjqAFzK/JPXdOvjHLZ/UP6d2rkpy6a+AxyhtRp2SvFPZ4+EW36jBinUbA==
json-schema-to-ts@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-3.0.1.tgz#bd2760144e4a44fc8a4ffedc96291bf6c76f7921"
integrity sha512-ANphQxnKbzLWPeYDmdoci8C9g9ttpfMx8etTlJJ8UCEmNXH9jxGkn3AAbMe+lR4N5OG/01nYxPrDyugLdsRt+A==
dependencies:
"@babel/runtime" "^7.18.3"
"@types/json-schema" "^7.0.9"
ts-algebra "^1.2.2"

json-schema-traverse@^0.4.1:
Expand Down

0 comments on commit 9f87443

Please sign in to comment.