Skip to content

Commit

Permalink
Update dependency @types/node to v22.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent fb2fc28 commit fddbd2d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@sinonjs/fake-timers": "14.0.0",
"@types/eventsource": "1.1.15",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"@types/sinonjs__fake-timers": "8.1.5",
"@types/ws": "8.5.13",
"@typescript-eslint/eslint-plugin": "8.20.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@yeoman/types": "1.5.0",
"mem-fs": "4.1.2",
"@yeoman/adapter": "2.0.0",
"@types/node": "22.10.6"
"@types/node": "22.10.7"
}
}
8 changes: 4 additions & 4 deletions scripts/generator-adapter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@
dependencies:
undici-types "~6.20.0"

"@types/[email protected].6":
version "22.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239"
integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==
"@types/[email protected].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
dependencies:
undici-types "~6.20.0"

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@
dependencies:
undici-types "~6.20.0"

"@types/[email protected].6":
version "22.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239"
integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==
"@types/[email protected].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
dependencies:
undici-types "~6.20.0"

Expand Down

0 comments on commit fddbd2d

Please sign in to comment.