Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/typescript-express-r…
Browse files Browse the repository at this point in the history
…eviews/types/node-20.9.2
  • Loading branch information
vkarpov15 authored Nov 24, 2023
2 parents 21506dd + f05f058 commit 97e2fc5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"node": ">=14.0.0"
},
"dependencies": {
"@discordjs/rest": "2.0.1",
"@discordjs/rest": "2.2.0",
"@masteringjs/eslint-config": "0.0.1",
"@sapphire/framework": "4.6.1",
"discord.js": "14.13.0",
"@sapphire/framework": "4.8.2",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint": "8.54.0",
"mongoose": "7.x",
"stargate-mongoose": "0.2.0-ALPHA-8"
"stargate-mongoose": "0.3.0"
}
}
10 changes: 5 additions & 5 deletions netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"dependencies": {
"dotenv": "16.3.1",
"mongoose": "7.x",
"sinon": "16.1.0",
"stargate-mongoose": "0.2.0-ALPHA-8",
"stripe": "13.9.0",
"sinon": "17.0.1",
"stargate-mongoose": "0.3.0",
"stripe": "14.5.0",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
},
"devDependencies": {
"axios": "1.5.1",
"axios": "1.6.2",
"mocha": "10.2.0",
"netlify-cli": "16.5.1"
"netlify-cli": "17.6.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions typescript-express-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
"@types/express": "4.17.18",
"@types/express": "4.17.21",
"@types/mocha": "10.0.2",
"@types/node": "20.9.2",
"axios": "1.5.1",
"axios": "1.6.2",
"mocha": "10.2.0",
"sinon": "^16.0.0",
"ts-mocha": "^10.0.0",
Expand Down

0 comments on commit 97e2fc5

Please sign in to comment.