diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c2d623..18ea58b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ devDependencies: version: 18.2.0 '@types/node': specifier: ^18.16.8 - version: 18.16.8 + version: 18.19.103 '@vitejs/plugin-vue': specifier: ^5.0.0 version: 5.0.0(vite@4.3.5)(vue@3.3.2) @@ -69,7 +69,7 @@ devDependencies: version: 5.2.2 vite: specifier: ^4.3.5 - version: 4.3.5(@types/node@18.16.8) + version: 4.3.5(@types/node@18.19.103) vue-tsc: specifier: ^1.6.4 version: 1.6.4(typescript@5.2.2) @@ -446,8 +446,10 @@ packages: resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} dev: true - /@types/node@18.16.8: - resolution: {integrity: sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA==} + /@types/node@18.19.103: + resolution: {integrity: sha512-hHTHp+sEz6SxFsp+SA+Tqrua3AbmlAw+Y//aEwdHrdZkYVRWdvWD3y5uPZ0flYOkgskaFWqZ/YGFm3FaFQ0pRw==} + dependencies: + undici-types: 5.26.5 dev: true /@types/semver@7.5.0: @@ -592,7 +594,7 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 4.3.5(@types/node@18.16.8) + vite: 4.3.5(@types/node@18.19.103) vue: 3.3.2 dev: true @@ -1011,7 +1013,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -1517,8 +1519,8 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + /fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true @@ -2481,7 +2483,7 @@ packages: engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /run-applescript@5.0.0: @@ -2808,6 +2810,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} @@ -2840,7 +2846,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite@4.3.5(@types/node@18.16.8): + /vite@4.3.5(@types/node@18.19.103): resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -2865,12 +2871,12 @@ packages: terser: optional: true dependencies: - '@types/node': 18.16.8 + '@types/node': 18.19.103 esbuild: 0.17.19 postcss: 8.4.24 rollup: 3.24.1 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /vue-eslint-parser@9.3.0(eslint@8.39.0):