diff --git a/package-lock.json b/package-lock.json index 1032afef..2df90d57 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.12", + "@nethesis/phone-island": "^1.0.15", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9", @@ -2417,9 +2417,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2502,9 +2499,9 @@ } }, "node_modules/@nethesis/phone-island": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-1.0.14.tgz", - "integrity": "sha512-hgbq5HhwnJmLLkqdBOm+0nwWS8O3ZGSAoruhD7cHRYset41xn7FFYVOD0vXuKVFECP1uur00P2U/v11LGVnIJQ==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-1.0.15.tgz", + "integrity": "sha512-JSZuiWhD+zxm9b84mPT3Wu0xH8ij4k5yrKQ0pIJKMT/hV3jCJWZKZkEWaWsslHi6XDY8er3dC2zKV5ivisXd3w==", "dev": true, "license": "GPL-3.0-or-later", "dependencies": { @@ -3180,9 +3177,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3197,9 +3191,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3214,9 +3205,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3231,9 +3219,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3248,9 +3233,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3265,9 +3247,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3282,9 +3261,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3299,9 +3275,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3316,9 +3289,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3333,9 +3303,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3350,9 +3317,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3367,9 +3331,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3384,9 +3345,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 63023c7d..7ad52be0 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.12", + "@nethesis/phone-island": "^1.0.15", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9",