diff --git a/package-lock.json b/package-lock.json index c894829..171d278 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2413,9 +2413,9 @@ } }, "parse-duration": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-0.4.4.tgz", - "integrity": "sha512-KbAJuYGUhZkB9gotDiKLnZ7Z3VTacK3fgwmDdB6ZVDtJbMBT6MfLga0WJaYpPDu0mzqT0NgHtHDt5PY4l0nidg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-1.0.0.tgz", + "integrity": "sha512-X4kUkCTHU1N/kEbwK9FpUJ0UZQa90VzeczfS704frR30gljxDG0pSziws06XlK+CGRSo/1wtG1mFIdBFQTMQNw==" }, "parse5": { "version": "5.1.1", diff --git a/package.json b/package.json index 4b9b154..201d2b1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "next": "10.0.7", "next-auth": "3.11.2", "next-plugin-transpile-modules": "2.0.0", - "parse-duration": "0.4.4", + "parse-duration": "1.0.0", "react": "17.0.1", "react-dom": "17.0.1", "react-feather": "2.0.9",