From bce986cd02a4009d211ded9af06530706a4cab70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Apr 2022 12:49:11 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/analysis.yml | 8 ++++---- .github/workflows/publish.yml | 6 +++--- .github/workflows/verify.yml | 8 ++++---- Dockerfile | 2 +- package.json | 18 +++++++++--------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index fe7cfc8a..43ff41d9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -11,12 +11,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: config-file: ./.github/codeql.yml languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 lighthouse: name: Lighthouse runs-on: ubuntu-latest @@ -27,14 +27,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Cache build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .cache/webpack key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e0ccc60..34efa184 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,14 +16,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Cache build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .cache/webpack key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }} @@ -36,7 +36,7 @@ jobs: npm run build sed -i "s/#DEVELOPMENT_BUILD#/$(git rev-parse --short ${{ github.sha }})/g" ./_site/script.js - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages folder: _site diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 983755e8..8556f545 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -32,21 +32,21 @@ jobs: uses: actions/setup-node@v3 with: node-version: '16' - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Cache build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .cache/webpack key: ${{ runner.os }}-build-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-build- - name: Cache Jest - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .cache/jest key: ${{ runner.os }}-jest-${{ hashFiles('package-lock.json') }}-${{ github.run_number }} diff --git a/Dockerfile b/Dockerfile index 26d3e507..d6f92607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:17-alpine +FROM node:18-alpine # Install system dependencies and development tools RUN apk add --no-cache \ diff --git a/package.json b/package.json index 997bab6d..221a3313 100644 --- a/package.json +++ b/package.json @@ -25,31 +25,31 @@ "test:unit": "cross-env TEST_ENV=unit jest" }, "devDependencies": { - "@babel/core": "7.17.5", + "@babel/core": "7.17.9", "@babel/preset-env": "7.16.11", "anywhere": "1.5.0", - "autoprefixer": "10.4.2", - "babel-jest": "27.5.1", + "autoprefixer": "10.4.5", + "babel-jest": "28.0.1", "copy-webpack-plugin": "10.2.4", "cross-env": "7.0.3", - "css-loader": "6.7.0", + "css-loader": "6.7.1", "css-minimizer-webpack-plugin": "3.4.1", "get-relative-luminance": "1.0.0", "html-webpack-plugin": "5.5.0", "husky": "7.0.4", "is-ci": "3.0.1", - "jest": "27.5.1", + "jest": "28.0.1", "jest-puppeteer": "6.1.0", "mini-css-extract-plugin": "2.6.0", "npm-run-all": "4.1.5", - "postcss": "8.4.8", + "postcss": "8.4.12", "postcss-flexbugs-fixes": "5.0.2", "postcss-loader": "6.2.1", - "prettier": "2.5.1", + "prettier": "2.6.2", "pug": "3.0.2", "pug-loader": "2.4.0", - "puppeteer": "13.4.1", - "webpack": "5.70.0", + "puppeteer": "13.6.0", + "webpack": "5.72.0", "webpack-cli": "4.9.2" }, "engine": {