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" }