Skip to content

Commit cec49af

Browse files
chore(deps-dev): bump @types/js-yaml from 3.12.5 to 4.0.0
1 parent 80dab66 commit cec49af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@types/glob": "^7.1.1",
4545
"@types/jest": "^26.0.0",
46-
"@types/js-yaml": "^3.12.0",
46+
"@types/js-yaml": "^4.0.0",
4747
"@types/lodash": "^4.14.122",
4848
"@types/node": "^14.0.1",
4949
"@types/prettier": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,10 @@
645645
jest-diff "^26.0.0"
646646
pretty-format "^26.0.0"
647647

648-
"@types/js-yaml@^3.12.0":
649-
version "3.12.5"
650-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.12.5.tgz#136d5e6a57a931e1cce6f9d8126aa98a9c92a6bb"
651-
integrity sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==
648+
"@types/js-yaml@^4.0.0":
649+
version "4.0.0"
650+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.0.tgz#d1a11688112091f2c711674df3a65ea2f47b5dfb"
651+
integrity sha512-4vlpCM5KPCL5CfGmTbpjwVKbISRYhduEJvvUWsH5EB7QInhEj94XPZ3ts/9FPiLZFqYO0xoW4ZL8z2AabTGgJA==
652652

653653
"@types/lodash@^4.14.122":
654654
version "4.14.167"

0 commit comments

Comments
 (0)