From 869dd2f6659031580a671d2fadd9ddfe4a8c174b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:14:58 +0000 Subject: [PATCH] npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates Bumps the dependencies-patch-and-minor group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@types/node` from 22.18.7 to 22.18.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 3.4.17 to 3.4.18 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v3.4.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.18.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-patch-and-minor - dependency-name: tailwindcss dependency-version: 3.4.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-patch-and-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++++------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index b67f0eb52..39ff6ee0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@eslint/js": "^9.36.0", "@types/debug": "^4.1.12", - "@types/node": "^22.18.7", + "@types/node": "^22.18.8", "@vitest/coverage-istanbul": "^2.1.9", "autoprefixer": "^10.4.21", "cheerio": "^1.1.2", @@ -21,7 +21,7 @@ "globals": "^15.15.0", "nodemon": "^3.1.10", "postcss": "^8.5.6", - "tailwindcss": "^3.4.17", + "tailwindcss": "^3.4.18", "ts-node": "^10.9.2", "typescript": "^5.9.3", "vitest": "^2.0.5" @@ -1572,9 +1572,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.18.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.7.tgz", - "integrity": "sha512-3E97nlWEVp2V6J7aMkR8eOnw/w0pArPwf/5/W0865f+xzBoGL/ZuHkTAKAGN7cOWNwd+sG+hZOqj+fjzeHS75g==", + "version": "22.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.8.tgz", + "integrity": "sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==", "dev": true, "license": "MIT", "dependencies": { @@ -3277,9 +3277,9 @@ } }, "node_modules/jiti": { - "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "version": "1.21.7", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", "dev": true, "license": "MIT", "bin": { @@ -4520,10 +4520,11 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", - "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", + "version": "3.4.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.18.tgz", + "integrity": "sha512-6A2rnmW5xZMdw11LYjhcI5846rt9pbLSabY5XPxo+XWdxwZaFEn47Go4NzFiHu9sNNmr/kXivP1vStfvMaK1GQ==", "dev": true, + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -4533,7 +4534,7 @@ "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.21.6", + "jiti": "^1.21.7", "lilconfig": "^3.1.3", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", @@ -4542,7 +4543,7 @@ "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.2", + "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", "postcss-nested": "^6.2.0", "postcss-selector-parser": "^6.1.2", "resolve": "^1.22.8", diff --git a/package.json b/package.json index ed0a2f970..7fa4f9ec2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@eslint/js": "^9.36.0", "@types/debug": "^4.1.12", - "@types/node": "^22.18.7", + "@types/node": "^22.18.8", "@vitest/coverage-istanbul": "^2.1.9", "autoprefixer": "^10.4.21", "cheerio": "^1.1.2", @@ -25,7 +25,7 @@ "globals": "^15.15.0", "nodemon": "^3.1.10", "postcss": "^8.5.6", - "tailwindcss": "^3.4.17", + "tailwindcss": "^3.4.18", "ts-node": "^10.9.2", "typescript": "^5.9.3", "vitest": "^2.0.5"