From 5471b6a083313f2ba20aa2fb73eddf4407db5f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Feb 2019 10:50:14 +0000 Subject: [PATCH] Bump deepcopy from 1.0.0 to 1.0.1 (#5340) Bumps [deepcopy](https://github.com/sasaplus1/deepcopy.js) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/sasaplus1/deepcopy.js/releases) - [Changelog](https://github.com/sasaplus1/deepcopy.js/blob/master/HISTORY.md) - [Commits](https://github.com/sasaplus1/deepcopy.js/compare/1.0.0...1.0.1) Signed-off-by: dependabot[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 eec11500..ba0e6e7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3158,9 +3158,9 @@ "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" }, "deepcopy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-1.0.0.tgz", - "integrity": "sha512-WJrecobaoqqgQHtvRI2/VCzWoWXPAnFYyAkF/spmL46lZMnd0gW0gLGuyeFVSrqt2B3s0oEEj6i+j2L/2QiS4g==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-1.0.1.tgz", + "integrity": "sha512-DxVCnJIn2gLS6Yw1zbKp8uHpc36caAQhLk7TjgI9rdpqcXDIsOiNfcHDpVQZdn2GCpAZRjwkOMMRWvJ69u1o7g==", "requires": { "type-detect": "^4.0.8" } diff --git a/package.json b/package.json index a311f9d8..c647f70d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "bcryptjs": "2.4.3", "body-parser": "1.18.3", "commander": "2.19.0", - "deepcopy": "1.0.0", + "deepcopy": "1.0.1", "express": "4.16.4", "follow-redirects": "1.6.1", "intersect": "1.0.1",