mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +00:00
fix(deps): update dependency @cfworker/json-schema to v1.12.1 (#295)
This commit is contained in:
parent
b03c221332
commit
42ebf067bb
16
package-lock.json
generated
16
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cfworker/json-schema": "1.12.0",
|
||||
"@cfworker/json-schema": "1.12.1",
|
||||
"clipboard": "2.0.8",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.15.2",
|
||||
@ -389,9 +389,9 @@
|
||||
"integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg=="
|
||||
},
|
||||
"node_modules/@cfworker/json-schema": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.0.tgz",
|
||||
"integrity": "sha512-PyWe5QyAZrSJw5zoRe99IW/IiL5kDp47uENDG1cvNJuKBlgOHf5CXHcnhyvbwOeYC4+kQOpdmFp9Dzcj2CmoOg=="
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.1.tgz",
|
||||
"integrity": "sha512-ZVhk1DKw19sBJgO7OHBsvNAzDfHMzpFI0DCkOLTZHb0dccmS+EM8rwwAYh5eaNmD5t8/nCbZ2ZeGzbDQdOzokQ=="
|
||||
},
|
||||
"node_modules/@dabh/diagnostics": {
|
||||
"version": "2.0.2",
|
||||
@ -12380,9 +12380,9 @@
|
||||
"integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg=="
|
||||
},
|
||||
"@cfworker/json-schema": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.0.tgz",
|
||||
"integrity": "sha512-PyWe5QyAZrSJw5zoRe99IW/IiL5kDp47uENDG1cvNJuKBlgOHf5CXHcnhyvbwOeYC4+kQOpdmFp9Dzcj2CmoOg=="
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-1.12.1.tgz",
|
||||
"integrity": "sha512-ZVhk1DKw19sBJgO7OHBsvNAzDfHMzpFI0DCkOLTZHb0dccmS+EM8rwwAYh5eaNmD5t8/nCbZ2ZeGzbDQdOzokQ=="
|
||||
},
|
||||
"@dabh/diagnostics": {
|
||||
"version": "2.0.2",
|
||||
@ -16096,7 +16096,7 @@
|
||||
"peer": true,
|
||||
"requires": {
|
||||
"clone": "^2.1.2",
|
||||
"colors": "1.4.0",
|
||||
"colors": "^1.4.0",
|
||||
"image-size": "^0.8.3",
|
||||
"jimp": "^0.16.1",
|
||||
"jsontoxml": "^1.0.1",
|
||||
|
@ -27,7 +27,7 @@
|
||||
"author": "Robert Kaussow",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cfworker/json-schema": "1.12.0",
|
||||
"@cfworker/json-schema": "1.12.1",
|
||||
"clipboard": "2.0.8",
|
||||
"flexsearch": "0.7.21",
|
||||
"katex": "0.15.2",
|
||||
|
Loading…
Reference in New Issue
Block a user