diff --git a/package-lock.json b/package-lock.json index a0aafc5..22f59c2 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.0", + "resolved": "https://registry.npmjs.org/@begin/data/-/data-4.0.0.tgz", + "integrity": "sha512-Qfz1gcdPhnIRCNKI6b8mh+etC59tZTuFz0xS6X6JwGLODoY7yjfPG0QxiCt6yaurcPE6EGRwiHICGRuwSrT4pg==", "requires": { "@begin/hashid": "^1.0.0", "run-parallel": "^1.2.0", diff --git a/package.json b/package.json index cf9e25d..6a642ab 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.0", "jest": "^27.5.1", "tiny-json-http": "^7.4.2" }