diff --git a/package-lock.json b/package-lock.json index f86364d1..afb5f575 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1292,12 +1292,12 @@ "license": "ISC" }, "node_modules/ini": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz", - "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-6.0.0.tgz", + "integrity": "sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==", "license": "ISC", "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/interpret": { diff --git a/package.json b/package.json index e8450c12..c4d99a33 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "author": "Jenkins community", "overrides": { - "ini": "^5.0.0", + "ini": "^6.0.0", "js-yaml": "^4.1.0", "lodash.merge": "^4.6.2", "minimatch": "^10.0.0",