Skip to content

Commit

Permalink
Bump @types/node to ^18.19.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent fe3d3f8 commit 627cc92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/chai-dom": "^1.11.3",
"@types/enzyme": "3.10.12",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.10",
"@types/node": "^18.19.15",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
Expand Down Expand Up @@ -190,6 +190,6 @@
},
"resolutions": {
"**/react-is": "^18.2.0",
"**/@types/node": "^18.19.10"
"**/@types/node": "^18.19.15"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3227,10 +3227,10 @@
dependencies:
moment ">=2.14.0"

"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12", "@types/node@>=12.0.0", "@types/node@>=18.0.0", "@types/node@^14.0.1", "@types/node@^18.19.10":
version "18.19.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.10.tgz#4de314ab66faf6bc8ba691021a091ddcdf13a158"
integrity sha512-IZD8kAM02AW1HRDTPOlz3npFava678pr8Ie9Vp8uRhBROXAv8MXT2pCnGZZAKYdromsNQLHQcfWQ6EOatVLtqA==
"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12", "@types/node@>=12.0.0", "@types/node@>=18.0.0", "@types/node@^14.0.1", "@types/node@^18.19.15":
version "18.19.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.15.tgz#313a9d75435669a57fc28dc8694e7f4c4319f419"
integrity sha512-AMZ2UWx+woHNfM11PyAEQmfSxi05jm9OlkxczuHeEqmvwPkYj6MWv44gbzDPefYOLysTOFyI3ziiy2ONmUZfpA==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 627cc92

Please sign in to comment.