We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6db22a + 0e10e07 commit 8c41b80Copy full SHA for 8c41b80
.circleci/config.yml
@@ -42,7 +42,7 @@ defaults:
42
docker: &default
43
working_directory: ~/builds
44
docker:
45
- - image: circleci/node:6
+ - image: circleci/node:16
46
47
jobs:
48
install-dependencies:
.nvmrc
@@ -1 +1 @@
1
-v5.4.0
+v16
package.json
@@ -33,7 +33,7 @@
33
"homepage": "https://github.com/Testlio/lambda-foundation#readme",
34
"dependencies": {
35
"falafel": "^1.2.0",
36
- "jsonwebtoken": "^5.5.4",
+ "jsonwebtoken": "^9.0.0",
37
"lodash": "^4.3.0",
38
"promiscuous": "^0.6.0",
39
"raygun": "^0.8.5",
0 commit comments