Skip to content

Commit c5c0573

Browse files
committed
chore(deps): update dependency @types/node to v18.18.10
1 parent c1846c0 commit c5c0573

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
lines changed

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@tailwindcss/container-queries": "0.1.1",
1616
"@tailwindcss/typography": "0.5.10",
17-
"@types/node": "18.18.6",
17+
"@types/node": "18.18.10",
1818
"@types/react": "18.2.31",
1919
"@types/react-dom": "18.2.14",
2020
"autoprefixer": "10.4.16",

example/with-css-variables/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@
157157
lodash.merge "^4.6.2"
158158
postcss-selector-parser "6.0.10"
159159

160-
161-
version "18.18.6"
162-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
163-
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
160+
161+
version "18.18.10"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.10.tgz#4971bffdf3a43977c4c8166aa714b2c0b05b3256"
163+
integrity sha512-luANqZxPmjTll8bduz4ACs/lNTCLuWssCyjqTY9yLdsv1xnViQp3ISKwsEWOIecO13JWUqjVdig/Vjjc09o8uA==
164+
dependencies:
165+
undici-types "~5.26.4"
164166

165167
"@types/prop-types@*":
166168
version "15.7.5"
@@ -1112,6 +1114,11 @@ [email protected]:
11121114
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
11131115
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
11141116

1117+
undici-types@~5.26.4:
1118+
version "5.26.5"
1119+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1120+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1121+
11151122
universalify@^2.0.0:
11161123
version "2.0.0"
11171124
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "17.8.1",
3737
"@commitlint/config-conventional": "17.8.1",
3838
"@tsconfig/node16": "1.0.4",
39-
"@types/node": "18.18.6",
39+
"@types/node": "18.18.10",
4040
"@types/prettier": "^2.7.2",
4141
"@typescript-eslint/eslint-plugin": "5.62.0",
4242
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,10 +1089,12 @@
10891089
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
10901090
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
10911091

1092-
1093-
version "18.18.6"
1094-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
1095-
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==
1092+
1093+
version "18.18.10"
1094+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.10.tgz#4971bffdf3a43977c4c8166aa714b2c0b05b3256"
1095+
integrity sha512-luANqZxPmjTll8bduz4ACs/lNTCLuWssCyjqTY9yLdsv1xnViQp3ISKwsEWOIecO13JWUqjVdig/Vjjc09o8uA==
1096+
dependencies:
1097+
undici-types "~5.26.4"
10961098

10971099
10981100
version "20.5.1"
@@ -6677,6 +6679,11 @@ unbox-primitive@^1.0.2:
66776679
has-symbols "^1.0.3"
66786680
which-boxed-primitive "^1.0.2"
66796681

6682+
undici-types@~5.26.4:
6683+
version "5.26.5"
6684+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6685+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6686+
66806687
unique-filename@^2.0.0:
66816688
version "2.0.1"
66826689
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2"

0 commit comments

Comments
 (0)