npm: bump ini from 4.1.3 to 5.0.0 (#4366)

Bumps [ini](https://github.com/npm/ini) from 4.1.3 to 5.0.0.
- [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.3...v5.0.0)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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] 2024-09-17 10:34:40 -07:00 коммит произвёл GitHub
Родитель d28f9e9d10
Коммит 66739113f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 6 удалений

10
package-lock.json сгенерированный
Просмотреть файл

@ -57,7 +57,7 @@
"gulp-license": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"ini": ">=4.1.3",
"ini": ">=5.0.0",
"kind-of": ">=6.0.3",
"lit-analyzer": "^2.0.3",
"lodash": ">=4.17.21",
@ -8985,12 +8985,12 @@
"dev": true
},
"node_modules/ini": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
"dev": true,
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
},
"node_modules/inquirer": {

Просмотреть файл

@ -98,7 +98,7 @@
"gulp-license": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"ini": ">=4.1.3",
"ini": ">=5.0.0",
"kind-of": ">=6.0.3",
"lit-analyzer": "^2.0.3",
"lodash": ">=4.17.21",