From d9b71ac8a08e1b6a4fb79a6a55b5bf15050960e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:32:56 +0000 Subject: [PATCH] chore(dev-deps): bump @types/ini from 1.3.31 to 1.3.32 Bumps [@types/ini](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ini) from 1.3.31 to 1.3.32. - [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 53563d1..20acca2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@oclif/test": "^3", "@types/chai": "^4", "@types/ejs": "^3.1.3", - "@types/ini": "^1.3.31", + "@types/ini": "^1.3.32", "@types/mocha": "^9.0.0", "@types/node": "^18", "chai": "^4", diff --git a/yarn.lock b/yarn.lock index 666588d..c39fb3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -850,10 +850,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.2.tgz#abe102d06ccda1efdf0ed98c10ccf7f36a785a41" integrity sha512-FD+nQWA2zJjh4L9+pFXqWOi0Hs1ryBCfI+985NjluQ1p8EYtoLvjLOKidXBtZ4/IcxDX4o8/E8qDS3540tNliw== -"@types/ini@^1.3.31": - version "1.3.31" - resolved "https://registry.yarnpkg.com/@types/ini/-/ini-1.3.31.tgz#c78541a187bd88d5c73e990711c9d85214800d1b" - integrity sha512-8ecxxaG4AlVEM1k9+BsziMw8UsX0qy3jYI1ad/71RrDZ+rdL6aZB0wLfAuflQiDhkD5o4yJ0uPK3OSUic3fG0w== +"@types/ini@^1.3.32": + version "1.3.32" + resolved "https://registry.yarnpkg.com/@types/ini/-/ini-1.3.32.tgz#6ebf95923d3b5afb95bfcf76a246da9fed26e48b" + integrity sha512-cCXfrhgTiChyYIBs7ZZdsi8a9JLs4vVdCsUJt8nczxpNcHcUEMO8Tu5vsMwbepDobKC1mOf4w32jgOz1NEDoaA== "@types/inquirer@8": version "8.2.9"