chore(deps-dev): bump json-schema-to-typescript in /docs

Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 12.0.0 to 13.1.0.
- [Changelog](https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcherny/json-schema-to-typescript/commits)

---
updated-dependencies:
- dependency-name: json-schema-to-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-29 06:03:10 +00:00 committed by GitHub
parent a92a4967aa
commit e27eeefe1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
docs/package-lock.json generated
View file

@ -35,7 +35,7 @@
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-mdx": "^2.0.5", "eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"json-schema-to-typescript": "^12.0.0", "json-schema-to-typescript": "^13.1.0",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"null-loader": "^4.0.0", "null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1", "prebuild-webpack-plugin": "^1.1.1",
@ -9163,9 +9163,9 @@
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
}, },
"node_modules/json-schema-to-typescript": { "node_modules/json-schema-to-typescript": {
"version": "12.0.0", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-12.0.0.tgz", "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.0.tgz",
"integrity": "sha512-Uk/BDIAo8vqepPBhM86UhNMHgCv7JulicNj/BgnQPHE1fGCoej0UTtcEYzXU/uk6lSvbZCf7pccW+dnNMrr5rg==", "integrity": "sha512-DB6JGDgpszucGYAl5JXuIU84/b9KaPa0Iq09g+JqGEYGG2RzUvaef4nb4B680KT8eR6R5xKC+xBHsPDjc2UPAQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@bcherny/json-schema-ref-parser": "10.0.5-fork", "@bcherny/json-schema-ref-parser": "10.0.5-fork",
@ -22663,9 +22663,9 @@
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
}, },
"json-schema-to-typescript": { "json-schema-to-typescript": {
"version": "12.0.0", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-12.0.0.tgz", "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-13.1.0.tgz",
"integrity": "sha512-Uk/BDIAo8vqepPBhM86UhNMHgCv7JulicNj/BgnQPHE1fGCoej0UTtcEYzXU/uk6lSvbZCf7pccW+dnNMrr5rg==", "integrity": "sha512-DB6JGDgpszucGYAl5JXuIU84/b9KaPa0Iq09g+JqGEYGG2RzUvaef4nb4B680KT8eR6R5xKC+xBHsPDjc2UPAQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@bcherny/json-schema-ref-parser": "10.0.5-fork", "@bcherny/json-schema-ref-parser": "10.0.5-fork",

View file

@ -54,7 +54,7 @@
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-mdx": "^2.0.5", "eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"json-schema-to-typescript": "^12.0.0", "json-schema-to-typescript": "^13.1.0",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"null-loader": "^4.0.0", "null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1", "prebuild-webpack-plugin": "^1.1.1",