Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.33 (#9964)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent b6ddeff commit 3ea4e4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Expand Up @@ -24,7 +24,7 @@
"prettier": "2.8.8"
},
"devDependencies": {
"@types/node": "18.19.31",
"@types/node": "18.19.33",
"tsup": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -13,7 +13,7 @@
"@theguild/tailwind-config": "0.4.1",
"@types/dedent": "0.7.2",
"@types/jsonpath": "0.2.4",
"@types/node": "18.19.31",
"@types/node": "18.19.33",
"@types/react": "18.2.79",
"fast-xml-parser": "4.3.6",
"jsonpath": "1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4323,10 +4323,10 @@
dependencies:
"@types/unist" "^2"

"@types/node@*", "@types/node@18.19.31", "@types/node@^18.11.18":
version "18.19.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
"@types/node@*", "@types/node@18.19.33", "@types/node@^18.11.18":
version "18.19.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.33.tgz#98cd286a1b8a5e11aa06623210240bcc28e95c48"
integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 3ea4e4f

Please sign in to comment.