chore(deps): update dependency @types/node to v22

Signed-off-by: Renovate Bot <renovate@kektus.xyz>
This commit is contained in:
Renovate Bot 2024-11-01 09:06:53 +00:00
commit 8e711cbcd9
No known key found for this signature in database
GPG key ID: A3391C9BFE8AB8F3
2 changed files with 14 additions and 12 deletions

View file

@ -1,12 +1,12 @@
{
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "summer2024-frontend",
"version": "2.0.1",
"version": "2.1.4",
"dependencies": {
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.0",
@ -31,7 +31,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.19",
@ -1744,12 +1744,13 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.14.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
"version": "22.8.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.6.tgz",
"integrity": "sha512-tosuJYKrIqjQIlVCM4PEGxOmyg3FCPa/fViuJChnGeEIhjA46oy8FMVoF9su1/v8PNs2a8Q0iFNyOx0uOF91nw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.19.8"
}
},
"node_modules/@types/raf": {
@ -6262,10 +6263,11 @@
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true,
"license": "MIT"
},
"node_modules/unique-filename": {
"version": "3.0.0",

View file

@ -34,7 +34,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.19",