diff --git a/docs/package-lock.json b/docs/package-lock.json index e09a9cd..5453c48 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -6073,9 +6073,9 @@ } }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, "node_modules/http-errors": { "version": "2.0.0", @@ -16951,9 +16951,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, "http-errors": { "version": "2.0.0", diff --git a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl index c9fd7d3..426848e 100644 Binary files a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl and b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/djlint-99-py3-none-any.whl b/docs/src/static/py/djlint-99-py3-none-any.whl index 99aad12..db3893f 100644 Binary files a/docs/src/static/py/djlint-99-py3-none-any.whl and b/docs/src/static/py/djlint-99-py3-none-any.whl differ diff --git a/docs/src/static/py/importlib_metadata-99-py3-none-any.whl b/docs/src/static/py/importlib_metadata-99-py3-none-any.whl deleted file mode 100644 index dac2776..0000000 Binary files a/docs/src/static/py/importlib_metadata-99-py3-none-any.whl and /dev/null differ diff --git a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl index cc2adc6..e77fb7a 100644 Binary files a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl and b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/zipp-99-py3-none-any.whl b/docs/src/static/py/zipp-99-py3-none-any.whl deleted file mode 100644 index 0cf7a1a..0000000 Binary files a/docs/src/static/py/zipp-99-py3-none-any.whl and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index 5f7c197..e47b5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.11" +version="1.19.13" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]