Skip to content

Commit

Permalink
[Snyk] Upgrade fastify from 4.23.2 to 4.24.0 (#27)
Browse files Browse the repository at this point in the history
* fix: upgrade fastify from 4.23.2 to 4.24.0

Snyk has created this PR to upgrade fastify from 4.23.2 to 4.24.0.

See this package in npm:
https://www.npmjs.com/package/fastify

See this project in Snyk:
https://app.snyk.io/org/denbon05/project/94aeba30-075f-43e4-8597-de7538411d1d?utm_source=github&utm_medium=referral&page=upgrade-pr

* Upgrade TS version

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
denbon05 and snyk-bot authored Nov 5, 2023
1 parent 9804376 commit 194302e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: [16.x, 17.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependabot auto-merge
name: Dependabot auto-aprove
on:
pull_request:
branches:
Expand Down
68 changes: 29 additions & 39 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-lcache",
"version": "1.1.6",
"version": "1.2.0",
"description": "Light cache plugin for fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,12 +44,11 @@
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"fastify": "^4.23.2",
"fastify": "^4.24.0",
"jest": "^28.1.1",
"ts-jest": "^28.0.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"bun-types": "latest"
"typescript": "^5.2.2"
},
"dependencies": {
"fastify-plugin": "^3.0.1"
Expand Down

0 comments on commit 194302e

Please sign in to comment.