deps: bump lint-staged from 10.1.2 to 10.1.3 (#224)

This commit is contained in:
dependabot-preview[bot] 2020-04-09 15:25:09 +00:00 committed by GitHub
parent 8af9b8c0d5
commit ab7b255432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5807,9 +5807,9 @@
"dev": true
},
"lint-staged": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.2.tgz",
"integrity": "sha512-Vtbe8rhWbJxPNlnXk6jczRh6wvAVjGg+VhELAIjLakOjTACdB4qJOD4W2R8oUXLRCqL1t9WMUsXbSlVK34A8Lg==",
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.1.3.tgz",
"integrity": "sha512-o2OkLxgVns5RwSC5QF7waeAjJA5nz5gnUfqL311LkZcFipKV7TztrSlhNUK5nQX9H0E5NELAdduMQ+M/JPT7RQ==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@ -69,7 +69,7 @@
"jest": "^25.3.0",
"jest-circus": "^25.3.0",
"js-yaml": "^3.13.1",
"lint-staged": "^10.1.2",
"lint-staged": "^10.1.3",
"prettier": "2.0.4",
"standard-version": "^7.1.0",
"ts-jest": "^25.3.1",