Add Dependabot update (#443)

This commit is contained in:
pollfly 2023-01-19 17:19:36 +02:00 committed by GitHub
parent c14b782e8a
commit 535205a839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
package-lock.json generated
View File

@ -17,7 +17,6 @@
"@easyops-cn/docusaurus-search-local": "^0.16.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-gtm-plugin": "^0.0.2",
"joi": "^17.4.0",
"medium-zoom": "^1.0.6",
"prism-react-renderer": "^1.2.0",
@ -7424,10 +7423,6 @@
"node": ">=6.0.0"
}
},
"node_modules/docusaurus-gtm-plugin": {
"version": "0.0.2",
"license": "Apache-2.0"
},
"node_modules/dom-converter": {
"version": "0.2.0",
"license": "MIT",
@ -10176,8 +10171,9 @@
"license": "MIT"
},
"node_modules/json5": {
"version": "2.2.1",
"license": "MIT",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
"bin": {
"json5": "lib/cli.js"
},
@ -14794,9 +14790,10 @@
}
},
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.1",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
"integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
"dev": true,
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
},
@ -20899,9 +20896,6 @@
"esutils": "^2.0.2"
}
},
"docusaurus-gtm-plugin": {
"version": "0.0.2"
},
"dom-converter": {
"version": "0.2.0",
"requires": {
@ -22584,7 +22578,9 @@
"devOptional": true
},
"json5": {
"version": "2.2.1"
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
},
"jsonfile": {
"version": "6.1.0",
@ -25378,7 +25374,9 @@
},
"dependencies": {
"json5": {
"version": "1.0.1",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
"integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
"dev": true,
"requires": {
"minimist": "^1.2.0"