From 2959fa972a14682fa9320f3f5481487db7997f42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Mar 2020 08:48:57 +0000 Subject: [PATCH] fix: upgrade date-fns from 2.0.0-alpha.18 to 2.10.0 Snyk has created this PR to upgrade date-fns from 2.0.0-alpha.18 to 2.10.0. See this package in NPM: https://www.npmjs.com/package/date-fns See this project in Snyk: https://app.snyk.io/org/yowainwright/project/ce246815-4ca0-4d0f-b056-fe388116fce8?utm_source=github&utm_medium=upgrade-pr --- sick-fits/frontend/package-lock.json | 47 +++++++++++++++++++--------- sick-fits/frontend/package.json | 2 +- 2 files changed, 34 insertions(+), 15 deletions(-) diff --git a/sick-fits/frontend/package-lock.json b/sick-fits/frontend/package-lock.json index 2d4a9d5..42839ff 100644 --- a/sick-fits/frontend/package-lock.json +++ b/sick-fits/frontend/package-lock.json @@ -2699,9 +2699,9 @@ } }, "date-fns": { - "version": "2.0.0-alpha.18", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.0.0-alpha.18.tgz", - "integrity": "sha512-Y/y5rw7tyZgcjKa3EbFy2WHyU3PyhMYOwwD4Eo9ydfIGUuoBr5jMfzY6ZBmI3O3seukaCOeqFgZNqX0c5RvmLw==" + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz", + "integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA==" }, "date-now": { "version": "0.1.4", @@ -3827,7 +3827,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3845,11 +3846,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3862,15 +3865,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3973,7 +3979,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3983,6 +3990,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3995,17 +4003,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -4022,6 +4033,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4094,7 +4106,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4104,6 +4117,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4179,7 +4193,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4209,6 +4224,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4226,6 +4242,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4264,11 +4281,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 2200d6f..bb61eca 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -17,7 +17,7 @@ "apollo-client": "^2.4.2", "babel-core": "^7.0.0-bridge.0", "babel-plugin-styled-components": "^1.7.1", - "date-fns": "^2.0.0-alpha.7", + "date-fns": "^2.10.0", "downshift": "^2.2.3", "enzyme": "^3.6.0", "enzyme-adapter-react-16": "^1.5.0",