Bump bun-types from 1.1.13 to 1.1.45

Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.1.13 to 1.1.45.
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.1.45/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] 2025-01-20 22:34:54 +00:00 committed by GitHub
parent ee490cda61
commit 694666ff24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
package-lock.json generated
View File

@ -17,7 +17,7 @@
"sqlite3": "^5.1.7"
},
"devDependencies": {
"bun-types": "*",
"bun-types": "latest",
"eslint": "^9.15.0"
},
"peerDependencies": {
@ -737,10 +737,11 @@
}
},
"node_modules/bun-types": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.13.tgz",
"integrity": "sha512-G/TqF0SsMQGLr4g7K3B2BK8BrPEA1EqCNwxZbyRdj5M4t54zvwyaqvRJOW34kuPqc2IvNNalRU3swc8B4oc4FA==",
"version": "1.1.45",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.45.tgz",
"integrity": "sha512-8NT3BYwkyO8nzTG1k+q86VEvucw7s5W1fjRIGs0Y6/XNbTZn+mHEU39LFnuDLj4UmGCMpWCQtXUhLd6cko49Ww==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "~20.12.8",
"@types/ws": "~8.5.10"