chore(deps): bump @types/node from 20.8.9 to 20.8.10 (#445)

This commit is contained in:
dependabot[bot] 2023-11-01 09:44:28 +08:00 committed by GitHub
parent 34446bf577
commit 779e95bba1
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.4", "@thisbeyond/solid-dnd": "^0.7.4",
"@types/byte-size": "^8.1.1", "@types/byte-size": "^8.1.1",
"@types/lodash": "^4.14.200", "@types/lodash": "^4.14.200",
"@types/node": "^20.8.9", "@types/node": "^20.8.10",
"@types/uuid": "^9.0.6", "@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1", "@typescript-eslint/parser": "^6.9.1",

View File

@ -75,8 +75,8 @@ dependencies:
specifier: ^4.14.200 specifier: ^4.14.200
version: 4.14.200 version: 4.14.200
'@types/node': '@types/node':
specifier: ^20.8.9 specifier: ^20.8.10
version: 20.8.9 version: 20.8.10
'@types/uuid': '@types/uuid':
specifier: ^9.0.6 specifier: ^9.0.6
version: 9.0.6 version: 9.0.6
@ -169,7 +169,7 @@ dependencies:
version: 9.0.1 version: 9.0.1
vite: vite:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0(@types/node@20.8.9) version: 4.5.0(@types/node@20.8.10)
vite-plugin-pwa: vite-plugin-pwa:
specifier: ^0.16.6 specifier: ^0.16.6
version: 0.16.6(vite@4.5.0)(workbox-build@7.0.0)(workbox-window@7.0.0) version: 0.16.6(vite@4.5.0)(workbox-build@7.0.0)(workbox-window@7.0.0)
@ -2261,6 +2261,12 @@ packages:
resolution: {integrity: sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==} resolution: {integrity: sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==}
dev: false dev: false
/@types/node@20.8.10:
resolution: {integrity: sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==}
dependencies:
undici-types: 5.26.5
dev: false
/@types/node@20.8.9: /@types/node@20.8.9:
resolution: {integrity: sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==} resolution: {integrity: sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==}
dependencies: dependencies:
@ -6263,7 +6269,7 @@ packages:
debug: 4.3.4 debug: 4.3.4
fast-glob: 3.3.1 fast-glob: 3.3.1
pretty-bytes: 6.1.1 pretty-bytes: 6.1.1
vite: 4.5.0(@types/node@20.8.9) vite: 4.5.0(@types/node@20.8.10)
workbox-build: 7.0.0 workbox-build: 7.0.0
workbox-window: 7.0.0 workbox-window: 7.0.0
transitivePeerDependencies: transitivePeerDependencies:
@ -6283,13 +6289,13 @@ packages:
merge-anything: 5.1.7 merge-anything: 5.1.7
solid-js: 1.8.5 solid-js: 1.8.5
solid-refresh: 0.5.3(solid-js@1.8.5) solid-refresh: 0.5.3(solid-js@1.8.5)
vite: 4.5.0(@types/node@20.8.9) vite: 4.5.0(@types/node@20.8.10)
vitefu: 0.2.4(vite@4.5.0) vitefu: 0.2.4(vite@4.5.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: false dev: false
/vite@4.5.0(@types/node@20.8.9): /vite@4.5.0(@types/node@20.8.10):
resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -6317,7 +6323,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.8.9 '@types/node': 20.8.10
esbuild: 0.18.20 esbuild: 0.18.20
postcss: 8.4.31 postcss: 8.4.31
rollup: 3.29.2 rollup: 3.29.2
@ -6333,7 +6339,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 4.5.0(@types/node@20.8.9) vite: 4.5.0(@types/node@20.8.10)
dev: false dev: false
/webidl-conversions@4.0.2: /webidl-conversions@4.0.2: