From cb1fe0394eb787d78a03ec99ce0bbce6ffa028aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:25:16 +0000 Subject: [PATCH] Bump @types/json2csv from 5.0.3 to 5.0.5 Bumps [@types/json2csv](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json2csv) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json2csv) --- updated-dependencies: - dependency-name: "@types/json2csv" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fec2491..e29de9b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "UNLICENSED", "devDependencies": { "@google-cloud/functions-framework": "3.3.0", - "@types/json2csv": "5.0.3", + "@types/json2csv": "5.0.5", "@types/node": "20.8.9", "rimraf": "5.0.1", "tsc-watch": "6.0.4", diff --git a/yarn.lock b/yarn.lock index f33b117..538c161 100644 --- a/yarn.lock +++ b/yarn.lock @@ -223,10 +223,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== -"@types/json2csv@5.0.3": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@types/json2csv/-/json2csv-5.0.3.tgz#759514772a90e35b08c10808dedeaf52248af418" - integrity sha512-ZJEv6SzhPhgpBpxZU4n/TZekbZqI4EcyXXRwms1lAITG2kIAtj85PfNYafUOY1zy8bWs5ujaub0GU4copaA0sw== +"@types/json2csv@5.0.5": + version "5.0.5" + resolved "https://registry.yarnpkg.com/@types/json2csv/-/json2csv-5.0.5.tgz#3a42a1f6c825dc222d7d28849e0f98fc78b4ab31" + integrity sha512-59UMwrXM22I5uYGp4izB1Jw9AFlWAMCz2/d1A5Y6hm5ZTQFiowZwwsnPjlu9LJ1/Y20zLP746LdMbaZoFVVjPQ== dependencies: "@types/node" "*"