chore: bump @types/node from 20.14.13 to 22.0.2 in /web (#3775)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.13 to 22.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-02 08:13:26 +08:00 committed by GitHub
parent 55a2e791aa
commit 222e9dfe58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 9 deletions

View file

@ -52,7 +52,7 @@
"@types/dompurify": "^3.0.5",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.13",
"@types/node": "^22.0.2",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

View file

@ -133,8 +133,8 @@ importers:
specifier: ^4.17.12
version: 4.17.12
'@types/node':
specifier: ^20.14.13
version: 20.14.13
specifier: ^22.0.2
version: 22.0.2
'@types/qs':
specifier: ^6.9.15
version: 6.9.15
@ -158,7 +158,7 @@ importers:
version: 7.18.0(eslint@8.57.0)(typescript@5.5.4)
'@vitejs/plugin-react':
specifier: ^4.3.1
version: 4.3.1(vite@5.3.5(@types/node@20.14.13)(less@4.2.0))
version: 4.3.1(vite@5.3.5(@types/node@22.0.2)(less@4.2.0))
autoprefixer:
specifier: ^10.4.19
version: 10.4.19(postcss@8.4.40)
@ -197,7 +197,7 @@ importers:
version: 5.5.4
vite:
specifier: ^5.3.5
version: 5.3.5(@types/node@20.14.13)(less@4.2.0)
version: 5.3.5(@types/node@22.0.2)(less@4.2.0)
packages:
@ -1256,6 +1256,9 @@ packages:
'@types/node@20.14.13':
resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==}
'@types/node@22.0.2':
resolution: {integrity: sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==}
'@types/parse-json@4.0.2':
resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
@ -3190,6 +3193,9 @@ packages:
undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
undici-types@6.11.1:
resolution: {integrity: sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==}
unist-util-stringify-position@3.0.3:
resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==}
@ -4380,6 +4386,10 @@ snapshots:
dependencies:
undici-types: 5.26.5
'@types/node@22.0.2':
dependencies:
undici-types: 6.11.1
'@types/parse-json@4.0.2': {}
'@types/prop-types@15.7.12': {}
@ -4488,14 +4498,14 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@20.14.13)(less@4.2.0))':
'@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@22.0.2)(less@4.2.0))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.3.5(@types/node@20.14.13)(less@4.2.0)
vite: 5.3.5(@types/node@22.0.2)(less@4.2.0)
transitivePeerDependencies:
- supports-color
@ -6644,6 +6654,8 @@ snapshots:
undici-types@5.26.5: {}
undici-types@6.11.1: {}
unist-util-stringify-position@3.0.3:
dependencies:
'@types/unist': 2.0.10
@ -6694,13 +6706,13 @@ snapshots:
kleur: 4.1.5
sade: 1.8.1
vite@5.3.5(@types/node@20.14.13)(less@4.2.0):
vite@5.3.5(@types/node@22.0.2)(less@4.2.0):
dependencies:
esbuild: 0.21.5
postcss: 8.4.40
rollup: 4.19.1
optionalDependencies:
'@types/node': 20.14.13
'@types/node': 22.0.2
fsevents: 2.3.3
less: 4.2.0