1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 02:27:25 +01:00

Bump lint-staged from 9.0.2 to 9.1.0 (#68)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v9.0.2...v9.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-09 14:57:07 -07:00
committed by Amir Raminfar
parent bb4a4407c7
commit 6474ebf9c2
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -5449,9 +5449,9 @@
}
},
"is-path-cwd": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.1.0.tgz",
"integrity": "sha512-Sc5j3/YnM8tDeyCsVeKlm/0p95075DyLmDEIkSgQ7mXkrOX+uTCtmQFm0CYzVyJwcCCmO3k8qfJt17SxQwB5Zw==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
"integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
"dev": true
},
"is-path-in-cwd": {
@@ -6447,9 +6447,9 @@
}
},
"lint-staged": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.0.2.tgz",
"integrity": "sha512-2W9yBRADEzcGs6j/57JA0GVzSTByYgWbcU89/Xm0s/k+4qMp8032tZYPPmP422xZ79xtUaNisJ/0U5lbuYmaTA==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.1.0.tgz",
"integrity": "sha512-jI+oj159MHVlsGxMFkzTPrin0Jt8ltVJWSfCPn/xM+qiIPwCimjuhq9//IiNMaNj8VIFZ8QlaAF4qecWTbUOPQ==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View File

@@ -44,7 +44,7 @@
"husky": "^3.0.0",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^9.0.2",
"lint-staged": "^9.1.0",
"mockdate": "^2.0.3",
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.3",