From e6303fb6503b9aa2f4200028cc52581143363887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:10:02 +0000 Subject: [PATCH] chore(deps): bump @types/js-yaml from 4.0.6 to 4.0.7 Bumps [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) from 4.0.6 to 4.0.7. - [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 3e7f79a5c5..a75174a309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@guardian/tsconfig": "^0.2.0", "@types/git-url-parse": "^9.0.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7", @@ -2548,9 +2548,9 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.7.tgz", + "integrity": "sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==", "dev": true }, "node_modules/@types/json-schema": { diff --git a/package.json b/package.json index 216db49542..6df34ad354 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@guardian/tsconfig": "^0.2.0", "@types/git-url-parse": "^9.0.1", "@types/jest": "^29.5.5", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/lodash.camelcase": "^4.3.7", "@types/lodash.kebabcase": "^4.1.7", "@types/lodash.upperfirst": "^4.3.7",