Skip to content

Commit e9d3f4a

Browse files
chore(deps): update dependency @types/js-yaml to v4 (#277)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 844b914 commit e9d3f4a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

devtools-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"vite": "^1.0.0-rc.4",
1515
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta",
16-
"@types/js-yaml": "^3.12.4",
16+
"@types/js-yaml": "^4.0.0",
1717
"@types/json5": "^0.0.30",
1818
"js-yaml": "^4.0.0",
1919
"json5": "^2.1.3",

devtools-test/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@
190190
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69"
191191
integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==
192192

193-
"@types/js-yaml@^3.12.4":
194-
version "3.12.5"
195-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb"
196-
integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==
193+
"@types/js-yaml@^4.0.0":
194+
version "4.0.0"
195+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.0.tgz#d1a11688112091f2c711674df3a65ea2f47b5dfb"
196+
integrity sha512-4vlpCM5KPCL5CfGmTbpjwVKbISRYhduEJvvUWsH5EB7QInhEj94XPZ3ts/9FPiLZFqYO0xoW4ZL8z2AabTGgJA==
197197

198198
"@types/json5@^0.0.30":
199199
version "0.0.30"

0 commit comments

Comments
 (0)