diff --git a/package-lock.json b/package-lock.json index cecf86d..84cd5f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@architect/functions": "^4.1.1", - "@begin/data": "^3.0.4", + "@begin/data": "^4.0.2", "tiny-json-http": "^7.4.2" }, "devDependencies": { @@ -208,9 +208,9 @@ } }, "node_modules/@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==", "dependencies": { "@begin/hashid": "^1.0.0", "run-parallel": "^1.2.0", @@ -2988,9 +2988,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.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 a7506c9..9703c8e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@architect/functions": "^4.1.1", - "@begin/data": "^3.0.4", + "@begin/data": "^4.0.2", "tiny-json-http": "^7.4.2" } }