Skip to content

Commit

Permalink
chore: upgrade deps (#327)
Browse files Browse the repository at this point in the history
* chore: deps

* fix: eslint
  • Loading branch information
ilteoood authored Dec 4, 2024
1 parent 8df6ae8 commit 043466f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
11 changes: 0 additions & 11 deletions .eslintrc

This file was deleted.

15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const js = require('@eslint/js')
const globals = require('globals')

module.exports = [
js.configs.recommended,
{
languageOptions: {
globals: {
...globals.node
},
ecmaVersion: 2020,
sourceType: "commonjs",
}
}
]
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
},
"homepage": "https://github.com/nearform/get-jwks#readme",
"dependencies": {
"jwk-to-pem": "^2.0.4",
"lru-cache": "^11.0.0"
"jwk-to-pem": "^2.0.7",
"lru-cache": "^11.0.2"
},
"devDependencies": {
"@fastify/jwt": "^8.0.0",
"@types/node": "^22.0.0",
"eslint": "^8.6.0",
"fast-jwt": "^4.0.0",
"fastify": "^4.0.3",
"jsonwebtoken": "^9.0.0",
"nock": "^v14.0.0-beta.16",
"prettier": "^3.0.0",
"@fastify/jwt": "^9.0.1",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"fast-jwt": "^5.0.0",
"fastify": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"nock": "^v14.0.0-beta.18",
"prettier": "^3.4.1",
"sinon": "^19.0.2",
"tsd": "^0.31.0",
"typescript": "^5.0.2"
"tsd": "^0.31.2",
"typescript": "^5.7.2"
}
}

0 comments on commit 043466f

Please sign in to comment.