Skip to content

Commit

Permalink
fix(deps): update dependency bun-types to ^0.7.0 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent 68c224f commit ff6479b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion runtimes/bun-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dependencies": {
"@sanity/client": "5.4.2",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^0.6.0"
"bun-types": "^0.7.0"
}
}
19 changes: 9 additions & 10 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: BA427489565644D9-80dd5edc07c72b79-DF1BB8809079E8FB-2cd3a16b5e5704ee


"@sanity/client@5.4.2":
Expand Down Expand Up @@ -39,10 +38,10 @@
resolved "https://registry.npmjs.org/@types/eventsource/-/eventsource-1.1.11.tgz"
integrity sha512-L7wLDZlWm5mROzv87W0ofIYeQP5K2UhoFnnUyEWLKM6UBb0ZNRgAqp98qE5DkgfBXdWfc2kYmw9KZm4NLjRbsw==

bun-types@^0.6.0:
version "0.6.2"
resolved "https://registry.npmjs.org/bun-types/-/bun-types-0.6.2.tgz"
integrity sha512-yJ59Nl9je54fvS/Bh32dpnuWzAEGZn46GEsUfCnc+gbR/1MveoNbzBtN37SpMihFE0MiatlpNyKFKb9W7hvdBg==
bun-types@^0.7.0:
version "0.7.2"
resolved "https://registry.yarnpkg.com/bun-types/-/bun-types-0.7.2.tgz#92f0ca3f47b603a00108b2b8d82792081b38f241"
integrity sha512-jyjIjJFURhK6mXgl0jf3Zh1EZYYjxwz/OSDY+Do7ai26hc783fMYwP6vm2L6YfXLg3Tczch0nlee22UX+J7UWA==

core-util-is@~1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -195,16 +194,16 @@ rxjs@7:
dependencies:
tslib "^2.1.0"

safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==

safe-buffer@^5.0.1:
version "5.2.1"
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==

speedometer@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/speedometer/-/speedometer-1.0.0.tgz"
Expand Down

0 comments on commit ff6479b

Please sign in to comment.