From 83a93b747062da5a3ddb6690ea3ec6a18e9343ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2019 22:31:17 +0000 Subject: [PATCH] Update bourbon-neat requirement from ~1.9 to ~4.0 Updates the requirements on [bourbon-neat](https://github.com/thoughtbot/neat) to permit the latest version. - [Release notes](https://github.com/thoughtbot/neat/releases) - [Changelog](https://github.com/thoughtbot/neat/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/neat/compare/v1.9.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e87aba9..8a5b491 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": {}, "devDependencies": { "bourbon": "~4.3", - "bourbon-neat": "~1.9", + "bourbon-neat": "~4.0", "css-loader": "^2.1.1", "file-loader": "^3.0.1", "font-awesome": "^4.7.0",