Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.10.5 (#1605)
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 Jan 3, 2025
1 parent 40523b3 commit ce0f1cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@book000/eslint-config": "1.7.121",
"@book000/node-utils": "1.13.408",
"@types/node": "22.10.4",
"@types/node": "22.10.5",
"@types/sharp": "0.32.0",
"axios": "1.7.9",
"eslint": "9.17.0",
Expand Down
8 changes: 4 additions & 4 deletions downloader/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/[email protected].4":
version "22.10.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1"
integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==
"@types/[email protected].5":
version "22.10.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
dependencies:
undici-types "~6.20.0"

Expand Down
2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@book000/eslint-config": "1.7.121",
"@mdi/font": "7.4.47",
"@nuxt/eslint": "0.7.4",
"@types/node": "22.10.4",
"@types/node": "22.10.5",
"eslint": "9.17.0",
"nuxt": "3.15.0",
"sass": "1.83.0",
Expand Down
8 changes: 4 additions & 4 deletions viewer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1448,10 +1448,10 @@
dependencies:
undici-types "~6.20.0"

"@types/[email protected].4":
version "22.10.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1"
integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug==
"@types/[email protected].5":
version "22.10.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
dependencies:
undici-types "~6.20.0"

Expand Down

0 comments on commit ce0f1cb

Please sign in to comment.