chore(deps-dev): bump liquidjs from 10.14.0 to 10.15.0

Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.14.0 to 10.15.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.14.0...v10.15.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] 2024-07-09 19:56:11 +00:00 committed by GitHub
parent cb2d536189
commit e875f8a310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -24,7 +24,7 @@
"@supabase/supabase-js": "^2.44.3",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.14.0",
"liquidjs": "^10.15.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
@ -2153,11 +2153,10 @@
}
},
"node_modules/liquidjs": {
"version": "10.14.0",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.14.0.tgz",
"integrity": "sha512-Zjg35Yo3L/2aNy7QkICha/ulbXRtZS7oRenWyDDfw+J34Xy3fOKWWHxASC9r0gbxN661nrwmG/kOIKHfYcVk4Q==",
"version": "10.15.0",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.15.0.tgz",
"integrity": "sha512-u5lYWhW8ioT+O3FdCcp5U+hiPEGNO4xASCFlCHA+k5rMTJwDIa2c2KF111ZDKc2xGM7LXPvMoNRIrBfbLNpRBg==",
"dev": true,
"license": "MIT",
"dependencies": {
"commander": "^10.0.0"
},

View file

@ -34,7 +34,7 @@
"@supabase/supabase-js": "^2.44.3",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.14.0",
"liquidjs": "^10.15.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",