Update dependency @types/node to v20.6.5 (#1059)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-24 23:57:11 +02:00 committed by GitHub
parent f2bcea152e
commit 463aba941c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -55,7 +55,7 @@
"@types/gtag.js": "0.0.14", "@types/gtag.js": "0.0.14",
"@types/lodash.groupby": "4.6.7", "@types/lodash.groupby": "4.6.7",
"@types/markdown-it": "13.0.1", "@types/markdown-it": "13.0.1",
"@types/node": "20.6.4", "@types/node": "20.6.5",
"@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2", "@typescript-eslint/parser": "6.7.2",
"eslint": "8.50.0", "eslint": "8.50.0",

22
website/pnpm-lock.yaml generated
View File

@ -74,8 +74,8 @@ devDependencies:
specifier: 13.0.1 specifier: 13.0.1
version: 13.0.1 version: 13.0.1
'@types/node': '@types/node':
specifier: 20.6.4 specifier: 20.6.5
version: 20.6.4 version: 20.6.5
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: 6.7.2 specifier: 6.7.2
version: 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)(typescript@5.2.2) version: 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.50.0)(typescript@5.2.2)
@ -123,7 +123,7 @@ devDependencies:
version: 1.8.1(eslint@8.50.0)(vite@4.4.9) version: 1.8.1(eslint@8.50.0)(vite@4.4.9)
vitepress: vitepress:
specifier: 1.0.0-rc.20 specifier: 1.0.0-rc.20
version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.4)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0) version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.5)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0)
vitepress-plugin-tabs: vitepress-plugin-tabs:
specifier: 0.4.1 specifier: 0.4.1
version: 0.4.1(vitepress@1.0.0-rc.20)(vue@3.3.4) version: 0.4.1(vitepress@1.0.0-rc.20)(vue@3.3.4)
@ -1292,8 +1292,8 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true dev: true
/@types/node@20.6.4: /@types/node@20.6.5:
resolution: {integrity: sha512-nU6d9MPY0NBUMiE/nXd2IIoC4OLvsLpwAjheoAeuzgvDZA1Cb10QYg+91AF6zQiKWRN5i1m07x6sMe0niBznoQ==} resolution: {integrity: sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w==}
dev: true dev: true
/@types/normalize-package-data@2.4.1: /@types/normalize-package-data@2.4.1:
@ -5614,10 +5614,10 @@ packages:
'@types/eslint': 8.44.2 '@types/eslint': 8.44.2
eslint: 8.50.0 eslint: 8.50.0
rollup: 2.79.1 rollup: 2.79.1
vite: 4.4.9(@types/node@20.6.4)(stylus@0.60.0) vite: 4.4.9(@types/node@20.6.5)(stylus@0.60.0)
dev: true dev: true
/vite@4.4.9(@types/node@20.6.4)(stylus@0.60.0): /vite@4.4.9(@types/node@20.6.5)(stylus@0.60.0):
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -5645,7 +5645,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.6.4 '@types/node': 20.6.5
esbuild: 0.18.20 esbuild: 0.18.20
postcss: 8.4.29 postcss: 8.4.29
rollup: 3.29.2 rollup: 3.29.2
@ -5660,11 +5660,11 @@ packages:
vitepress: ^1.0.0-rc.14 vitepress: ^1.0.0-rc.14
vue: ^3.3.4 vue: ^3.3.4
dependencies: dependencies:
vitepress: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.4)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0) vitepress: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.5)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0)
vue: 3.3.4 vue: 3.3.4
dev: true dev: true
/vitepress@1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.4)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0): /vitepress@1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.6.5)(axios@1.5.0)(postcss@8.4.29)(search-insights@2.8.2)(stylus@0.60.0):
resolution: {integrity: sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==} resolution: {integrity: sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -5687,7 +5687,7 @@ packages:
minisearch: 6.1.0 minisearch: 6.1.0
postcss: 8.4.29 postcss: 8.4.29
shiki: 0.14.4 shiki: 0.14.4
vite: 4.4.9(@types/node@20.6.4)(stylus@0.60.0) vite: 4.4.9(@types/node@20.6.5)(stylus@0.60.0)
vue: 3.3.4 vue: 3.3.4
transitivePeerDependencies: transitivePeerDependencies:
- '@algolia/client-search' - '@algolia/client-search'