diff --git a/core/package-lock.json b/core/package-lock.json index 9f51cabedb..5ee8e41d40 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -12,7 +12,7 @@ "babel-jest": "^29.7.0", "chai": "^4.3.6", "css-tree": "^2.3.1", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "fundamental-styles": "0.37.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -28,7 +28,7 @@ "svelte": "^4.2.19", "svelte-preprocess": "^5.1.4", "typescript": "^5.0.0", - "vite": "^4.0.0" + "vite": "^4.5.9" }, "engines": { "node": ">=18.19.1" @@ -5252,9 +5252,9 @@ "license": "MIT" }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", "dev": true, "license": "MIT", "dependencies": { @@ -7943,9 +7943,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -10956,9 +10956,9 @@ } }, "node_modules/vite": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", - "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", + "version": "4.5.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.9.tgz", + "integrity": "sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/core/package.json b/core/package.json index a7258015ea..b3a3af9669 100644 --- a/core/package.json +++ b/core/package.json @@ -9,7 +9,7 @@ "babel-jest": "^29.7.0", "chai": "^4.3.6", "css-tree": "^2.3.1", - "fs-extra": "^11.2.0", + "fs-extra":"^11.3.0", "fundamental-styles": "0.37.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -25,7 +25,7 @@ "svelte": "^4.2.19", "svelte-preprocess": "^5.1.4", "typescript": "^5.0.0", - "vite": "^4.0.0" + "vite": "^4.5.9" }, "scripts": { "test": "jest",