diff --git a/package.json b/package.json index a88e0fde4..34ac92e76 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@semantic-release/git": "^10.0.1", "@types/escape-html": "^1.0.2", "@types/mapbox__rehype-prism": "^0.8.0", - "@types/node": "^20.6.2", + "@types/node": "^20.9.2", "@types/prismjs": "^1.26.0", "@types/react": "^18.2.21", "@types/react-test-renderer": "^18.0.1", diff --git a/yarn.lock b/yarn.lock index 107d4a9f1..195906ddf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1714,10 +1714,12 @@ dependencies: "@types/unist" "*" -"@types/node@*", "@types/node@^20.6.2": - version "20.6.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.2.tgz#a065925409f59657022e9063275cd0b9bd7e1b12" - integrity sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw== +"@types/node@*", "@types/node@^20.9.2": + version "20.9.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.2.tgz#002815c8e87fe0c9369121c78b52e800fadc0ac6" + integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg== + dependencies: + undici-types "~5.26.4" "@types/node@^17.0.5": version "17.0.45" @@ -11308,6 +11310,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + undici@^5.23.0: version "5.23.0" resolved "https://registry.yarnpkg.com/undici/-/undici-5.23.0.tgz#e7bdb0ed42cebe7b7aca87ced53e6eaafb8f8ca0"