From 0b774ae483d1fec9743e6c90bbcd0cb7f47dab12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:09:18 +0000 Subject: [PATCH] Bump bun-types from 1.0.21 to 1.0.22 Bumps [bun-types](https://github.com/oven-sh/bun) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/compare/bun-v1.0.21...bun-v1.0.22) --- updated-dependencies: - dependency-name: bun-types dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d0d7a7..f8f35c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,9 +75,9 @@ } }, "node_modules/bun-types": { - "version": "1.0.21", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.21.tgz", - "integrity": "sha512-Ugagjf+XZUXDvxDRa3EnhLeMzm2g8ZYFleBF55Ac3GZSzPqdMLAdK9kvZB6M1H4nAFvrEHdV2PHqkzIoNs+3wQ==", + "version": "1.0.22", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.0.22.tgz", + "integrity": "sha512-JxmXAx6cXb37+rMsn30WRXlz9lbPFR9rQE78hNSoy5wJ8m/nUktkmHpo7xZb/YKDds23ifxWLjDtyni9MeXLgw==", "dev": true, "dependencies": { "@types/node": "*",