summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-03 05:16:46 +0000
committerPete Johanson <peter@peterjohanson.com>2022-02-05 23:31:00 -0500
commit84365e6def9f9084b6c166d250aa84638c0e288f (patch)
treef7fc88071dd1dc91058fdf1762f6749edb2f16f3
parent8678a537c63faa4225599f08735d5131d8ed4d7f (diff)
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>
-rw-r--r--docs/package-lock.json52
-rw-r--r--docs/package.json2
2 files changed, 30 insertions, 24 deletions
diff --git a/docs/package-lock.json b/docs/package-lock.json
index 17aae20..f799ad7 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -33,7 +33,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.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",
"null-loader": "^4.0.0",
"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",
"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": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@@ -13884,15 +13896,16 @@
}
},
"node_modules/json-schema-to-typescript": {
- "version": "10.1.3",
- "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz",
- "integrity": "sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==",
+ "version": "10.1.5",
+ "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.5.tgz",
+ "integrity": "sha512-X8bNNksfCQo6LhEuqNxmZr4eZpPjXZajmimciuk8eWXzZlif9Brq7WuMGD/SOhBKcRKP2SGVDNZbC28WQqx9Rg==",
"dev": true,
"dependencies": {
"@types/json-schema": "^7.0.6",
"@types/lodash": "^4.14.168",
"@types/prettier": "^2.1.5",
"cli-color": "^2.0.0",
+ "get-stdin": "^8.0.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"is-glob": "^4.0.1",
@@ -13902,8 +13915,7 @@
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"mz": "^2.7.0",
- "prettier": "^2.2.0",
- "stdin": "0.0.1"
+ "prettier": "^2.2.0"
},
"bin": {
"json2ts": "dist/src/cli.js"
@@ -18767,12 +18779,6 @@
"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": {
"version": "1.3.0",
"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",
"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": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
@@ -31631,15 +31643,16 @@
}
},
"json-schema-to-typescript": {
- "version": "10.1.3",
- "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.3.tgz",
- "integrity": "sha512-yiyDK1sSSWhLN2JAuAyAE7jscFJj2hR7AhdF19BmdLh/N/QPdnIqrGa23CSc7z92OSSzKVPclAKof+rV8S8weA==",
+ "version": "10.1.5",
+ "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-10.1.5.tgz",
+ "integrity": "sha512-X8bNNksfCQo6LhEuqNxmZr4eZpPjXZajmimciuk8eWXzZlif9Brq7WuMGD/SOhBKcRKP2SGVDNZbC28WQqx9Rg==",
"dev": true,
"requires": {
"@types/json-schema": "^7.0.6",
"@types/lodash": "^4.14.168",
"@types/prettier": "^2.1.5",
"cli-color": "^2.0.0",
+ "get-stdin": "^8.0.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"is-glob": "^4.0.1",
@@ -31649,8 +31662,7 @@
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"mz": "^2.7.0",
- "prettier": "^2.2.0",
- "stdin": "0.0.1"
+ "prettier": "^2.2.0"
},
"dependencies": {
"mkdirp": {
@@ -35348,12 +35360,6 @@
"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": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
diff --git a/docs/package.json b/docs/package.json
index 13add5d..6a5b9f2 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -52,7 +52,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mdx": "^1.13.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",
"null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1",