RenovateBot: Update dependency @fullhuman/postcss-purgecss to v5

This commit is contained in:
Matweb Bot 2022-11-11 15:17:28 +00:00 committed by jfriedli
parent 56b9b208c5
commit 9615fd426c
4 changed files with 2242 additions and 53 deletions

View File

@ -20,7 +20,7 @@ mypy:
- apt-get -qqy install --no-install-recommends python3-pip
- pip3 install mypy
- pip3 install -r requirements-test.txt
- mypy --ignore-missing-imports matweb main.py
- mypy --ignore-missing-imports --explicit-package-bases matweb main.py
bandit:
image:

View File

@ -1,5 +1,5 @@
# Build the needed css files in an intermediate container
FROM node:18-buster AS static_web_assets_build
FROM node:19-buster AS static_web_assets_build
WORKDIR /var/www/mat2-web
COPY . /var/www/mat2-web
RUN npm install \

2289
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"author": "jvoisin, jfriedli",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.0",
"postcss": "^8.4.5",