From 337fc187a39097f3af0352b0d1e3a0e907c9a2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:03:22 +0000 Subject: [PATCH] Bump @begin/data from 3.0.4 to 4.0.1 Bumps [@begin/data](https://github.com/beginner-corp/begin-data) from 3.0.4 to 4.0.1. - [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.1) --- 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 2b013e8..063579e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -570,9 +570,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "@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.1", + "resolved": "https://registry.npmjs.org/@begin/data/-/data-4.0.1.tgz", + "integrity": "sha512-XDzTJyYrizQrkHtnmG5s22BUvVCAy9X9h87Ar3Zk/3/ADu3WGWRmyteBYMhadZc4b3tHHwVEyjrf4mBh3J3gdw==", "requires": { "@begin/hashid": "^1.0.0", "run-parallel": "^1.2.0", diff --git a/package.json b/package.json index cf9e25d..b4a5087 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.1", "jest": "^27.5.1", "tiny-json-http": "^7.4.2" }