From 5b741c91be85a3ea43a697c3490cc998e74160b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:59:04 +0000 Subject: [PATCH] chore(deps): bump pure-rand from 5.0.3 to 6.0.1 Bumps [pure-rand](https://github.com/dubzzz/pure-rand) from 5.0.3 to 6.0.1. - [Release notes](https://github.com/dubzzz/pure-rand/releases) - [Changelog](https://github.com/dubzzz/pure-rand/blob/main/CHANGELOG.md) - [Commits](https://github.com/dubzzz/pure-rand/compare/v5.0.3...v6.0.1) --- updated-dependencies: - dependency-name: pure-rand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 476f129..fbb0589 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "dependencies": { "@tdreyno/figment": "^1.10.0", "open-simplex-noise": "^2.5.0", - "pure-rand": "^5.0.3" + "pure-rand": "^6.0.1" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index 1994c97..5fe509b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7924,10 +7924,10 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -pure-rand@^5.0.3: - version "5.0.3" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-5.0.3.tgz#a2f15dfbc3be8433d1d8ed67ee411aa83fb90406" - integrity sha512-9N8x1h8dptBQpHyC7aZMS+iNOAm97WMGY0AFrguU1cpfW3I5jINkWe5BIY5md0ofy+1TCIELsVcm/GJXZSaPbw== +pure-rand@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.1.tgz#31207dddd15d43f299fdcdb2f572df65030c19af" + integrity sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg== q@^1.5.1: version "1.5.1"