From 481d01d46a580849789dc4eaf971c325fe721756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:10:04 +0000 Subject: [PATCH] chore(dev-deps): bump @types/ini from 1.3.31 to 1.3.34 Bumps [@types/ini](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ini) from 1.3.31 to 1.3.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ini) --- updated-dependencies: - dependency-name: "@types/ini" 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 3525442..df08770 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@oclif/test": "^3", "@types/chai": "^4", "@types/ejs": "^3.1.3", - "@types/ini": "^1.3.31", + "@types/ini": "^1.3.34", "@types/mocha": "^9.0.0", "@types/node": "^18", "chai": "^4", diff --git a/yarn.lock b/yarn.lock index 3bcd944..64ff200 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2278,10 +2278,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4" integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA== -"@types/ini@^1.3.31": - version "1.3.33" - resolved "https://registry.yarnpkg.com/@types/ini/-/ini-1.3.33.tgz#d5f885e5da6dcb1a3ee9133d84a823d4a046fe25" - integrity sha512-YZDzdPTDxy084i5eVxUKfAHLenhAMVHupzCIg1dzFJNs6xp/UGyWk+8Lp1YxoZH+Hvv7C9OcHEDPndSMwaPVsQ== +"@types/ini@^1.3.34": + version "1.3.34" + resolved "https://registry.yarnpkg.com/@types/ini/-/ini-1.3.34.tgz#99a69ecfccdfc3f6e91b411d4208aaa3c4cc9685" + integrity sha512-FafeLhwmWucTi31ZYg/6aHBZNyrogQ35aDvSW7zMAz3HMhUqQ4G/NBya8c5pe2jwoYsDFwra8O9/yZotong76g== "@types/inquirer@8": version "8.2.10"