chore(deps): bump lodash from 4.17.15 to 4.17.21

This commit is contained in:
Dillon 2022-05-03 10:37:51 +08:00
parent 95e3fb63ca
commit 1c6ff0efe4
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108
4 changed files with 3309 additions and 10817 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14114
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,8 +13,9 @@
"browserify": "^16.5.0",
"core-js": "^3.6.4",
"husky": "^4.2.3",
"minimist": "^1.2.5",
"segmentit": "^2.0.3"
"minimist": "^1.2.6",
"segmentit": "^2.0.3",
"lodash": "^4.17.21"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
@ -26,9 +27,6 @@
"check": "htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external",
"copy": "rm -rf resources && cp -rf exampleSite/resources resources"
},
"resolutions": {
"minimist": "^1.2.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run copy && git add resources assets/js"