Bump bun-types from 1.0.3 to 1.0.8

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

---
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-11-04 14:41:03 +00:00 committed by GitHub
parent 0d33ef1c2e
commit dc7a7c2073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
package-lock.json generated
View File

@ -17,7 +17,7 @@
"sqlite3": "^5.1.6" "sqlite3": "^5.1.6"
}, },
"devDependencies": { "devDependencies": {
"bun-types": "*", "bun-types": "latest",
"eslint": "^8.52.0" "eslint": "^8.52.0"
}, },
"peerDependencies": { "peerDependencies": {
@ -578,9 +578,9 @@
} }
}, },
"node_modules/bun-types": { "node_modules/bun-types": {
"version": "1.0.3", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.3.tgz", "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.8.tgz",
"integrity": "sha512-XlyKVdYCHa7K5PHYGcwOVOrGE/bMnLS51y7zFA3ZAAXyiQ6dTaNXNCWTTufgII/6ruN770uhAXphQmzvU/r2fQ==", "integrity": "sha512-2dNB+dBwAcFW7RSd4y5vKycRjouKVklSwPk4EjBKWvcMYUBOqZGGNzV7+b2tfKBG3BeRXnozbnegVKR1azuATg==",
"dev": true "dev": true
}, },
"node_modules/busboy": { "node_modules/busboy": {