1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Bump lint-staged from 8.2.0 to 8.2.1 (#42)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v8.2.0...v8.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-14 11:41:23 -07:00
committed by Amir Raminfar
parent 35caea0830
commit c73c6e3bfc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6423,9 +6423,9 @@
}
},
"lint-staged": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.0.tgz",
"integrity": "sha512-DxguyxGOIfb67wZ6EOrqzjAbw6ZH9XK3YS74HO+erJf6+SAQeJJPN//GBOG5xhdt2THeuXjVPaHcCYOWGZwRbA==",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.2.1.tgz",
"integrity": "sha512-n0tDGR/rTCgQNwXnUf/eWIpPNddGWxC32ANTNYsj2k02iZb7Cz5ox2tytwBu+2r0zDXMEMKw7Y9OD/qsav561A==",
"dev": true,
"requires": {
"chalk": "^2.3.1",

View File

@@ -44,7 +44,7 @@
"husky": "^2.4.1",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^8.2.0",
"lint-staged": "^8.2.1",
"mockdate": "^2.0.2",
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.3",