Bump json-schema from 0.2.3 to 0.4.0

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0.
- [Release notes](https://github.com/kriszyp/json-schema/releases)
- [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 16:29:56 +00:00 committed by GitHub
parent 2f7a536874
commit 05ea56a249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

48
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"pxt-common-packages": "9.0.1",
"pxt-core": "7.0.16"
"pxt-core": "7.0.17"
},
"devDependencies": {
"@types/marked": "0.3.0",
@ -3015,9 +3015,9 @@
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
},
"node_modules/json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
@ -3077,17 +3077,17 @@
}
},
"node_modules/jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"engines": [
"node >=0.6.0"
],
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/jsprim/node_modules/assert-plus": {
@ -5283,9 +5283,9 @@
}
},
"node_modules/pxt-core": {
"version": "7.0.16",
"resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-7.0.16.tgz",
"integrity": "sha512-fXSubuU46s6zVxlDfrswYvgTcZiPf+a3um5aTMcwYeVWnSug09+X/agsNnbZZBmAsavUygYLlaDKzmnBXTozMQ==",
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-7.0.17.tgz",
"integrity": "sha512-a9PTiUAkINhTODyJ4JDddYuIY1ptF7LCW+6QAaNmOyhx3W1sqLL32rG++Ia+RK6+gd/aqrfduxXJ0Ke+P1u0mg==",
"dependencies": {
"@microsoft/immersive-reader-sdk": "1.1.0",
"applicationinsights-js": "^1.0.20",
@ -9154,9 +9154,9 @@
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
},
"json-schema": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
"integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
},
"json-schema-traverse": {
"version": "0.4.1",
@ -9204,13 +9204,13 @@
}
},
"jsprim": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
"integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
"integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
"requires": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"dependencies": {
@ -10913,9 +10913,9 @@
}
},
"pxt-core": {
"version": "7.0.16",
"resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-7.0.16.tgz",
"integrity": "sha512-fXSubuU46s6zVxlDfrswYvgTcZiPf+a3um5aTMcwYeVWnSug09+X/agsNnbZZBmAsavUygYLlaDKzmnBXTozMQ==",
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/pxt-core/-/pxt-core-7.0.17.tgz",
"integrity": "sha512-a9PTiUAkINhTODyJ4JDddYuIY1ptF7LCW+6QAaNmOyhx3W1sqLL32rG++Ia+RK6+gd/aqrfduxXJ0Ke+P1u0mg==",
"requires": {
"@microsoft/immersive-reader-sdk": "1.1.0",
"applicationinsights-js": "^1.0.20",