From a54fa5e3e8c1162d5e060fb1dcd6308e81a3be73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Apr 2022 13:15:38 +0000 Subject: [PATCH] chore(deps) Update all non-major dependencies --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c78f3ff..aa3b4aa 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint_docs", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "djlint_docs", - "version": "1.0.7", + "version": "1.0.8", "license": "AGPL-3.0-or-later", "dependencies": { "@creativebulma/bulma-divider": "^1.1.0", @@ -49,7 +49,7 @@ "postcss-cli": "9.1.0", "postcss-nested": "5.0.6", "prettier": "2.6.2", - "prismjs": "1.27.0", + "prismjs": "1.28.0", "sass": "1.50.0", "slugify": "1.6.5" } @@ -9885,9 +9885,9 @@ } }, "node_modules/prismjs": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", - "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", + "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==", "dev": true, "engines": { "node": ">=6" @@ -20147,9 +20147,9 @@ } }, "prismjs": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", - "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", + "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==", "dev": true }, "process-nextick-args": { diff --git a/docs/package.json b/docs/package.json index 2e436a6..a746741 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "djlint_docs", - "version": "1.0.7", + "version": "1.0.8", "description": "", "main": "index.js", "scripts": { @@ -53,7 +53,7 @@ "postcss-cli": "9.1.0", "postcss-nested": "5.0.6", "prettier": "2.6.2", - "prismjs": "1.27.0", + "prismjs": "1.28.0", "sass": "1.50.0", "slugify": "1.6.5" }, diff --git a/requirements.txt b/requirements.txt index fe4009f..50c913c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,12 +5,12 @@ importlib-metadata==4.11.3; python_version >= "3.7" isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" mypy-extensions==0.4.3; python_full_version >= "3.6.2" pathspec==0.9.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -platformdirs==2.5.1; python_version >= "3.7" and python_full_version >= "3.6.2" +platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2" pyyaml==6.0; python_version >= "3.6" regex==2022.3.15 tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2" tomlkit==0.10.1; python_version >= "3.6" and python_version < "4.0" tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") -typed-ast==1.5.2; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" -typing-extensions==4.1.1; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2" +typed-ast==1.5.3; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" +typing-extensions==4.2.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2" zipp==3.8.0; python_version < "3.8" and python_version >= "3.7"