Skip to content

Commit d5021a6

Browse files
chore: update node.js to v18.20.8
1 parent 3326ef8 commit d5021a6

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
@@ -4177,10 +4177,12 @@
41774177
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
41784178
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
41794179

4180-
4181-
version "18.11.9"
4182-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
4183-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
4180+
4181+
version "18.19.121"
4182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.121.tgz#c50d353ea2d1fb1261a8bbd0bf2850306f5af2b3"
4183+
integrity sha512-bHOrbyztmyYIi4f1R0s17QsPs1uyyYnGcXeZoGEd227oZjry0q6XQBQxd82X1I57zEfwO8h9Xo+Kl5gX1d9MwQ==
4184+
dependencies:
4185+
undici-types "~5.26.4"
41844186

41854187
"@types/parse-json@^4.0.0":
41864188
version "4.0.0"
@@ -11670,6 +11672,11 @@ unc-path-regex@^0.1.2:
1167011672
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1167111673
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
1167211674

11675+
undici-types@~5.26.4:
11676+
version "5.26.5"
11677+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
11678+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
11679+
1167311680
undici@^5.12.0, undici@^5.8.0:
1167411681
version "5.28.4"
1167511682
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"

0 commit comments

Comments
 (0)