diff --git a/package-lock.json b/package-lock.json index a75f55f..587474a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "hasInstallScript": true, "dependencies": { - "@zuplo/runtime": "^5.1398.0" + "@zuplo/runtime": "^5.1400.0" }, "devDependencies": { - "@zuplo/core": "^5.1398.0", + "@zuplo/core": "^5.1400.0", "@zuplo/dev": "^1.63.0", "@zuplo/dev-tools": "^1.91.0", "dotenv": "^16.3.1" @@ -3342,9 +3342,9 @@ } }, "node_modules/@zuplo/core": { - "version": "5.1398.0", - "resolved": "https://npm.pkg.github.com/download/@zuplo/core/5.1398.0/6b4a25b13e4311825a26d9c6ee4c025239b8bd7e", - "integrity": "sha512-vvfaeWcaCkSQ27mzqgLxFv6nBu/9eXqYxvYatNOfXmacn49pk6Ll1xa9XUJSq9g5XphfR1K65cOEGT0OeCKnAQ==", + "version": "5.1400.0", + "resolved": "https://npm.pkg.github.com/download/@zuplo/core/5.1400.0/cbf589d3b6df5c4c5a9196277f6986f7cd678268", + "integrity": "sha512-20jtzEZy/eGZsq6CSVMBPNsAYCceUMj4I6IoUQ2aNVt/Pg4lJMgnRxWApR2ZFc8wtrm8EhwgaJfcpBKXvRV0Ng==", "dev": true, "license": "Copyright 2021", "dependencies": { @@ -3627,9 +3627,9 @@ } }, "node_modules/@zuplo/runtime": { - "version": "5.1398.0", - "resolved": "https://npm.pkg.github.com/download/@zuplo/runtime/5.1398.0/c3a692e7fc09a11f903a9b86495c7e81a6eeef03", - "integrity": "sha512-WiO/GnoNt6rOkyCOW7XUpuMH0CBG1qE7xGX/07alMC28GxwdCGIUvyAZ91Ehj9pFxqNcTn/TyUyl0KFjMMwdWQ==", + "version": "5.1400.0", + "resolved": "https://npm.pkg.github.com/download/@zuplo/runtime/5.1400.0/e895a185ff5c22991af3c76d63ddb8a7f2884f58", + "integrity": "sha512-mbATLPQnMUht6hoV9/pzq2hx1xnX9WVmTm2tM3/hzNmi9nbgdeCtCU16zElXdUZ9Pw7VfZu01HDxDfdPp4owFA==", "license": "Copyright 2021", "dependencies": { "@zuplo/debug": "*", diff --git a/package.json b/package.json index 837e698..3737b8c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "main": "./dist/worker.js", "dependencies": { - "@zuplo/runtime": "^5.1398.0" + "@zuplo/runtime": "^5.1400.0" }, "lint-staged": { "**/*.{ts,json,md,yml,js,css,html}": [ @@ -25,7 +25,7 @@ ] }, "devDependencies": { - "@zuplo/core": "^5.1398.0", + "@zuplo/core": "^5.1400.0", "@zuplo/dev": "^1.63.0", "@zuplo/dev-tools": "^1.91.0", "dotenv": "^16.3.1"