diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-21 19:05:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 19:05:02 +0900 |
| commit | 676ee87963d3c6f6d432a379db2a66b585ac1f5e (patch) | |
| tree | 22d72d66900572d75f970fa335b4869f8037e144 /scripts/changelog-checker | |
| parent | New Crowdin updates (#12845) (diff) | |
| download | sharkey-676ee87963d3c6f6d432a379db2a66b585ac1f5e.tar.gz sharkey-676ee87963d3c6f6d432a379db2a66b585ac1f5e.tar.bz2 sharkey-676ee87963d3c6f6d432a379db2a66b585ac1f5e.zip | |
chore(deps-dev): bump vite in /scripts/changelog-checker (#13040)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts/changelog-checker')
| -rw-r--r-- | scripts/changelog-checker/package-lock.json | 8 | ||||
| -rw-r--r-- | scripts/changelog-checker/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/changelog-checker/package-lock.json b/scripts/changelog-checker/package-lock.json index ba51d94647..6ad3273e60 100644 --- a/scripts/changelog-checker/package-lock.json +++ b/scripts/changelog-checker/package-lock.json @@ -16,7 +16,7 @@ "remark-parse": "11.0.0", "typescript": "5.3.3", "unified": "11.0.4", - "vite": "5.0.11", + "vite": "5.0.12", "vite-node": "1.1.3", "vitest": "1.1.3" } @@ -2558,9 +2558,9 @@ } }, "node_modules/vite": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", - "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/scripts/changelog-checker/package.json b/scripts/changelog-checker/package.json index 8c9a49def1..8b3c9843b7 100644 --- a/scripts/changelog-checker/package.json +++ b/scripts/changelog-checker/package.json @@ -17,7 +17,7 @@ "remark-parse": "11.0.0", "typescript": "5.3.3", "unified": "11.0.4", - "vite": "5.0.11", + "vite": "5.0.12", "vite-node": "1.1.3", "vitest": "1.1.3" } |