From 4c6e9cd262bf3a2bdaff1cf8216adf28cf9748e1 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 26 Jun 2026 15:47:26 +0200 Subject: [PATCH] chore: update phone-island --- package-lock.json | 47 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 894c3f57..ecf12beb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nethesis/nethesis-brands-svg-icons": "github:nethesis/Font-Awesome#ns-brands", "@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light", "@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid", - "@nethesis/phone-island": "^1.0.9", + "@nethesis/phone-island": "^1.0.11-dev.1", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9", @@ -2482,9 +2482,9 @@ } }, "node_modules/@nethesis/phone-island": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-1.0.10.tgz", - "integrity": "sha512-94aA8NJ1H8KrKj/u4kHEhQDCUcWF4aMqhKr5hxGbDJ0zpnpRjydrSJ8iigfi3OBOHXJeiXogZ/E9D44cdAjtyg==", + "version": "1.0.11-dev.1", + "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-1.0.11-dev.1.tgz", + "integrity": "sha512-RGlpTrnFeP8g/Sfskw9pczCCmyLFIZgs8BYLhiOecgR5HRYCt0+KOUi49epNCRFVHRg9+6ALbYDB11/4puqeRA==", "dev": true, "license": "GPL-3.0-or-later", "dependencies": { @@ -3160,9 +3160,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3177,9 +3174,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3194,9 +3188,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3211,9 +3202,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3228,9 +3216,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3245,9 +3230,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3262,9 +3244,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3279,9 +3258,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3296,9 +3272,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3313,9 +3286,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3330,9 +3300,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3347,9 +3314,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3364,9 +3328,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 99b8827e..2e2e9eec 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nethesis/nethesis-brands-svg-icons": "github:nethesis/Font-Awesome#ns-brands", "@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light", "@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid", - "@nethesis/phone-island": "^1.0.9", + "@nethesis/phone-island": "^1.0.11-dev.1", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9",