Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/JavaScript/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"escape-html": "1.0.3",
"express": "4.18.2",
"mongoose": "8.3.2",
"mysql2": "3.9.8",
"mysql2": "3.11.4",
"pg": "8.5.0",
"pg-promise": "10.7.3",
"pug": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions frameworks/JavaScript/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dependencies": {
"@fastify/view": "7.4.1",
"fastify": "4.13.0",
"handlebars": "4.7.6",
"handlebars": "4.7.7",
"knex": "2.4.2",
"mongodb": "6.5.0",
"mysql2": "3.9.7",
"mysql2": "3.9.8",
"pg": "8.5.1"
}
}
6 changes: 3 additions & 3 deletions frameworks/JavaScript/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dependencies": {
"@hapi/hapi": "20.1.0",
"@hapi/vision": "6.0.1",
"async": "2.1.5",
"async": "2.6.4",
"bluebird": "3.4.7",
"handlebars": "4.3.0",
"handlebars": "4.7.7",
"mongoose": "5.13.20",
"mysql": "2.16.0",
"mysql2": "3.9.8",
"mysql2": "3.11.4",
"pg": "8.5.1",
"pg-hstore": "2.3.2",
"sequelize": "6.29.0"
Expand Down
4 changes: 2 additions & 2 deletions frameworks/JavaScript/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"private": true,
"dependencies": {
"bluebird": "3.5.1",
"handlebars": "4.3.0",
"handlebars": "4.7.7",
"koa": "2.5.0",
"koa-bodyparser": "4.2.0",
"koa-hbs": "1.0.0",
"koa-router": "7.4.0",
"mongoose": "5.13.20",
"mysql2": "3.9.8",
"mysql2": "3.11.4",
"pg": "8.5.1",
"pg-hstore": "2.3.2",
"sequelize": "6.29.0"
Expand Down
6 changes: 3 additions & 3 deletions frameworks/JavaScript/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "2.5.0",
"handlebars": "4.3.0",
"async": "2.6.4",
"handlebars": "4.7.7",
"mongodb": "3.7.3",
"mongoose": "5.13.20",
"mysql": "2.16.0",
"mysql2": "3.9.8",
"mysql2": "3.11.4",
"parseurl": "1.3.2",
"pg": "8.5.0",
"pg-hstore": "2.3.2",
Expand Down
6 changes: 3 additions & 3 deletions frameworks/JavaScript/sailsjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"description": "a Sails application for BW testing",
"keywords": [],
"dependencies": {
"async": "1.5.2",
"async": "3.2.6",
"bluebird": "3.4.1",
"ejs": "3.1.10",
"handlebars": "4.7.6",
"handlebars": "4.7.7",
"mysql": "2.16.0",
"mysql2": "3.9.8",
"mysql2": "3.11.4",
"pg": "6.0.5",
"pg-hstore": "2.3.2",
"rc": "1.1.6",
Expand Down
32 changes: 18 additions & 14 deletions frameworks/JavaScript/spliffy/package-lock.json

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

2 changes: 1 addition & 1 deletion frameworks/JavaScript/spliffy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@srfnstack/spliffy": "0.6.1",
"html-escaper": "3.0.3",
"mongodb": "^4.17.0",
"mysql2": "^3.9.8",
"mysql2": "^3.11.4",
"node-cache": "5.1.2",
"pg": "8.6.0",
"pg-native": "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/PHP/laravel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"axios": "^1.7",
"bootstrap": "^4.0.0",
"popper.js": "^1.12",
"cross-env": "^5.1",
Expand Down