@@ -254,6 +254,12 @@
"p-locate": "^4.1.0"
}
},
+ "lodash": {
+ "version": "4.17.20",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
+ "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
+ "dev": true
+ },
"opencollective-postinstall": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
@@ -5,7 +5,8 @@
"author": "automattic",
"license": "GPL-2.0",
"devDependencies": {
- "husky": "^4.3.0"
+ "husky": "^4.3.0",
+ "lodash": "^4.17.20"
"husky": {
"hooks": {