From cb9f43e871ef94287477d29479daf9f2281b38ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 05:32:30 +0000 Subject: [PATCH] Bump detect-newline from 2.1.0 to 3.1.0 Bumps [detect-newline](https://github.com/sindresorhus/detect-newline) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/sindresorhus/detect-newline/releases) - [Commits](https://github.com/sindresorhus/detect-newline/compare/v2.1.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6be0d3e..69ce97be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -739,9 +739,9 @@ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" }, "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" }, "diff": { "version": "3.5.0", diff --git a/package.json b/package.json index 2f74994b..093afd0a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "capture-console": "^1.0.1", "chalk": "^2.4.2", "dblapi.js": "^2.3.0", - "detect-newline": "^2.1.0", + "detect-newline": "^3.1.0", "discord.js": "^11.5.1", "enmap": "^4.8.4", "express": "^4.17.1",