From 6344b99364bd9c81fd8416ceb795ac425cff63fd Mon Sep 17 00:00:00 2001 From: NPM Update Bot Date: Mon, 21 Oct 2024 01:01:13 +0000 Subject: [PATCH] npm: package updates --- src/package-lock.json | 22 +++++++++++----------- src/package.json | 2 +- src/www/css/app.css | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 7254a6e0..47d0b881 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "eslint-config-athom": "^3.1.3", "nodemon": "^3.1.7", - "tailwindcss": "^3.4.13" + "tailwindcss": "^3.4.14" }, "engines": { "node": ">=18" @@ -2219,11 +2219,11 @@ "peer": true }, "node_modules/fast-uri": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz", - "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", "peer": true }, "node_modules/fastq": { @@ -3709,9 +3709,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, @@ -4692,9 +4692,9 @@ "peer": true }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/src/package.json b/src/package.json index a105cf19..4df1d14e 100644 --- a/src/package.json +++ b/src/package.json @@ -22,7 +22,7 @@ "devDependencies": { "eslint-config-athom": "^3.1.3", "nodemon": "^3.1.7", - "tailwindcss": "^3.4.13" + "tailwindcss": "^3.4.14" }, "nodemonConfig": { "ignore": [ diff --git a/src/www/css/app.css b/src/www/css/app.css index b1ac77df..ed33cfff 100644 --- a/src/www/css/app.css +++ b/src/www/css/app.css @@ -107,7 +107,7 @@ } /* -! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */ /* @@ -550,7 +550,7 @@ video { /* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { +[hidden]:where(:not([hidden="until-found"])) { display: none; }