Skip to content

Commit c631bed

Browse files
chore(deps): update node.js to v20.19.3
1 parent 99c41e0 commit c631bed

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@nullvoxpopuli/eslint-configs": "^2.3.5",
9797
"@semantic-release/changelog": "^6.0.3",
9898
"@semantic-release/git": "^10.0.1",
99-
"@types/node": "^20.10.0",
99+
"@types/node": "^20.19.8",
100100
"@typescript-eslint/eslint-plugin": "^6.13.0",
101101
"@typescript-eslint/parser": "^6.13.0",
102102
"coc.nvim": "^0.0.82",
@@ -115,7 +115,7 @@
115115
"@lifeart/ember-language-server": "2.30.1"
116116
},
117117
"volta": {
118-
"node": "20.10.0",
118+
"node": "20.19.3",
119119
"yarn": "1.22.21"
120120
}
121121
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,12 +2050,12 @@
20502050
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
20512051
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
20522052

2053-
"@types/node@^20.10.0":
2054-
version "20.10.0"
2055-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617"
2056-
integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==
2053+
"@types/node@^20.19.8":
2054+
version "20.19.8"
2055+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.8.tgz#d4a81f631d9dc5015c6e608a102c83e19d03c9db"
2056+
integrity sha512-HzbgCY53T6bfu4tT7Aq3TvViJyHjLjPNaAS3HOuMc9pw97KHsUtXNX4L+wu59g1WnjsZSko35MbEqnO58rihhw==
20572057
dependencies:
2058-
undici-types "~5.26.4"
2058+
undici-types "~6.21.0"
20592059

20602060
"@types/normalize-package-data@^2.4.1":
20612061
version "2.4.1"
@@ -7599,10 +7599,10 @@ underscore.string@~3.3.4:
75997599
sprintf-js "^1.1.1"
76007600
util-deprecate "^1.0.2"
76017601

7602-
undici-types@~5.26.4:
7603-
version "5.26.5"
7604-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7605-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7602+
undici-types@~6.21.0:
7603+
version "6.21.0"
7604+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7605+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
76067606

76077607
unicode-emoji-modifier-base@^1.0.0:
76087608
version "1.0.0"

0 commit comments

Comments
 (0)