From 81ba89faaacbd2c6a22195d571487462720e3ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:35:51 +0000 Subject: [PATCH] Bump @types/json2csv from 5.0.3 to 5.0.6 Bumps [@types/json2csv](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json2csv) from 5.0.3 to 5.0.6. - [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..ca61f11 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.6", "@types/node": "20.8.9", "rimraf": "5.0.1", "tsc-watch": "6.0.4", diff --git a/yarn.lock b/yarn.lock index f33b117..66e89fc 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.6": + version "5.0.6" + resolved "https://registry.yarnpkg.com/@types/json2csv/-/json2csv-5.0.6.tgz#4a5ef430ac53fa348458317158d39a6d72026f5e" + integrity sha512-f08h8TCesys8+ZDxjEWRIcjFWGz4k3w4WJGcVOSzrZUQ+4Uw2BV9kPmI6gqaqmQMJI/mFu4fyreM6g9fJLyDSg== dependencies: "@types/node" "*"