diff --git a/package-lock.json b/package-lock.json index ece2687..e505266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2371,9 +2371,9 @@ } }, "@babel/runtime": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz", - "integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.4.tgz", + "integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index ac7bf95..dccfd8e 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "react-dom": ">= 16.0.0" }, "dependencies": { - "@babel/runtime": "^7.7.4", + "@babel/runtime": "^7.8.4", "deep-equal": "^1.1.1", "flatpickr": "^4.6.3", "prop-types": "^15.7.2",