From 01b1d51e75e512dfafd92e4c48646d4e0d24df68 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 10 Feb 2026 09:03:13 +0100 Subject: [PATCH] chore(dep): update phone-island --- package-lock.json | 39 +++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6b20793..41580748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,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": "^0.18.2", + "@nethesis/phone-island": "^0.18.5", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9", @@ -5641,9 +5641,9 @@ } }, "node_modules/@nethesis/phone-island": { - "version": "0.18.2", - "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-0.18.2.tgz", - "integrity": "sha512-tvRQfc3LE48lVJu2McTw8ifDH6unTHc3/GqUjlgwGX05gAEPjCFicKoLh3b5YnfjOUxcKmltIE1yLqZCAmTUOw==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/@nethesis/phone-island/-/phone-island-0.18.5.tgz", + "integrity": "sha512-mItlpG48jGiM8/YsmEe/j4aqCvshJ1G2x/V9ga9/cyofw1zjQHLVAZPq5cwspJqEDomVY0/PBoEFzOj7eiBkSw==", "dev": true, "license": "GPL-3.0-or-later", "dependencies": { @@ -6047,6 +6047,37 @@ "node": ">= 8" } }, + "node_modules/@nethesis/phone-island/node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "optional": true, + "peer": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nethesis/phone-island/node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/@nethesis/phone-island/node_modules/universalify": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", diff --git a/package.json b/package.json index 8adfb084..9bd79cc8 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": "^0.18.2", + "@nethesis/phone-island": "^0.18.5", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.14.202", "@types/node": "^18.19.9",