diff --git a/package-lock.json b/package-lock.json index cb7d422..b5448a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1255,12 +1255,20 @@ "dev": true }, "@date-io/date-fns": { - "version": "1.3.13", - "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-1.3.13.tgz", - "integrity": "sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.6.0.tgz", + "integrity": "sha512-ZedVQwbbjqTZj+kTimCfuEto0QLliqE1uCMuzb1Xi/yRfar4nMjc5orl/PJC2pkXXJC8jyL6ZCGXI9FQSgeAjQ==", "dev": true, "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.6.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.6.0.tgz", + "integrity": "sha512-GkM3jTlh9r3MfZEuFKV4g1JSbxz1G0Or1CBKkhPcw7UCJRjjsk5mLVYZYtUQEsOY8rCSFUTdCOm63ulWzAC/pw==", + "dev": true + } } }, "@emotion/cache": { diff --git a/package.json b/package.json index 163a2a3..2fe117e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@babel/core": "^7.8.6", "@babel/preset-env": "^7.8.6", "@babel/preset-react": "^7.8.3", - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.6.0", "@material-ui/core": "^4.9.5", "@material-ui/pickers": "^3.2.10", "@rollup/plugin-commonjs": "^11.0.2",