chore(deps-dev): bump djlint from 1.31.1 to 1.32.0 (#693)

Bumps [djlint](https://github.com/Riverside-Healthcare/djLint) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/Riverside-Healthcare/djLint/releases)
- [Changelog](https://github.com/Riverside-Healthcare/djLint/blob/master/.releaserc)
- [Commits](https://github.com/Riverside-Healthcare/djLint/compare/v1.31.1...v1.32.0)

---
updated-dependencies:
- dependency-name: djlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 20:28:37 -04:00 committed by GitHub
parent 2af804b414
commit 4db5f64c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.7",
"devmoji": "^2.3.0",
"djlint": "^1.31.1",
"djlint": "^1.32.0",
"eslint-config-wikimedia": "0.25.1",
"grunt-banana-checker": "0.11.0",
"husky": "^8.0.3",
@ -1837,9 +1837,9 @@
}
},
"node_modules/djlint": {
"version": "1.31.1",
"resolved": "https://registry.npmjs.org/djlint/-/djlint-1.31.1.tgz",
"integrity": "sha512-nWhopcfjC6WLBA2DQRDQcJGiUJATuDmdTC4Nbb36v1WDNCim6goxPeno3hwhSVuaTUGCV8ja8OYRG+1wgQxYGQ==",
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/djlint/-/djlint-1.32.0.tgz",
"integrity": "sha512-aRJKGNdnCRgJ6xLkzvOd2iPZH64Us2WBqqEYmsLMmucjVsi7zNiYamqEyjbGULSAhb/ahyetOYQVZBKBppJ5sQ==",
"dev": true,
"hasInstallScript": true
},
@ -7586,9 +7586,9 @@
}
},
"djlint": {
"version": "1.31.1",
"resolved": "https://registry.npmjs.org/djlint/-/djlint-1.31.1.tgz",
"integrity": "sha512-nWhopcfjC6WLBA2DQRDQcJGiUJATuDmdTC4Nbb36v1WDNCim6goxPeno3hwhSVuaTUGCV8ja8OYRG+1wgQxYGQ==",
"version": "1.32.0",
"resolved": "https://registry.npmjs.org/djlint/-/djlint-1.32.0.tgz",
"integrity": "sha512-aRJKGNdnCRgJ6xLkzvOd2iPZH64Us2WBqqEYmsLMmucjVsi7zNiYamqEyjbGULSAhb/ahyetOYQVZBKBppJ5sQ==",
"dev": true
},
"doctrine": {

View file

@ -20,7 +20,7 @@
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.7",
"devmoji": "^2.3.0",
"djlint": "^1.31.1",
"djlint": "^1.32.0",
"eslint-config-wikimedia": "0.25.1",
"grunt-banana-checker": "0.11.0",
"husky": "^8.0.3",