From d1a412124d9c3565ab2bae50c68edbe2a2770036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:50:29 +0000 Subject: [PATCH] build(deps): bump uuid and bootstrap-italia Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.1 and updates ancestor dependency [bootstrap-italia](https://github.com/italia/bootstrap-italia). These dependencies need to be updated together. Updates `uuid` from 8.3.2 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.1) Updates `bootstrap-italia` from 2.14.0 to 2.18.1 - [Release notes](https://github.com/italia/bootstrap-italia/releases) - [Changelog](https://github.com/italia/bootstrap-italia/blob/main/CHANGELOG.md) - [Commits](https://github.com/italia/bootstrap-italia/compare/v2.14.0...v2.18.1) --- updated-dependencies: - dependency-name: bootstrap-italia dependency-version: 2.18.1 dependency-type: direct:production - dependency-name: uuid dependency-version: 14.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++------------- package.json | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56358f30..a0223d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@uiw/react-md-editor": "^4.0.5", "accessible-autocomplete": "^3.0.1", "bootstrap": "^5.3.6", - "bootstrap-italia": "^2.14.0", + "bootstrap-italia": "^2.18.1", "copy-to-clipboard": "^3.3.3", "countries-list": "^3.0.6", "date-fns": "^4.1.0", @@ -6367,20 +6367,20 @@ } }, "node_modules/bootstrap-italia": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/bootstrap-italia/-/bootstrap-italia-2.14.0.tgz", - "integrity": "sha512-df8zE55x6FIViPxVXjfggaJVoR/9DMKR37dpvgs/Y6pwc8kKU8ShPEusnr2kyy4w5pQvBeuKmsBT+dltkXy9rA==", + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/bootstrap-italia/-/bootstrap-italia-2.18.1.tgz", + "integrity": "sha512-pcvB8gH+VrNigwnfsEDkmcASKz6edwPfiwIJE1Q9W02bvS7UJwYK/FgAKJZZYG2UJn11a2wTOgzR7rPW0DmP/Q==", "license": "BSD-3-Clause", "dependencies": { "@popperjs/core": "^2.11.6", "@splidejs/splide": "^4.1.4", "@types/bootstrap": "^5.2.6", "animejs": "^3.2.1", - "design-tokens-italia": "^1.1.1", + "design-tokens-italia": "^1.3.3", "just-validate": "^4.3.0", "minimasonry": "^1.3.2", "progressbar.js": "^1.1.0", - "uuid": "^8.3.2", + "uuid": "^14.0.0", "video.js": "^8.21.0" } }, @@ -7836,9 +7836,10 @@ } }, "node_modules/design-tokens-italia": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/design-tokens-italia/-/design-tokens-italia-1.1.1.tgz", - "integrity": "sha512-WCDGP1ASq8s0MlwoJLhBGBl/kX/4PFU93xEBXsFELyYgdaDQMg9qZJH379f1HktMNWnLmKCBqd8qZju/o+0wVA==" + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/design-tokens-italia/-/design-tokens-italia-1.3.3.tgz", + "integrity": "sha512-9vdoT91ln2H/mppLO1LkTD9q18YPbT+BX9seJxzAC8r7gPlDRmbPJwsmt8dqXnULaH8Lqkp1KEdL8HW3Ah6K6A==", + "license": "BSD-3-Clause" }, "node_modules/destr": { "version": "2.0.5", @@ -18670,11 +18671,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index b8fe776d..f017e277 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@uiw/react-md-editor": "^4.0.5", "accessible-autocomplete": "^3.0.1", "bootstrap": "^5.3.6", - "bootstrap-italia": "^2.14.0", + "bootstrap-italia": "^2.18.1", "copy-to-clipboard": "^3.3.3", "countries-list": "^3.0.6", "date-fns": "^4.1.0",