Skip to content

Commit 3b7b790

Browse files
chore: update node.js to v18.20.8
1 parent 921b567 commit 3b7b790

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": "8.1.0",
6363
"@tailwindcss/typography": "0.5.16",
64-
"@types/node": "18.11.9",
64+
"@types/node": "18.19.121",
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
@@ -4194,10 +4194,12 @@
41944194
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
41954195
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
41964196

4197-
"@types/node@18.11.9":
4198-
version "18.11.9"
4199-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
4200-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
4197+
"@types/node@18.19.121":
4198+
version "18.19.121"
4199+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3"
4200+
integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ==
4201+
dependencies:
4202+
undici-types "~5.26.4"
42014203

42024204
"@types/parse-json@^4.0.0":
42034205
version "4.0.0"
@@ -11958,6 +11960,11 @@ unc-path-regex@^0.1.2:
1195811960
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1195911961
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
1196011962

11963+
undici-types@~5.26.4:
11964+
version "5.26.5"
11965+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
11966+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
11967+
1196111968
undici@^5.12.0, undici@^5.8.0:
1196211969
version "5.28.4"
1196311970
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"

0 commit comments

Comments
 (0)