Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 28b4682 commit b9602b6
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 1,237 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app:
memory: 1Gi

redis:
image: redis:6.2.5-alpine3.14
image: redis:6.2.6-alpine3.14

jobs:
runs:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@
"cross-env": "7.0.3",
"dotenv": "8.2.0",
"esm": "3.2.25",
"fuse.js": "6.4.3",
"fuse.js": "6.4.6",
"html-to-text": "5.1.1",
"koa": "2.13.0",
"koa": "2.13.4",
"npmlog": "4.1.2",
"redis": "3.0.2",
"unist-util-flat-filter": "1.0.0"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/core": "7.12.17",
"@babel/plugin-transform-runtime": "7.12.17",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/preset-env": "7.12.17",
"@socialgouv/eslint-config-strict": "1.0.0-beta.5",
"@types/jest": "26.0.16",
"@types/koa": "2.11.6",
"@types/node": "14.14.10",
"@types/npmlog": "4.1.2",
"@types/redis": "2.8.28",
"@types/jest": "26.0.24",
"@types/koa": "2.11.8",
"@types/node": "14.14.45",
"@types/npmlog": "4.1.6",
"@types/redis": "2.8.32",
"axios": "0.21.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"eslint-plugin-sort-requires": "2.1.0",
"husky": "4.3.0",
"husky": "4.3.8",
"jest": "26.6.3",
"nodemon": "2.0.6",
"nodemon": "2.0.22",
"prettier": "2.2.1",
"swagger-cli": "4.0.4",
"typescript": "3.9.7",
"typescript": "3.9.10",
"waait": "1.0.5"
},
"husky": {
Expand Down
Loading

0 comments on commit b9602b6

Please sign in to comment.