From 1df42c625f95ef2d56b552dd27a0facc49510505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:48:51 +0000 Subject: [PATCH] build(deps): bump nanoid from 3.3.0 to 3.3.18 in /demo Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.0 to 3.3.18. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.0...3.3.18) --- updated-dependencies: - dependency-name: nanoid dependency-version: 3.3.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- demo/package-lock.json | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/demo/package-lock.json b/demo/package-lock.json index 06ff8b4..84bc796 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -22,10 +22,11 @@ }, "..": { "name": "@nativescript/tailwind", - "version": "4.0.4", + "version": "4.0.9", "license": "MIT", "dependencies": { "@csstools/postcss-is-pseudo-class": "~5.0.1", + "@csstools/postcss-oklab-function": "^4.0.0", "@hookun/parse-animation-shorthand": "^0.1.4", "@tailwindcss/postcss": "^4.0.0", "postcss-preset-env": "^10.1.3" @@ -3033,10 +3034,17 @@ } }, "node_modules/nanoid": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.0.tgz", - "integrity": "sha512-JzxqqT5u/x+/KOFSd7JP15DOo9nOoHpx6DYatqIHUW2+flybkm+mdcraotSQR5WcnZr+qhGVh8Ted0KdfSMxlg==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -5245,6 +5253,7 @@ "version": "file:..", "requires": { "@csstools/postcss-is-pseudo-class": "~5.0.1", + "@csstools/postcss-oklab-function": "^4.0.0", "@hookun/parse-animation-shorthand": "^0.1.4", "@nativescript/webpack": "^5.0.8", "@tailwindcss/postcss": "^4.0.0", @@ -7142,9 +7151,9 @@ } }, "nanoid": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.0.tgz", - "integrity": "sha512-JzxqqT5u/x+/KOFSd7JP15DOo9nOoHpx6DYatqIHUW2+flybkm+mdcraotSQR5WcnZr+qhGVh8Ted0KdfSMxlg==", + "version": "3.3.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "dev": true }, "neo-async": {