diff --git a/ci/dpkg-versions.yaml b/ci/dpkg-versions.yaml index 3ea9f65c5b..83f7a48331 100644 --- a/ci/dpkg-versions.yaml +++ b/ci/dpkg-versions.yaml @@ -1401,6 +1401,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgislr: ubuntu_24_04/tar: 1.35+dfsg-3build1 ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1 ubuntu_24_04/ubuntu-keyring: 2023.11.28.1 + ubuntu_24_04/unminimize: 0.2.1 ubuntu_24_04/unzip: 6.0-28ubuntu4.1 ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2 ubuntu_24_04/x11-common: 1:7.7+23ubuntu3 @@ -1818,6 +1819,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgislr-debug: ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1 ubuntu_24_04/ubuntu-keyring: 2023.11.28.1 ubuntu_24_04/ucf: 3.0043+nmu1 + ubuntu_24_04/unminimize: 0.2.1 ubuntu_24_04/unzip: 6.0-28ubuntu4.1 ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2 ubuntu_24_04/x11-common: 1:7.7+23ubuntu3 @@ -2227,6 +2229,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgisltr: ubuntu_24_04/tar: 1.35+dfsg-3build1 ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1 ubuntu_24_04/ubuntu-keyring: 2023.11.28.1 + ubuntu_24_04/unminimize: 0.2.1 ubuntu_24_04/unzip: 6.0-28ubuntu4.1 ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2 ubuntu_24_04/x11-common: 1:7.7+23ubuntu3 @@ -2636,6 +2639,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgismaster: ubuntu_24_04/tar: 1.35+dfsg-3build1 ubuntu_24_04/tzdata: 2024a-3ubuntu1.1 ubuntu_24_04/ubuntu-keyring: 2023.11.28.1 + ubuntu_24_04/unminimize: 0.2.1 ubuntu_24_04/unzip: 6.0-28ubuntu4.1 ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.1 ubuntu_24_04/x11-common: 1:7.7+23ubuntu3 diff --git a/geoportal/package-lock.json b/geoportal/package-lock.json index cf38f2185d..7764bf5cca 100644 --- a/geoportal/package-lock.json +++ b/geoportal/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@snyk/protect": "1.1295.2", - "ngeo": "2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9", + "ngeo": "2.9.0-version-2.9-latest.20250303T203302Z.91eaecaea.2.9", "ol": "10.3.1", "puppeteer": "24.1.1" }, @@ -9179,9 +9179,9 @@ "optional": true }, "node_modules/ngeo": { - "version": "2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9", - "resolved": "https://registry.npmjs.org/ngeo/-/ngeo-2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9.tgz", - "integrity": "sha512-w8EYfinWWvy3ICIYxGYAYMarygyS2VG77JkhLjfmeUndBJ5isdQpxJmOMbipLsaeJu5VqvdVk9O3L7L+cW2SbA==", + "version": "2.9.0-version-2.9-latest.20250303T203302Z.91eaecaea.2.9", + "resolved": "https://registry.npmjs.org/ngeo/-/ngeo-2.9.0-version-2.9-latest.20250303T203302Z.91eaecaea.2.9.tgz", + "integrity": "sha512-bELXMea2CjImWKkVlESW0siSxCNKBnWU4+rWebQegWbsPJy5QudwiwSE5NdTVPGg8y1rCVGeHipBlhIxaQRhpA==", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "6.6.0", diff --git a/geoportal/package.json b/geoportal/package.json index 43078fa2d6..ceff872667 100644 --- a/geoportal/package.json +++ b/geoportal/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@snyk/protect": "1.1295.2", - "ngeo": "2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9", + "ngeo": "2.9.0-version-2.9-latest.20250303T203302Z.91eaecaea.2.9", "ol": "10.3.1", "puppeteer": "24.1.1" },