chore(deps): bump @types/node from 20.10.5 to 20.10.6 (#539)

This commit is contained in:
dependabot[bot] 2024-01-02 09:56:36 +08:00 committed by GitHub
parent eed9a54e54
commit 3b65ff65f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 9 deletions

View File

@ -37,7 +37,7 @@
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",

View File

@ -75,8 +75,8 @@ dependencies:
specifier: ^4.14.202
version: 4.14.202
'@types/node':
specifier: ^20.10.5
version: 20.10.5
specifier: ^20.10.6
version: 20.10.6
'@types/uuid':
specifier: ^9.0.7
version: 9.0.7
@ -169,7 +169,7 @@ dependencies:
version: 9.0.1
vite:
specifier: ^5.0.10
version: 5.0.10(@types/node@20.10.5)
version: 5.0.10(@types/node@20.10.6)
vite-plugin-pwa:
specifier: ^0.17.4
version: 0.17.4(vite@5.0.10)(workbox-build@7.0.0)(workbox-window@7.0.0)
@ -2382,6 +2382,12 @@ packages:
undici-types: 5.26.5
dev: false
/@types/node@20.10.6:
resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==}
dependencies:
undici-types: 5.26.5
dev: false
/@types/normalize-package-data@2.4.4:
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
dev: false
@ -6458,7 +6464,7 @@ packages:
debug: 4.3.4
fast-glob: 3.3.2
pretty-bytes: 6.1.1
vite: 5.0.10(@types/node@20.10.5)
vite: 5.0.10(@types/node@20.10.6)
workbox-build: 7.0.0
workbox-window: 7.0.0
transitivePeerDependencies:
@ -6478,13 +6484,13 @@ packages:
merge-anything: 5.1.7
solid-js: 1.8.7
solid-refresh: 0.5.3(solid-js@1.8.7)
vite: 5.0.10(@types/node@20.10.5)
vite: 5.0.10(@types/node@20.10.6)
vitefu: 0.2.5(vite@5.0.10)
transitivePeerDependencies:
- supports-color
dev: false
/vite@5.0.10(@types/node@20.10.5):
/vite@5.0.10(@types/node@20.10.6):
resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@ -6512,7 +6518,7 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 20.10.5
'@types/node': 20.10.6
esbuild: 0.19.8
postcss: 8.4.32
rollup: 4.7.0
@ -6528,7 +6534,7 @@ packages:
vite:
optional: true
dependencies:
vite: 5.0.10(@types/node@20.10.5)
vite: 5.0.10(@types/node@20.10.6)
dev: false
/webidl-conversions@4.0.2: