From fe837d51e4c1e8e66654a4eebfdf00cd686b1038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 00:12:30 +0000 Subject: [PATCH] Bump @types/js-yaml from 4.0.6 to 4.0.9 (#1241) Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 4.0.6 to 4.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml) --- updated-dependencies: - dependency-name: "@types/js-yaml" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30a956b..e4bb514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@testing-library/react": "^14.0.0", "@trivago/prettier-plugin-sort-imports": "^4.2.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.9", "chalk": "^5.3.0", "eslint": "^8.54.0", "eslint-config-next": "^14.0.3", @@ -4371,9 +4371,9 @@ "dev": true }, "node_modules/@types/js-yaml": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.6.tgz", - "integrity": "sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", "dev": true }, "node_modules/@types/jsdom": { diff --git a/package.json b/package.json index 988b647..f74a251 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@testing-library/react": "^14.0.0", "@trivago/prettier-plugin-sort-imports": "^4.2.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.9", "chalk": "^5.3.0", "eslint": "^8.54.0", "eslint-config-next": "^14.0.3",