From f493fa6bbfb58172f8cced94958debe30808e16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 19:03:45 +0000 Subject: [PATCH] Bump @begin/data from 3.0.4 to 4.0.0 Bumps [@begin/data](https://github.com/beginner-corp/begin-data) from 3.0.4 to 4.0.0. - [Release notes](https://github.com/beginner-corp/begin-data/releases) - [Changelog](https://github.com/beginner-corp/begin-data/blob/main/changelog.md) - [Commits](https://github.com/beginner-corp/begin-data/compare/v3.0.4...v4.0.0) --- updated-dependencies: - dependency-name: "@begin/data" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[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 4e6a8db..2c5f510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -186,9 +186,9 @@ } }, "@begin/data": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@begin/data/-/data-3.0.4.tgz", - "integrity": "sha512-XkOVlnEThyETSDOm2++JMTygl4GBQIRCZaw9wi0cVhpOPR5TOwcCcgGs0dHpmzTMhQ1m78bXJ5mVqk1d7VhZMA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@begin/data/-/data-4.0.0.tgz", + "integrity": "sha512-Qfz1gcdPhnIRCNKI6b8mh+etC59tZTuFz0xS6X6JwGLODoY7yjfPG0QxiCt6yaurcPE6EGRwiHICGRuwSrT4pg==", "requires": { "@begin/hashid": "^1.0.0", "run-parallel": "^1.2.0", diff --git a/package.json b/package.json index 41fa6a3..4301a53 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "Apache-2.0", "dependencies": { "@architect/sandbox": "^4.5.2", - "@begin/data": "^3.0.4", + "@begin/data": "^4.0.0", "mocha": "^9.2.2", "tiny-json-http": "^7.4.2" }