Bump bun-types from 1.1.0 to 1.1.8

Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.0 to 1.1.8.
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.8/packages/bun-types)

---
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] 2024-05-13 22:03:55 +00:00 committed by GitHub
parent 0c2ff66f19
commit ac4f302713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
package-lock.json generated
View File

@ -17,7 +17,7 @@
"sqlite3": "^5.1.7"
},
"devDependencies": {
"bun-types": "*",
"bun-types": "latest",
"eslint": "^8.57.0"
},
"peerDependencies": {
@ -407,9 +407,9 @@
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
},
"node_modules/@types/node": {
"version": "20.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
"integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
"version": "20.12.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
"dependencies": {
"undici-types": "~5.26.4"
}
@ -641,12 +641,12 @@
}
},
"node_modules/bun-types": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.0.tgz",
"integrity": "sha512-GhMDD7TosdJzQPGUOcQD5PZshvXVxDfwGAZs2dq+eSaPsRn3iUCzvpFlsg7Q51bXVzLAUs+FWHlnmpgZ5UggIg==",
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.8.tgz",
"integrity": "sha512-dwhfuUKSGK8hm5Llcvb5+ejRh+4mIt8ibObJVKhZBsi0ScpXmt+AlaS1eDW6uRXCHj084Qt0kIqAJ08/7ZGC9Q==",
"dev": true,
"dependencies": {
"@types/node": "~20.11.3",
"@types/node": "~20.12.8",
"@types/ws": "~8.5.10"
}
},