Bump lint-staged from 12.3.1 to 12.3.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.1 to 12.3.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.1...v12.3.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-31 04:09:35 +00:00 committed by Jon Koops
parent ff29991b67
commit da05674a04
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -63,7 +63,7 @@
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.4.7",
"lint-staged": "^12.3.1",
"lint-staged": "^12.3.2",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
@ -14212,9 +14212,9 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.1.tgz",
"integrity": "sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==",
"version": "12.3.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.2.tgz",
"integrity": "sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@ -32381,9 +32381,9 @@
"dev": true
},
"lint-staged": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.1.tgz",
"integrity": "sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==",
"version": "12.3.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.2.tgz",
"integrity": "sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",

View file

@ -79,7 +79,7 @@
"http2-proxy": "^5.0.53",
"husky": "^7.0.4",
"jest": "^27.4.7",
"lint-staged": "^12.3.1",
"lint-staged": "^12.3.2",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",