From bf7b8a754de8227dd9b36b9bc5d8104c1c105b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 21 Feb 2025 10:43:18 +0100 Subject: [PATCH] Sync versions from prod-2-9 --- ui/package-lock.json | 25 +++++-------------------- ui/package.json | 4 ++-- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 9c59e8c45..d40156afb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,11 +9,11 @@ "version": "1.0.0", "license": "BSD-2-Clause license", "dependencies": { - "ngeo": "2.9.0-version-2.9-latest.20250212T103831Z.543fd60da.2.9" + "ngeo": "2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9" }, "devDependencies": { "@rollup/plugin-inject": "5.0.5", - "@vitejs/plugin-basic-ssl": "^1.1.0", + "@vitejs/plugin-basic-ssl": "1.2.0", "sass-embedded": "1.83.4", "typescript": "5.7.3", "vite": "6.0.11" @@ -1236,18 +1236,6 @@ "deprecated": "For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward.", "license": "MIT" }, - "node_modules/angular-ui-date": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/angular-ui-date/-/angular-ui-date-1.1.1.tgz", - "integrity": "sha512-bFyldeFadIDSMpvjkAHR9JBEti+Gxhstwu6PN/awKrPwOkBIBWVOqmdOE1lO3QsvvF1/ykMZFP+GOFLLwunnpA==", - "license": "MIT" - }, - "node_modules/angular-ui-slider": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/angular-ui-slider/-/angular-ui-slider-0.4.0.tgz", - "integrity": "sha512-vj23JMAhWzfoKccSVpRmN0YlcGNmUgkC4huxgO/ck7yk27goyISfVDN4GkmzYbDXs4VBdOBhE7bXt4/hOMR5gA==", - "license": "MIT" - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -3696,10 +3684,9 @@ "optional": true }, "node_modules/ngeo": { - "version": "2.9.0-version-2.9-latest.20250212T103831Z.543fd60da.2.9", - "resolved": "https://registry.npmjs.org/ngeo/-/ngeo-2.9.0-version-2.9-latest.20250212T103831Z.543fd60da.2.9.tgz", - "integrity": "sha512-7Yb8GdlJPB6SarUCigf8GT3NeoCtZ7Q73q67+0CwNDEvOsCQtTD+6a5CFHciBCVnWovk3IOmn0tPYerogJi8hg==", - "license": "MIT", + "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==", "dependencies": { "@fortawesome/fontawesome-free": "6.6.0", "@sentry/browser": "8.36.0", @@ -3712,8 +3699,6 @@ "angular-gettext-tools": "2.5.3", "angular-sanitize": "1.8.3", "angular-touch": "1.8.3", - "angular-ui-date": "1.1.1", - "angular-ui-slider": "0.4.0", "bootstrap": "4.6.2", "corejs-typeahead": "1.3.4", "file-saver": "2.0.5", diff --git a/ui/package.json b/ui/package.json index 44e9a40b8..13df596d2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,13 +15,13 @@ }, "devDependencies": { "@rollup/plugin-inject": "5.0.5", - "@vitejs/plugin-basic-ssl": "^1.1.0", + "@vitejs/plugin-basic-ssl": "1.2.0", "sass-embedded": "1.83.4", "typescript": "5.7.3", "vite": "6.0.11" }, "dependencies": { - "ngeo": "2.9.0-version-2.9-latest.20250212T103831Z.543fd60da.2.9" + "ngeo": "2.9.0-version-2.9-latest.20250217T102837Z.71410b4b6.2.9" }, "alias": { "ngeo/": "ngeo/distlib/src/",