diff --git a/demos/palm/web/textfx/package-lock.json b/demos/palm/web/textfx/package-lock.json index c1223be4b..86276f40d 100644 --- a/demos/palm/web/textfx/package-lock.json +++ b/demos/palm/web/textfx/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "sass": "^1.60.0", - "vite": "^4.5.2" + "vite": "^4.5.3" } }, "node_modules/@ampproject/remapping": { @@ -12431,9 +12431,9 @@ } }, "node_modules/vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dev": true, "dependencies": { "esbuild": "^0.18.10", @@ -21941,9 +21941,9 @@ "peer": true }, "vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dev": true, "requires": { "esbuild": "^0.18.10", diff --git a/demos/palm/web/textfx/package.json b/demos/palm/web/textfx/package.json index 979c358a3..b0f072d60 100644 --- a/demos/palm/web/textfx/package.json +++ b/demos/palm/web/textfx/package.json @@ -26,7 +26,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "sass": "^1.60.0", - "vite": "^4.5.2" + "vite": "^4.5.3" }, "dependencies": { "@tippyjs/react": "^4.2.6",