Update deepcopy to the latest version 🚀 (#5364)

* fix(package): update deepcopy to version 2.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-02-14 17:37:10 +00:00
committed by peril-parse-community[bot]
parent dc76a3ad41
commit bc05d71824
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3160,9 +3160,9 @@
"integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ="
},
"deepcopy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-1.0.1.tgz",
"integrity": "sha512-DxVCnJIn2gLS6Yw1zbKp8uHpc36caAQhLk7TjgI9rdpqcXDIsOiNfcHDpVQZdn2GCpAZRjwkOMMRWvJ69u1o7g==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/deepcopy/-/deepcopy-2.0.0.tgz",
"integrity": "sha512-d5ZK7pJw7F3k6M5vqDjGiiUS9xliIyWkdzBjnPhnSeRGjkYOGZMCFkdKVwV/WiHOe0NwzB8q+iDo7afvSf0arA==",
"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.1",
"deepcopy": "2.0.0",
"express": "4.16.4",
"follow-redirects": "1.7.0",
"intersect": "1.0.1",