Skip to content

Commit cc7390b

Browse files
chore: update dependency @types/node to v18.19.120 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8b7e1c commit cc7390b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@graphql-codegen/cli": "2.13.12",
6161
"@graphql-codegen/client-preset": "1.1.4",
6262
"@graphql-codegen/introspection": "2.2.1",
63-
"@types/node": "18.11.9",
63+
"@types/node": "18.19.120",
6464
"@types/react": "18.0.25",
6565
"@types/react-dom": "18.0.9",
6666
"@typescript-eslint/eslint-plugin": "5.44.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3356,11 +3356,18 @@
33563356
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
33573357
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
33583358

3359-
"@types/node@*", "@types/[email protected]":
3359+
"@types/node@*":
33603360
version "18.11.9"
33613361
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
33623362
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
33633363

3364+
3365+
version "18.19.120"
3366+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.120.tgz#07b3bd73875956d5281fa27e6d77a66415f7d455"
3367+
integrity sha512-WtCGHFXnVI8WHLxDAt5TbnCM4eSE+nI0QN2NJtwzcgMhht2eNz6V9evJrk+lwC8bCY8OWV5Ym8Jz7ZEyGnKnMA==
3368+
dependencies:
3369+
undici-types "~5.26.4"
3370+
33643371
"@types/parse-json@^4.0.0":
33653372
version "4.0.0"
33663373
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
@@ -8400,6 +8407,11 @@ unc-path-regex@^0.1.2:
84008407
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
84018408
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
84028409

8410+
undici-types@~5.26.4:
8411+
version "5.26.5"
8412+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8413+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8414+
84038415
undici@^5.12.0, undici@^5.8.0:
84048416
version "5.29.0"
84058417
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"

0 commit comments

Comments
 (0)