Skip to content

Commit b941057

Browse files
chore(deps): update dependency @types/node to v18.18.7
1 parent e38f141 commit b941057

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@docusaurus/module-type-aliases": "3.0.0-beta.0",
4949
"@docusaurus/tsconfig": "3.0.0-beta.0",
5050
"@docusaurus/types": "3.0.0-beta.0",
51-
"@types/node": "18.18.4",
51+
"@types/node": "18.18.7",
5252
"@types/react": "18.2.30",
5353
"@typescript-eslint/eslint-plugin": "5.62.0",
5454
"@typescript-eslint/parser": "5.62.0",

src/plugins/docusaurus-plugin-alumni/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@docusaurus/types": "latest",
2626
"@types/fs-extra": "11.0.3",
2727
"@types/js-yaml": "4.0.8",
28-
"@types/node": "18.18.4",
28+
"@types/node": "18.18.7",
2929
"@types/react": "18.2.30",
3030
"react": "18.2.0",
3131
"typescript": "4.9.5"

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,10 +4076,12 @@ __metadata:
40764076
languageName: node
40774077
linkType: hard
40784078

4079-
"@types/node@npm:18.18.4":
4080-
version: 18.18.4
4081-
resolution: "@types/node@npm:18.18.4"
4082-
checksum: 4901e91c4cc479bb58acbcd79236a97a0ad6db4a53cb1f4ba4cf32af15324c61b16faa6e31c1b09bf538a20feb5f5274239157ce5237f5741db0b9ab71e69c52
4079+
"@types/node@npm:18.18.7":
4080+
version: 18.18.7
4081+
resolution: "@types/node@npm:18.18.7"
4082+
dependencies:
4083+
undici-types: ~5.26.4
4084+
checksum: 972f8b214f961b6c8d99f84aab8bfadc656bb71fc7ad4a543ad3405286c95f27385ee0c3844f88d612f3cf225cd4d49ce8a7d9aea05a2aba9b2524ac525040aa
40834085
languageName: node
40844086
linkType: hard
40854087

@@ -6005,7 +6007,7 @@ __metadata:
60056007
"@docusaurus/tsconfig": 3.0.0-beta.0
60066008
"@docusaurus/types": 3.0.0-beta.0
60076009
"@mdx-js/react": 2.3.0
6008-
"@types/node": 18.18.4
6010+
"@types/node": 18.18.7
60096011
"@types/react": 18.2.30
60106012
"@typescript-eslint/eslint-plugin": 5.62.0
60116013
"@typescript-eslint/parser": 5.62.0
@@ -6798,7 +6800,7 @@ __metadata:
67986800
"@docusaurus/utils-validation": 2.0.0-beta.21
67996801
"@types/fs-extra": 11.0.3
68006802
"@types/js-yaml": 4.0.8
6801-
"@types/node": 18.18.4
6803+
"@types/node": 18.18.7
68026804
"@types/react": 18.2.30
68036805
fs-extra: 11.1.1
68046806
js-yaml: 4.1.0
@@ -15181,6 +15183,13 @@ __metadata:
1518115183
languageName: node
1518215184
linkType: hard
1518315185

15186+
"undici-types@npm:~5.26.4":
15187+
version: 5.26.5
15188+
resolution: "undici-types@npm:5.26.5"
15189+
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
15190+
languageName: node
15191+
linkType: hard
15192+
1518415193
"unherit@npm:^1.0.4":
1518515194
version: 1.1.3
1518615195
resolution: "unherit@npm:1.1.3"

0 commit comments

Comments
 (0)