From dec76a20262a5c1ef93dabb1fe75ce60b2739ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:30:08 +0000 Subject: [PATCH] chore(deps-dev): bump bun-types from 1.0.20 to 1.0.25 Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.20 to 1.0.25. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.20...bun-v1.0.25) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1459b6..5532fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@biomejs/biome": "1.4.1", "@types/node": "^20.10.5", "@vscode/vsce": "^2.22.0", - "bun-types": "^1.0.20", + "bun-types": "^1.0.25", "chokidar": "^3.5.3", "esbuild": "^0.19.11", "esbuild-plugin-copy": "^2.1.1", @@ -825,9 +825,9 @@ } }, "node_modules/bun-types": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.20.tgz", - "integrity": "sha512-MB9OwwwNDdolaPBX9TSEq/9WlexEH1n2d5G/fnre/sz0NAzoxYaOgd3cpxNmNGsExMbgxkccSLNcVPV0rrfunA==", + "version": "1.0.25", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.25.tgz", + "integrity": "sha512-9lxeUR/OJsvlZH4GOWteiAdx7ikrSxCUX7Rr0JJux+DrR3LejouVLxIZnTeQ3UPAZovvSgKivWeHPJ2wlo7/Kg==", "dev": true, "dependencies": { "@types/node": "*", @@ -2608,7 +2608,7 @@ }, "server": { "name": "does-it-throw-lsp", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "dependencies": { "vscode-languageserver": "^9.0.1", diff --git a/package.json b/package.json index e67ee6d..448397d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@biomejs/biome": "1.4.1", "@types/node": "^20.10.5", "@vscode/vsce": "^2.22.0", - "bun-types": "^1.0.20", + "bun-types": "^1.0.25", "chokidar": "^3.5.3", "esbuild": "^0.19.11", "esbuild-plugin-copy": "^2.1.1",