Skip to content

Commit 46f76cc

Browse files
chore: update node.js to v18.20.8
1 parent 713bd4c commit 46f76cc

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.1
1+
18.20.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@graphql-codegen/introspection": "2.2.1",
6262
"@svgr/webpack": "6.5.1",
6363
"@tailwindcss/typography": "0.5.8",
64-
"@types/node": "18.11.9",
64+
"@types/node": "18.19.120",
6565
"@types/react": "18.0.25",
6666
"@types/react-dom": "18.0.9",
6767
"@types/segment-analytics": "0.0.38",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3270,10 +3270,12 @@
32703270
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
32713271
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
32723272

3273-
"@types/node@18.11.9":
3274-
version "18.11.9"
3275-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
3276-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
3273+
"@types/node@18.19.120":
3274+
version "18.19.120"
3275+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.120.tgz#07b3bd73875956d5281fa27e6d77a66415f7d455"
3276+
integrity sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==
3277+
dependencies:
3278+
undici-types "~5.26.4"
32773279

32783280
"@types/parse-json@^4.0.0":
32793281
version "4.0.0"
@@ -10607,6 +10609,11 @@ unc-path-regex@^0.1.2:
1060710609
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1060810610
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
1060910611

10612+
undici-types@~5.26.4:
10613+
version "5.26.5"
10614+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
10615+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
10616+
1061010617
undici@^5.12.0, undici@^5.8.0:
1061110618
version "5.28.4"
1061210619
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"

0 commit comments

Comments
 (0)