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": {