Bump ini from 4.1.0 to 4.1.1 in /dependencies (#4340)

Bumps [ini](https://github.com/npm/ini) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ini/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 04:03:21 +00:00 committed by GitHub
parent 65c8cb511a
commit 231e5b1ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -30,7 +30,7 @@
"gherkin-lint": "^4.2.2", "gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.4", "htmlhint": "^1.1.4",
"immer": "^10.0.2", "immer": "^10.0.2",
"ini": "^4.1.0", "ini": "^4.1.1",
"jscpd": "^3.5.9", "jscpd": "^3.5.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdownlint-cli": "^0.35.0", "markdownlint-cli": "^0.35.0",
@ -5940,9 +5940,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
}, },
"node_modules/ini": { "node_modules/ini": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.0.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-HLR38RSF2iulAzc3I/sma4CoYxQP844rPYCNfzGDOHqa/YqVlwuuZgBx6M50/X8dKgzk0cm1qRg3+47mK2N+cQ==", "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
"engines": { "engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }

View file

@ -25,7 +25,7 @@
"gherkin-lint": "^4.2.2", "gherkin-lint": "^4.2.2",
"htmlhint": "^1.1.4", "htmlhint": "^1.1.4",
"immer": "^10.0.2", "immer": "^10.0.2",
"ini": "^4.1.0", "ini": "^4.1.1",
"jscpd": "^3.5.9", "jscpd": "^3.5.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdownlint-cli": "^0.35.0", "markdownlint-cli": "^0.35.0",