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