diff --git a/package-lock.json b/package-lock.json index acaa0968..76091d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4167,11 +4167,18 @@ "integrity": "sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==" }, "@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.10.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.10.0.tgz", + "integrity": "sha512-PxskpYmDAoL4BBGanoVD4SwhpMNFcVZFB8V2W7KATxgQ4m6Koy5FK9Qe1nKp8j9BERW310GT3sdERdNCXq8vuQ==", "requires": { - "@date-io/core": "^1.3.13" + "@date-io/core": "^2.10.0" + }, + "dependencies": { + "@date-io/core": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.10.0.tgz", + "integrity": "sha512-2pRpj0nCWNQ7iTRhBW5WLoNQt8KcpmoYCMYTDMflCsbo1BGGTQmalUzIO7PVmjAkLU93UJRbBFR3qQX7wVFrEw==" + } } }, "@emotion/hash": { @@ -10896,6 +10903,16 @@ "prop-types": "^15.6.2", "react-beautiful-dnd": "^13.0.0", "react-double-scrollbar": "0.0.15" + }, + "dependencies": { + "@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==", + "requires": { + "@date-io/core": "^1.3.13" + } + } } }, "md5.js": { diff --git a/package.json b/package.json index ada12d52..2cb46ccc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@babel/runtime": "^7.9.2", - "@date-io/date-fns": "^1.3.13", + "@date-io/date-fns": "^2.10.0", "@material-ui/core": "^4.9.11", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.50",