Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/photography-site-dem…
Browse files Browse the repository at this point in the history
…o.js/mocha-10.8.2
  • Loading branch information
vkarpov15 authored Nov 4, 2024
2 parents b2be4fc + ddb98d4 commit 4eb77df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dotenv": "16.4.5",
"eslint": "8.57.1",
"mongoose": "^8.1",
"stargate-mongoose": "0.6.5"
"stargate-mongoose": "0.6.6"
},
"devDependencies": {
"mocha": "10.7.3",
"mocha": "10.8.2",
"sinon": "19.0.2"
}
}
8 changes: 4 additions & 4 deletions netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"dotenv": "16.4.5",
"mongoose": "^8.1",
"sinon": "19.0.2",
"stargate-mongoose": "0.6.5",
"stripe": "17.2.1",
"stargate-mongoose": "0.6.6",
"stripe": "17.3.1",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
},
"devDependencies": {
"@masteringjs/eslint-config": "0.0.1",
"axios": "1.7.7",
"eslint": "8.57.1",
"mocha": "10.7.3",
"netlify-cli": "17.37.1"
"mocha": "10.8.2",
"netlify-cli": "17.37.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion photography-site-demo.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mongoose": "^8.0.3",
"python-shell": "^5.0.0",
"mocha": "10.8.2",
"stargate-mongoose": "0.6.5"
"stargate-mongoose": "0.6.6"
},
"devDependencies": {
"nodemon": "^3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions typescript-express-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"dotenv": "16.4.5",
"express": "4.x",
"mongoose": "^8.1",
"stargate-mongoose": "0.6.5"
"stargate-mongoose": "0.6.6"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/express": "4.17.21",
"@types/mocha": "10.0.9",
"@types/node": "22.8.1",
"@types/node": "22.8.7",
"axios": "1.7.7",
"mocha": "10.7.3",
"mocha": "10.8.2",
"sinon": "^19.0.2",
"ts-mocha": "^10.0.0",
"ts-node": "10.9.2",
Expand Down

0 comments on commit 4eb77df

Please sign in to comment.