From 7aa26e39dd4fea608a2d1b6832fea86db8fe8676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 23:10:58 +0000 Subject: [PATCH] chore(deps): bump djb2a from 1.2.0 to 2.0.0 Bumps [djb2a](https://github.com/sindresorhus/djb2a) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/sindresorhus/djb2a/releases) - [Commits](https://github.com/sindresorhus/djb2a/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] --- packages/betterer/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/betterer/package.json b/packages/betterer/package.json index f4d30b1d5..c3d74f4d6 100644 --- a/packages/betterer/package.json +++ b/packages/betterer/package.json @@ -35,7 +35,7 @@ "@phenomnomnominal/debug": "^0.2.5", "@phenomnomnominal/worker-require": "^0.0.34", "chokidar": "^3.3.1", - "djb2a": "^1.2.0", + "djb2a": "^2.0.0", "fast-memoize": "^2.5.2", "lines-and-columns": "^1.1.6", "minimatch": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index fbb34e699..59d70d8a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4606,10 +4606,10 @@ dir-glob@^3.0.1: dependencies: path-type "^4.0.0" -djb2a@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/djb2a/-/djb2a-1.2.0.tgz#a441d5f49b90b78aac52d2c44f5a6c49b3d1724b" - integrity sha512-rXrJYOPCGvHPYw8R2u/zczFTG3xXNqklrtT17vTPm8n/4a16PKEhrfgMwJ9Zyuz96PJwZzHuK2ChQO/SSChuKA== +djb2a@^2.0.0: + version "2.0.0" + resolved "https://registry.npmjs.org/djb2a/-/djb2a-2.0.0.tgz#63ad541b06b821de4b81ea7d59420cad76ce41aa" + integrity sha512-mSkCTNSJRGjNUADzWx1ubTGxJh2IVY9uoc/WGozUIu0mgBUEvIyBn9uTs9jqFBbJxQthJMF3uDx0cnpdlAUo4Q== doctrine@^3.0.0: version "3.0.0"