Skip to content

Commit

Permalink
Bump kelonio from 0.9.0 to 0.10.0 (#364)
Browse files Browse the repository at this point in the history
Bumps [kelonio](https://github.com/mtkennerly/kelonio) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/mtkennerly/kelonio/releases)
- [Changelog](https://github.com/mtkennerly/kelonio/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/kelonio@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: kelonio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 483e127 commit 00d8cee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.7.0",
"kelonio": "0.9.0",
"kelonio": "0.10.0",
"percentile": "1.6.0",
"prettier": "2.8.4",
"ts-jest": "29.1.2",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1401,10 +1401,10 @@ braces@^3.0.1:
dependencies:
fill-range "^7.0.1"

browser-process-hrtime@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
browser-hrtime@^1.0.0:
version "1.1.8"
resolved "https://registry.yarnpkg.com/browser-hrtime/-/browser-hrtime-1.1.8.tgz#6a17cc212c19bdaf60faa499b7ae10a0dfb65d5e"
integrity sha512-kzXheikaJsBtzUBlyVtPIY5r0soQePzjwVwT4IlDpU2RvfB5Py52gpU98M77rgqMCheoSSZvrcrdj3t6cZ3suA==

browserslist@^4.20.2:
version "4.21.3"
Expand Down Expand Up @@ -2067,6 +2067,11 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

eventemitter3@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==

execa@^5.0.0:
version "5.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
Expand Down Expand Up @@ -3174,12 +3179,13 @@ jsonparse@^1.3.1:
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=

kelonio@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/kelonio/-/kelonio-0.9.0.tgz#bf96b12cf0125c11a4ab13ebc2526445aa77e3f5"
integrity sha512-ucf1wWvR5mG24E8NhG7L6WI8ZozhA4B9ikAlcRgftCJYKYEmNl5q2JQFPAryHJbHts8TIIVD5XShGSm5x7BWfQ==
kelonio@0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/kelonio/-/kelonio-0.10.0.tgz#822453a05931a48d9cb0aa9df4210c86b89d5f95"
integrity sha512-G1K/wyF1tGslfKH7jDN7Mtkp9EcpVVgI+LXyZA2kLy3rKetPUFbT3shtb3Rvm++y+IeVIQBmfO/8HQPIZgkdfg==
dependencies:
browser-process-hrtime "^1.0.0"
browser-hrtime "^1.0.0"
eventemitter3 "^5.0.0"
mathjs "^10.5.2"

kleur@^3.0.3:
Expand Down

0 comments on commit 00d8cee

Please sign in to comment.