chore(deps) Update all non-major dependencies

This commit is contained in:
Renovate Bot 2022-04-18 13:15:38 +00:00
parent 8bf09f61eb
commit a54fa5e3e8
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
3 changed files with 14 additions and 14 deletions

18
docs/package-lock.json generated
View file

@ -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": {

View file

@ -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"
},

View file

@ -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"