diff --git a/token-swap/js/package-lock.json b/token-swap/js/package-lock.json index a3322398e1fc6b..e4d514c4bd6575 100644 --- a/token-swap/js/package-lock.json +++ b/token-swap/js/package-lock.json @@ -1054,9 +1054,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz", - "integrity": "sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw==", + "version": "7.11.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.5.tgz", + "integrity": "sha512-9aIoee+EhjySZ6vY5hnLjigHzunBlscx9ANKutkeWTJTx6m5Rbq6Ic01tLvO54lSusR+BxV7u4UDdCmXv5aagg==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.10.4", diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 3e0a85fe38a1b8..8a7e4ce26e3337 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -41,7 +41,7 @@ "@babel/core": "^7.11.4", "@babel/node": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/plugin-transform-runtime": "^7.11.0", + "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.11.0", "@babel/preset-flow": "^7.10.4", "babel-eslint": "^10.1.0",