diff --git a/docs/package.json b/docs/package.json index bf337e27b23de3..d4bd6ebddaff81 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "typescript:transpile:dev": "node scripts/formattedTSDemos --watch" }, "dependencies": { - "@date-io/date-fns": "^1.0.0", + "@date-io/date-fns": "^1.3.8", "@emotion/core": "^10.0.14", "@emotion/styled": "^10.0.12", "@material-ui/core": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index e98108428141c4..3279cddbf0c195 100644 --- a/yarn.lock +++ b/yarn.lock @@ -880,17 +880,17 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@date-io/core@^1.2.0": - version "1.3.6" - resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.6.tgz#5c518cee6fa011e754293aebc6f1192360061797" - integrity sha512-cihiu8YaTHh7IqrzekbZcA7dh+7uhViHgWyxcKAO2cg1DYGYC5J7z4/rnGGL7swrK5xFVLIeyoxJ+sacziIRKg== +"@date-io/core@^1.3.8": + version "1.3.8" + resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.8.tgz#a20da7125f1444631dd96a6e8baa8982665aaa95" + integrity sha512-XlvpzhipF/badZEJPAfgXRX9bFG2UpFl1T6O0hn1RzWJf3yexf9/M2wcEm6jh7RVyrlSayttkXtGPqVPdoJQ7Q== -"@date-io/date-fns@^1.0.0", "@date-io/date-fns@^1.1.0": - version "1.3.5" - resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.5.tgz#a4815500211c0ca7151729c17e12ba46520a373f" - integrity sha512-PVmvjF9ZsyK2nItwS+0iUTKadvZP7o2vWRRMwdcwo6HKMenWjgU3KbTyiKLoZuG0IlON4k9v8GRHvI0VVFxziA== +"@date-io/date-fns@^1.1.0", "@date-io/date-fns@^1.3.8": + version "1.3.8" + resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.8.tgz#820553ba0136027b20d3a696ab9b300f2fa23c5c" + integrity sha512-vlMRbaCIC1NTjGXL8QWsc9v/7EJwtciUYWCYw1+PXkmpPr1W4GbckvLYvFhGSlQ8ibIh0JKB1yP4bozSb3Tu+w== dependencies: - "@date-io/core" "^1.2.0" + "@date-io/core" "^1.3.8" "@emotion/babel-utils@^0.6.4": version "0.6.10"