Browse Source

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

Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 10.1.3 to 10.1.5.
- [Release notes](https://github.com/bcherny/json-schema-to-typescript/releases)
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
xmkb
dependabot[bot] 3 years ago committed by Pete Johanson
parent
commit
84365e6def
  1. 52
      docs/package-lock.json
  2. 2
      docs/package.json

52
docs/package-lock.json generated

@ -33,7 +33,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.0", "eslint-plugin-mdx": "^1.13.0",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.28.0",
"json-schema-to-typescript": "^10.1.3", "json-schema-to-typescript": "^10.1.5",
"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",
@ -12026,6 +12026,18 @@
"resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
"integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
}, },
"node_modules/get-stdin": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-stream": { "node_modules/get-stream": {
"version": "4.1.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@ -13884,15 +13896,16 @@
} }
}, },
"node_modules/json-schema-to-typescript": { "node_modules/json-schema-to-typescript": {
"version": "10.1.3", "version": "10.1.5",
"resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz", "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.5.tgz",
"integrity": "sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==", "integrity": "sha512-X8bNNksfCQo6LhEuqNxmZr4eZpPjXZajmimciuk8eWXzZlif9Brq7WuMGD/SOhBKcRKP2SGVDNZbC28WQqx9Rg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.6", "@types/json-schema": "^7.0.6",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@types/prettier": "^2.1.5", "@types/prettier": "^2.1.5",
"cli-color": "^2.0.0", "cli-color": "^2.0.0",
"get-stdin": "^8.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"glob-promise": "^3.4.0", "glob-promise": "^3.4.0",
"is-glob": "^4.0.1", "is-glob": "^4.0.1",
@ -13902,8 +13915,7 @@
"minimist": "^1.2.5", "minimist": "^1.2.5",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"mz": "^2.7.0", "mz": "^2.7.0",
"prettier": "^2.2.0", "prettier": "^2.2.0"
"stdin": "0.0.1"
}, },
"bin": { "bin": {
"json2ts": "dist/src/cli.js" "json2ts": "dist/src/cli.js"
@ -18767,12 +18779,6 @@
"ci-info": "^1.6.0" "ci-info": "^1.6.0"
} }
}, },
"node_modules/stdin": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/stdin/-/stdin-0.0.1.tgz",
"integrity": "sha1-0wQZgarsPf28d6GzjWNy449ftx4=",
"dev": true
},
"node_modules/string_decoder": { "node_modules/string_decoder": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@ -30234,6 +30240,12 @@
"resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
"integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
}, },
"get-stdin": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
"dev": true
},
"get-stream": { "get-stream": {
"version": "4.1.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@ -31631,15 +31643,16 @@
} }
}, },
"json-schema-to-typescript": { "json-schema-to-typescript": {
"version": "10.1.3", "version": "10.1.5",
"resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz", "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.5.tgz",
"integrity": "sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==", "integrity": "sha512-X8bNNksfCQo6LhEuqNxmZr4eZpPjXZajmimciuk8eWXzZlif9Brq7WuMGD/SOhBKcRKP2SGVDNZbC28WQqx9Rg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/json-schema": "^7.0.6", "@types/json-schema": "^7.0.6",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@types/prettier": "^2.1.5", "@types/prettier": "^2.1.5",
"cli-color": "^2.0.0", "cli-color": "^2.0.0",
"get-stdin": "^8.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"glob-promise": "^3.4.0", "glob-promise": "^3.4.0",
"is-glob": "^4.0.1", "is-glob": "^4.0.1",
@ -31649,8 +31662,7 @@
"minimist": "^1.2.5", "minimist": "^1.2.5",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"mz": "^2.7.0", "mz": "^2.7.0",
"prettier": "^2.2.0", "prettier": "^2.2.0"
"stdin": "0.0.1"
}, },
"dependencies": { "dependencies": {
"mkdirp": { "mkdirp": {
@ -35348,12 +35360,6 @@
"ci-info": "^1.6.0" "ci-info": "^1.6.0"
} }
}, },
"stdin": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/stdin/-/stdin-0.0.1.tgz",
"integrity": "sha1-0wQZgarsPf28d6GzjWNy449ftx4=",
"dev": true
},
"string_decoder": { "string_decoder": {
"version": "1.3.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",

2
docs/package.json

@ -52,7 +52,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.0", "eslint-plugin-mdx": "^1.13.0",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.28.0",
"json-schema-to-typescript": "^10.1.3", "json-schema-to-typescript": "^10.1.5",
"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",

Loading…
Cancel
Save