Bump bun-types from 1.0.8 to 1.0.20

Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.8 to 1.0.20.
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.8...bun-v1.0.20)

---
updated-dependencies:
- dependency-name: bun-types
  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] 2023-12-25 22:05:40 +00:00 committed by GitHub
parent bedc0f3462
commit 1affa931fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
package-lock.json generated
View File

@ -17,7 +17,7 @@
"sqlite3": "^5.1.6"
},
"devDependencies": {
"bun-types": "*",
"bun-types": "latest",
"eslint": "^8.54.0"
},
"peerDependencies": {
@ -578,10 +578,15 @@
}
},
"node_modules/bun-types": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.8.tgz",
"integrity": "sha512-2dNB+dBwAcFW7RSd4y5vKycRjouKVklSwPk4EjBKWvcMYUBOqZGGNzV7+b2tfKBG3BeRXnozbnegVKR1azuATg==",
"dev": true
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.20.tgz",
"integrity": "sha512-MB9OwwwNDdolaPBX9TSEq/9WlexEH1n2d5G/fnre/sz0NAzoxYaOgd3cpxNmNGsExMbgxkccSLNcVPV0rrfunA==",
"dev": true,
"dependencies": {
"@types/node": "*",
"@types/ws": "*",
"undici-types": "^5.26.4"
}
},
"node_modules/busboy": {
"version": "1.6.0",
@ -2603,6 +2608,12 @@
"node": ">=14.0"
}
},
"node_modules/undici-types": {
"version": "5.28.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.28.2.tgz",
"integrity": "sha512-W71OLwDqzIO0d3k07qg1xc7d4cX8SsSwuCO4bQ4V7ITwduXXie/lcImofabP5VV+NvuvSe8ovKvHVJcizVc1JA==",
"dev": true
},
"node_modules/unique-filename": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",