Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent bfe7eb6 commit 2bb6676
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 51 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js 12.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 12.x
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -28,13 +28,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js 12.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 12.x
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
110 changes: 67 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"devDependencies": {
"pdfkit": "0.12.3",
"prettier": "2.4.1",
"pdfkit": "0.13.0",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"simple-icons": "5.17.0",
"svg-to-pdfkit": "0.1.8"
Expand Down

0 comments on commit 2bb6676

Please sign in to comment.