chore(deps-dev): bump liquidjs from 10.9.4 to 10.10.0

Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.9.4 to 10.10.0.
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harttle/liquidjs/compare/v10.9.4...v10.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-19 19:42:36 +00:00 committed by GitHub
parent c4638470d4
commit 6f366956fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -39,7 +39,7 @@
"ics-to-json-extended": "^1.1.4",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"liquidjs": "^10.9.4",
"liquidjs": "^10.10.0",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.4.1",
@ -6826,9 +6826,9 @@
}
},
"node_modules/liquidjs": {
"version": "10.9.4",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.4.tgz",
"integrity": "sha512-E7SmGMwhv0Pa1Yau6odd2EgNPAmrx1OOjzvpm9AFxBGVtCX2Bx4fOCDtDCML13L7g6zjLPN7Kb/kakyAl2HTPQ==",
"version": "10.10.0",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.10.0.tgz",
"integrity": "sha512-f4gPvCq4uV4Fm5YezVUQoAMPmBMEuIE2LvgCnzyWoPRx+ZefH6b8DU2eb7znltRqATHF8zYvOsd5FD2z1spJgg==",
"dev": true,
"dependencies": {
"commander": "^10.0.0"

View file

@ -48,7 +48,7 @@
"ics-to-json-extended": "^1.1.4",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"liquidjs": "^10.9.4",
"liquidjs": "^10.10.0",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.4.1",