Skip to content

Commit

Permalink
Merge pull request #377/#376 from NicolasOmar/check-weekly-dependency…
Browse files Browse the repository at this point in the history
…-updates-12-08-24

Dependencies version updated. 12/08/24
  • Loading branch information
NicolasOmar authored Dec 8, 2024
2 parents cf1e0f1 + 3972fce commit c3f9a41
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
52 changes: 28 additions & 24 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"update:doctor": "npm run prettier && npm run lint && npm run build && npm run test:clean:ci"
},
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/node": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
Expand All @@ -45,17 +45,17 @@
"babel-plugin-import-graphql": "^2.8.1",
"bcryptjs": "^2.4.3",
"crypto-js": "^4.2.0",
"express": "^4.21.1",
"express": "^4.21.2",
"graphql": "^16.9.0",
"hbs": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.3",
"mongoose": "^8.8.4",
"validator": "^13.12.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@babel/register": "^7.25.9",
"@eslint/compat": "^1.2.3",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"env-cmd": "^10.1.0",
Expand All @@ -66,7 +66,7 @@
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"prettier": "^3.4.1"
"prettier": "^3.4.2"
},
"engines": {
"node": ">=12.9.0"
Expand Down

0 comments on commit c3f9a41

Please sign in to comment.