From 3cbb325e27ff9d353e28c49f5a45429524211161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 05:54:15 +0000 Subject: [PATCH] chore(deps): bump @types/js-yaml from 4.0.5 to 4.0.6 Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 4.0.5 to 4.0.6. - [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] --- 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 bf108ce19b..20de65e6c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", "@types/git-url-parse": "^9.0.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.5", + "@types/js-yaml": "^4.0.6", "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7", @@ -2519,9 +2519,9 @@ } }, "node_modules/@types/js-yaml": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz", - "integrity": "sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.6.tgz", + "integrity": "sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==", "dev": true }, "node_modules/@types/json-schema": { diff --git a/package.json b/package.json index a779aa4380..e64a5eb770 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", "@types/git-url-parse": "^9.0.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.5", + "@types/js-yaml": "^4.0.6", "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7",