Skip to content

Commit fda2211

Browse files
chore(deps): update dependency js-yaml to v4 (#275)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f51d1f6 commit fda2211

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

devtools-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta",
1616
"@types/js-yaml": "^3.12.4",
1717
"@types/json5": "^0.0.30",
18-
"js-yaml": "^3.14.0",
18+
"js-yaml": "^4.0.0",
1919
"json5": "^2.1.3",
2020
"typescript": "^4.0.2",
2121
"@vue/compiler-sfc": "^3.0.0"

devtools-test/yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@ argparse@^1.0.7:
392392
dependencies:
393393
sprintf-js "~1.0.2"
394394

395+
argparse@^2.0.1:
396+
version "2.0.1"
397+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
398+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
399+
395400
array-union@^2.1.0:
396401
version "2.1.0"
397402
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1190,6 +1195,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.0:
11901195
argparse "^1.0.7"
11911196
esprima "^4.0.0"
11921197

1198+
js-yaml@^4.0.0:
1199+
version "4.0.0"
1200+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
1201+
integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
1202+
dependencies:
1203+
argparse "^2.0.1"
1204+
11931205
json-parse-better-errors@^1.0.1:
11941206
version "1.0.2"
11951207
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -2053,14 +2065,10 @@ vite@^1.0.0-rc.4:
20532065
ws "^7.2.3"
20542066

20552067
vue-i18n@^9.0.0-beta.6:
2056-
version "9.0.0-beta.6"
2057-
dependencies:
2058-
source-map "^0.6.1"
2068+
version "9.0.0-beta.18"
20592069

20602070
"vue-i18n@link:..":
2061-
version "9.0.0-beta.6"
2062-
dependencies:
2063-
source-map "^0.6.1"
2071+
version "9.0.0-beta.18"
20642072

20652073
vue@^3.0.0, vue@^3.0.0-rc.5:
20662074
version "3.0.0"

0 commit comments

Comments
 (0)