diff --git a/packages/botonic-plugin-dynamodb/package-lock.json b/packages/botonic-plugin-dynamodb/package-lock.json index 1e3d76a69a..66f85625f4 100644 --- a/packages/botonic-plugin-dynamodb/package-lock.json +++ b/packages/botonic-plugin-dynamodb/package-lock.json @@ -76,11 +76,11 @@ } }, "@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", + "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", "requires": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" } }, "available-typed-arrays": { @@ -269,9 +269,9 @@ "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==" }, "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" }, "sax": { "version": "1.2.1", diff --git a/packages/botonic-plugin-dynamodb/package.json b/packages/botonic-plugin-dynamodb/package.json index 0a96dc97e3..a8a413f199 100644 --- a/packages/botonic-plugin-dynamodb/package.json +++ b/packages/botonic-plugin-dynamodb/package.json @@ -32,7 +32,7 @@ "dependencies": { "@aws/dynamodb-data-mapper": "^0.7.3", "@aws/dynamodb-data-mapper-annotations": "^0.7.3", - "@babel/runtime": "^7.14.8", + "@babel/runtime": "^7.22.5", "aws-sdk": "2.1404.0" }, "devDependencies": {},