Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed May 15, 2023
1 parent 9356cf0 commit a985dd0
Show file tree
Hide file tree
Showing 3 changed files with 1,534 additions and 2,119 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- Fix file download extensions @robgietema
- Fix exclude from nav in navigation call @robgietema
- Index documents after all documents have been seeded @robgietema
- Fix get title handler @robgietema

### Internal

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,45 +54,45 @@
"node": "^16.15.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"babel-jest": "29.4.2",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"@babel/eslint-parser": "7.21.8",
"babel-jest": "29.5.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.4.2",
"jest": "29.5.0",
"pofile": "1.1.4",
"prettier": "2.8.4",
"prettier": "2.8.8",
"supertest": "6.3.3"
},
"dependencies": {
"@babel/core": "7.20.12",
"@babel/core": "7.21.8",
"@babel/node": "7.20.7",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@formatjs/cli": "6.0.1",
"@formatjs/intl": "2.6.5",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.5",
"@formatjs/cli": "6.1.1",
"@formatjs/intl": "2.7.2",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-add-module-exports": "1.0.4",
"bcrypt": "5.1.0",
"bcrypt-promise": "2.0.0",
"body-parser": "1.20.1",
"body-parser": "1.20.2",
"du": "1.0.0",
"express": "4.18.2",
"jsonwebtoken": "9.0.0",
"knex": "2.4.2",
"lodash": "4.17.21",
"log4js": "6.7.1",
"log4js": "6.9.1",
"mime-types": "2.1.35",
"moment": "2.29.4",
"nodemailer": "6.9.1",
"nodemon": "2.0.20",
"nodemailer": "6.9.2",
"nodemon": "2.0.22",
"objection": "3.0.1",
"objection-table-name": "2.0.2",
"pg": "8.9.0",
"sharp": "0.31.3",
"slugify": "1.6.5",
"pg": "8.10.0",
"sharp": "0.32.1",
"slugify": "1.6.6",
"uuid": "9.0.0"
}
}
Loading

0 comments on commit a985dd0

Please sign in to comment.