From 911becdf335fafa50a0d2f526705c9cc796ad7de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:06:31 +0000 Subject: [PATCH] chore(deps-dev): bump @vrembem/utility from 1.22.3 to 1.23.0 Bumps [@vrembem/utility](https://github.com/sebnitu/vrembem/tree/HEAD/packages/utility) from 1.22.3 to 1.23.0. - [Release notes](https://github.com/sebnitu/vrembem/releases) - [Changelog](https://github.com/sebnitu/vrembem/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebnitu/vrembem/commits/v1.23.0/packages/utility) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 032620b..721b035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2667,9 +2667,9 @@ } }, "@vrembem/utility": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@vrembem/utility/-/utility-1.22.3.tgz", - "integrity": "sha512-TdIeZDjep4QaKgqN1jup+NfSlVOWiWhadJ/y7lbnVDqxbXokmzIFkmOG/Ka5RvWyerUKMnJR5iz9ugMl0IeSyA==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@vrembem/utility/-/utility-1.23.0.tgz", + "integrity": "sha512-32JCw2SiZvqiDUi3S6b3MZa/E3mfm8TuzyJM39cFl9W4kMkxAQrfFalcSCay0d1Ea8prg/cuL5rwixU/ykxYNQ==", "dev": true, "requires": { "@vrembem/core": "^1.22.3" diff --git a/package.json b/package.json index 17f1883..b560a23 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vrembem/base": "^1.22.3", "@vrembem/dialog": "^1.22.3", "@vrembem/menu": "^1.22.3", - "@vrembem/utility": "^1.22.3", + "@vrembem/utility": "^1.23.0", "babel-jest": "^26.3.0", "conventional-changelog-cli": "^2.1.0", "coveralls": "^3.1.0",