diff --git a/package.json b/package.json index ecf629f..65fc483 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "coveralls": "3.1.1", "eslint": "9.17.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-n": "17.15.0", + "eslint-plugin-n": "17.15.1", "eslint-plugin-promise": "7.2.1", "eslint-plugin-vue": "9.32.0", "flush-promises": "1.0.2", @@ -44,7 +44,7 @@ "rollup-plugin-delete": "2.1.0", "rollup-plugin-string": "3.0.0", "semantic-release": "24.2.0", - "vite": "6.0.4", + "vite": "6.0.5", "vite-plugin-vue2": "2.0.3", "vue": "2.7.16", "vue-template-compiler": "2.7.16" diff --git a/yarn.lock b/yarn.lock index 3ece3a3..e910b7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3640,7 +3640,7 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -esbuild@^0.24.0: +esbuild@0.24.0: version "0.24.0" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.24.0.tgz#f2d470596885fcb2e91c21eb3da3b3c89c0b55e7" integrity sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ== @@ -3784,10 +3784,10 @@ eslint-plugin-import@2.31.0, eslint-plugin-import@^2.26.0: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-n@17.15.0: - version "17.15.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.0.tgz#c6ab639a7d7761085cff05313753413d898b087e" - integrity sha512-xF3zJkOfLlFOm5TvmqmsnA9/fO+/z2pYs0dkuKXKN/ymS6UB1yEcaoIkqxLKQ9Dw/WmLX/Tdh6/5ZS5azVixFQ== +eslint-plugin-n@17.15.1: + version "17.15.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2" + integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA== dependencies: "@eslint-community/eslint-utils" "^4.4.1" enhanced-resolve "^5.17.1" @@ -8454,12 +8454,12 @@ vite-plugin-vue2@2.0.3: source-map "^0.7.3" vue-template-babel-compiler "^1.2.0" -vite@6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d" - integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q== +vite@6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.5.tgz#1d0fbdb3ffe61e944089abeddb7d2c509420acfd" + integrity sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g== dependencies: - esbuild "^0.24.0" + esbuild "0.24.0" postcss "^8.4.49" rollup "^4.23.0" optionalDependencies: