mirror of
https://github.com/appium/appium.git
synced 2026-04-24 04:18:49 -05:00
fix(docutils): update dependency yaml to v2.3.1
This commit is contained in:
Generated
+11
-12
@@ -21379,12 +21379,11 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/yaml": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
|
||||
"integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
|
||||
"integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
|
||||
"engines": {
|
||||
"node": ">= 14",
|
||||
"npm": ">= 7"
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/yaml-js": {
|
||||
@@ -21566,7 +21565,7 @@
|
||||
"type-fest": "3.11.0",
|
||||
"winston": "3.8.2",
|
||||
"wrap-ansi": "7.0.0",
|
||||
"yaml": "2.3.0"
|
||||
"yaml": "2.3.1"
|
||||
},
|
||||
"bin": {
|
||||
"appium": "index.js"
|
||||
@@ -21856,7 +21855,7 @@
|
||||
"typedoc-plugin-markdown": "3.14.0",
|
||||
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
||||
"typescript": "4.9.5",
|
||||
"yaml": "2.3.0",
|
||||
"yaml": "2.3.1",
|
||||
"yargs": "17.7.2",
|
||||
"yargs-parser": "21.1.1"
|
||||
},
|
||||
@@ -22637,7 +22636,7 @@
|
||||
"typedoc-plugin-markdown": "3.14.0",
|
||||
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
||||
"typescript": "4.9.5",
|
||||
"yaml": "2.3.0",
|
||||
"yaml": "2.3.1",
|
||||
"yargs": "17.7.2",
|
||||
"yargs-parser": "21.1.1"
|
||||
},
|
||||
@@ -26484,7 +26483,7 @@
|
||||
"type-fest": "3.11.0",
|
||||
"winston": "3.8.2",
|
||||
"wrap-ansi": "7.0.0",
|
||||
"yaml": "2.3.0"
|
||||
"yaml": "2.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"are-we-there-yet": {
|
||||
@@ -37285,9 +37284,9 @@
|
||||
"version": "4.0.0"
|
||||
},
|
||||
"yaml": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
|
||||
"integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw=="
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
|
||||
"integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ=="
|
||||
},
|
||||
"yaml-js": {
|
||||
"version": "0.3.1",
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
"type-fest": "3.11.0",
|
||||
"winston": "3.8.2",
|
||||
"wrap-ansi": "7.0.0",
|
||||
"yaml": "2.3.0"
|
||||
"yaml": "2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
"typedoc-plugin-markdown": "3.14.0",
|
||||
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
|
||||
"typescript": "4.9.5",
|
||||
"yaml": "2.3.0",
|
||||
"yaml": "2.3.1",
|
||||
"yargs": "17.7.2",
|
||||
"yargs-parser": "21.1.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user