Skip to content

Commit 69baeca

Browse files
authored
Update types for js-yaml (#6204)
1 parent d881dce commit 69baeca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/sinon-chai": "3.2.5",
8686
"@types/tmp": "0.2.1",
8787
"@types/yargs": "17.0.3",
88-
"@types/js-yaml": "4.0.3",
88+
"@types/js-yaml": "4.0.5",
8989
"@types/request": "2.48.7",
9090
"@typescript-eslint/eslint-plugin": "4.31.2",
9191
"@typescript-eslint/eslint-plugin-tslint": "4.31.2",

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"js-yaml": "4.1.0"
3232
},
3333
"devDependencies": {
34-
"@types/js-yaml": "4.0.3",
34+
"@types/js-yaml": "4.0.5",
3535
"@types/resolve": "1.20.1",
3636
"mocha-chai-jest-snapshot": "1.1.3"
3737
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,10 +3097,10 @@
30973097
dependencies:
30983098
"@types/istanbul-lib-report" "*"
30993099

3100-
"@types/[email protected].3":
3101-
version "4.0.3"
3102-
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
3103-
integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==
3100+
"@types/[email protected].5":
3101+
version "4.0.5"
3102+
resolved "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
3103+
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
31043104

31053105
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
31063106
version "7.0.9"

0 commit comments

Comments
 (0)