diff --git a/src/interfaces/slack_bot/package-lock.json b/src/interfaces/slack_bot/package-lock.json index 65fa12a530..0ff14cb010 100644 --- a/src/interfaces/slack_bot/package-lock.json +++ b/src/interfaces/slack_bot/package-lock.json @@ -29,7 +29,7 @@ "slackify-markdown": "^4.4.0", "tsup": "^8.0.0", "typescript": "^5.4.5", - "vite": "^5.4.6", + "vite": "^5.4.14", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0", "word-extractor": "^1.0.4" @@ -7609,9 +7609,10 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/src/interfaces/slack_bot/package.json b/src/interfaces/slack_bot/package.json index 380111e036..a1efc666ef 100644 --- a/src/interfaces/slack_bot/package.json +++ b/src/interfaces/slack_bot/package.json @@ -43,7 +43,7 @@ "slackify-markdown": "^4.4.0", "tsup": "^8.0.0", "typescript": "^5.4.5", - "vite": "^5.4.6", + "vite": "^5.4.14", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0", "word-extractor": "^1.0.4"