diff --git a/package-lock.json b/package-lock.json index 30abee5..813bf42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,9 +102,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 9f7d9eb..2bfffae 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@architect/sandbox": "^4.5.2", - "@begin/data": "^3.0.4", + "@begin/data": "^4.0.2", "esm": "^3.2.25", "preact": "~10.7.2", "preact-render-to-string": "~4.1.0",