From 6130b32784e76efb15e56612c4d1337336a8fd52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:31:21 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18.19.61 --- example/with-css-variables/package.json | 2 +- example/with-css-variables/yarn.lock | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/with-css-variables/package.json b/example/with-css-variables/package.json index fbf870d..d856cef 100644 --- a/example/with-css-variables/package.json +++ b/example/with-css-variables/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@tailwindcss/container-queries": "0.1.1", "@tailwindcss/typography": "0.5.15", - "@types/node": "18.19.60", + "@types/node": "18.19.61", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.20", diff --git a/example/with-css-variables/yarn.lock b/example/with-css-variables/yarn.lock index 1fc31d8..73b2087 100644 --- a/example/with-css-variables/yarn.lock +++ b/example/with-css-variables/yarn.lock @@ -228,10 +228,10 @@ lodash.merge "^4.6.2" postcss-selector-parser "6.0.10" -"@types/node@18.19.60": - version "18.19.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.60.tgz#3fca49e78e78588ab873af85e2bc2bbb9db8cdc4" - integrity sha512-cYRj7igVqgxhlHFdBHHpU2SNw3+dN2x0VTZJtLYk6y/ieuGN4XiBgtDjYVktM/yk2y/8pKMileNc6IoEzEJnUw== +"@types/node@18.19.61": + version "18.19.61" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.61.tgz#f31be6f643e2e628fffcca359fe59f214bb77923" + integrity sha512-z8fH66NcVkDzBItOao+Nyh0fiy7CYdxIyxnNCcZ60aY0I+EA/y4TSi/S/W9i8DIQvwVo7a0pgzAxmDeNnqrpkw== dependencies: undici-types "~5.26.4" diff --git a/package.json b/package.json index 650dc2a..b68e186 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "@tsconfig/node16": "1.0.4", - "@types/node": "18.19.60", + "@types/node": "18.19.61", "@types/prettier": "^2.7.2", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/yarn.lock b/yarn.lock index f0d0642..7ae2bad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1212,10 +1212,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1" integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag== -"@types/node@18.19.60": - version "18.19.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.60.tgz#3fca49e78e78588ab873af85e2bc2bbb9db8cdc4" - integrity sha512-cYRj7igVqgxhlHFdBHHpU2SNw3+dN2x0VTZJtLYk6y/ieuGN4XiBgtDjYVktM/yk2y/8pKMileNc6IoEzEJnUw== +"@types/node@18.19.61": + version "18.19.61" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.61.tgz#f31be6f643e2e628fffcca359fe59f214bb77923" + integrity sha512-z8fH66NcVkDzBItOao+Nyh0fiy7CYdxIyxnNCcZ60aY0I+EA/y4TSi/S/W9i8DIQvwVo7a0pgzAxmDeNnqrpkw== dependencies: undici-types "~5.26.4"