Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.39 (#10039)
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] authored Jul 10, 2024
1 parent 2c8311a commit d809f46
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "2.8.8"
},
"devDependencies": {
"@types/node": "18.19.33",
"@types/node": "18.19.39",
"tsup": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@theguild/tailwind-config": "0.4.2",
"@types/dedent": "0.7.2",
"@types/jsonpath": "0.2.4",
"@types/node": "18.19.33",
"@types/node": "18.19.39",
"@types/react": "18.3.1",
"fast-xml-parser": "4.3.6",
"jsonpath": "1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4523,10 +4523,10 @@
dependencies:
"@types/unist" "^2"

"@types/node@*", "@types/[email protected].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==
"@types/node@*", "@types/[email protected].39", "@types/node@^18.11.18":
version "18.19.39"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593"
integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit d809f46

Please sign in to comment.