Skip to content

Commit 0a9ed55

Browse files
committed
chore(deps): update dependency @types/node to v18.18.8
1 parent 681400a commit 0a9ed55

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"devDependencies": {
103103
"@sourcegraph/eslint-config": "^0.37.1",
104104
"@sourcegraph/tsconfig": "^4.0.1",
105-
"@types/node": "18.18.4",
105+
"@types/node": "18.18.8",
106106
"eslint": "^8.51.0",
107107
"lnfs-cli": "^2.1.0",
108108
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,10 +1128,12 @@
11281128
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
11291129
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
11301130

1131-
"@types/node@18.18.4":
1132-
version "18.18.4"
1133-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1134-
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
1131+
"@types/node@18.18.8":
1132+
version "18.18.8"
1133+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1134+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1135+
dependencies:
1136+
undici-types "~5.26.4"
11351137

11361138
"@types/normalize-package-data@^2.4.0":
11371139
version "2.4.1"
@@ -7099,6 +7101,11 @@ uncss@^0.17.3:
70997101
postcss-selector-parser "6.0.2"
71007102
request "^2.88.0"
71017103

7104+
undici-types@~5.26.4:
7105+
version "5.26.5"
7106+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7107+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7108+
71027109
unicode-canonical-property-names-ecmascript@^1.0.4:
71037110
version "1.0.4"
71047111
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)