From bc540a3327c3fbf51c5f65a87ffef02a001efe61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:10:47 +0000 Subject: [PATCH] chore(dev-deps): bump @types/ini from 1.3.31 to 1.3.33 Bumps [@types/ini](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ini) from 1.3.31 to 1.3.33. - [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 f9115e9..53cfd1b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@oclif/test": "^3", "@types/chai": "^4", "@types/ejs": "^3.1.3", - "@types/ini": "^1.3.31", + "@types/ini": "^1.3.33", "@types/mocha": "^9.0.0", "@types/node": "^18", "chai": "^4", diff --git a/yarn.lock b/yarn.lock index 8940cda..c20d50d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2406,10 +2406,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.33": + version "1.3.33" + resolved "https://registry.yarnpkg.com/@types/ini/-/ini-1.3.33.tgz#d5f885e5da6dcb1a3ee9133d84a823d4a046fe25" + integrity sha512-YZDzdPTDxy084i5eVxUKfAHLenhAMVHupzCIg1dzFJNs6xp/UGyWk+8Lp1YxoZH+Hvv7C9OcHEDPndSMwaPVsQ== "@types/inquirer@8": version "8.2.9"