Bump @types/bun from 1.3.13 to 1.3.14

Bumps [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) from 1.3.13 to 1.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

---
updated-dependencies:
- dependency-name: "@types/bun"
  dependency-version: 1.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-19 19:17:46 +00:00
committed by GitHub
parent d95c37a322
commit e45c362f9a
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -31,7 +31,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/bun": "^1.3.14",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^25.6.0",
"@types/qrcode": "^1.5.6",
@@ -2213,13 +2213,13 @@
"license": "MIT"
},
"node_modules/@types/bun": {
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.13.tgz",
"integrity": "sha512-9fqXWk5YIHGGnUau9TEi+qdlTYDAnOj+xLCmSTwXfAIqXr2x4tytJb43E9uCvt09zJURKXwAtkoH4nLQfzeTXw==",
"version": "1.3.14",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.14.tgz",
"integrity": "sha512-h1hFqFVcvAvD9j9K7ZW7vd82aSA+rTdznZa+5bwvCwqSB1jmmfLcbIWhOLx1/+boy/xmjgCs/OMUL8hRJSmnPw==",
"dev": true,
"license": "MIT",
"dependencies": {
"bun-types": "1.3.13"
"bun-types": "1.3.14"
}
},
"node_modules/@types/debug": {
@@ -2988,9 +2988,9 @@
"license": "BSD-3-Clause"
},
"node_modules/bun-types": {
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.13.tgz",
"integrity": "sha512-QXKeHLlOLqQX9LgYaHJfzdBaV21T63HhFJnvuRCcjZiaUDpbs5ED1MgxbMra71CsryN/1dAoXuJJJwIv/2drVA==",
"version": "1.3.14",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.14.tgz",
"integrity": "sha512-4N0ig0fEomHt5R0KCFWjovxow98rIoRwKolrYdCcknNwMekCXRnWEUvgu5soYV8QXtVsrUD8B95MBOZGPvr6KQ==",
"devOptional": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -31,7 +31,7 @@
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/bun": "^1.3.14",
"@types/node": "^25.6.0",
"@types/qrcode": "^1.5.6",
"@types/fluent-ffmpeg": "^2.1.28",