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] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-01 10:50:14 +00:00
committed by peril-parse-community[bot]
parent 038d7bd727
commit 5471b6a083
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",