From af4e97bf1ea391b8c91c18f637713cfe6c3e73ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:01:10 +0000 Subject: [PATCH] Bump @begin/data from 3.0.4 to 4.0.2 Bumps [@begin/data](https://github.com/beginner-corp/begin-data) from 3.0.4 to 4.0.2. - [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.2) --- 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..ccab917 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.2", + "resolved": "https://registry.npmjs.org/@begin/data/-/data-4.0.2.tgz", + "integrity": "sha512-qMHXC5SY0cRCoewsgKWBzRDS5A6Jgn2yYFKamfCfMgCvPI/wK81Enodgjuv76PoluLqlzma9c9UA33KujsXzMw==", "requires": { "@begin/hashid": "^1.0.0", "run-parallel": "^1.2.0", diff --git a/package.json b/package.json index cf9e25d..f734ee9 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.2", "jest": "^27.5.1", "tiny-json-http": "^7.4.2" }