Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Dec 24, 2023
1 parent 364a22d commit a59d4ce
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 311 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ docker/local-openid/
docker/mongo/
/softwerkskammer/chado-result.json
/.idea/shelf
/2023-12-24
/.idea/prettier.xml
/mongoimport_agora.sh
50 changes: 27 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"node": ">=16.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@fullcalendar/luxon2": "6.1.9",
"@fortawesome/fontawesome-free": "6.5.1",
"@fullcalendar/luxon2": "6.1.10",
"@popperjs/core": "2.11.8",
"CoolBeans": "0.0.9",
"awesome-bootstrap-checkbox": "1.0.1",
Expand All @@ -24,48 +24,48 @@
"bootstrap-markdown": "2.10.0",
"compression": "1.7.4",
"connect-ensure-login": "0.1.1",
"connect-mongo": "5.0.0",
"connect-mongo": "5.1.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"datatables.net": "1.13.6",
"datatables.net-bs5": "1.13.6",
"datatables.net": "1.13.8",
"datatables.net-bs5": "1.13.8",
"exifr": "7.1.3",
"express": "4.18.2",
"express-async-errors": "3.1.1",
"express-session": "1.17.3",
"feed": "4.2.2",
"full-icu": "1.5.0",
"fullcalendar": "6.1.9",
"glob": "10.1.0",
"fullcalendar": "6.1.10",
"glob": "7.2.0",
"guillotine": "1.3.1",
"i18next": "23.5.1",
"i18next-http-middleware": "3.4.0",
"i18next": "23.7.11",
"i18next-http-middleware": "3.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-node-fs-backend": "2.1.3",
"icalendar": "0.7.1",
"iconv-lite": "0.6.3",
"jqcloud2": "2.0.3",
"jquery": "3.7.1",
"jquery-validation": "1.19.5",
"jquery-validation": "1.20.0",
"jsonwebtoken": "9.0.2",
"leaflet": "1.9.4",
"luxon": "3.4.3",
"marked": "9.0.3",
"luxon": "3.4.4",
"marked": "11.1.0",
"mime-types": "2.1.35",
"mongodb": "6.1.0",
"mongodb": "6.3.0",
"morgan": "1.10.0",
"multiparty": "4.2.3",
"node-syntaxhighlighter": "0.8.1",
"nodemailer": "6.9.5",
"nodemailer": "6.9.7",
"openidconnect-for-passport": "0.0.3",
"passport": "0.6.0",
"passport": "0.7.0",
"passport-github": "1.1.0",
"passport-local": "1.0.0",
"passport-openid": "0.4.0",
"passport-strategy": "1.0.0",
"pug": "3.0.2",
"qr-image": "3.2.0",
"ramda": "0.29.0",
"ramda": "0.29.1",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "1.3.0",
"serve-favicon": "2.5.0",
Expand All @@ -77,12 +77,12 @@
"tinygradient": "1.1.5",
"useragent": "2.3.0",
"uuid": "9.0.1",
"winston": "3.10.0"
"winston": "3.11.0"
},
"devDependencies": {
"ajv": "8.12.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
Expand All @@ -107,13 +107,17 @@
"karma-sinon": "1.0.5",
"mocha": "10.2.0",
"must-dist": "0.12.0",
"prettier": "3.0.3",
"prettier": "3.1.1",
"proxyquire": "2.1.3",
"puppeteer": "21.3.6",
"sass": "1.68.0",
"sinon": "16.0.0",
"puppeteer": "21.6.1",
"sass": "1.69.5",
"sinon": "17.0.1",
"supertest": "6.3.3"
},
"resolutions": {
"glob": "7.2.0",
"sharp": "0.32.6"
},
"scripts": {
"start": "node --icu-data-dir=node_modules/full-icu start-softwerkskammer",
"test": "grunt tests",
Expand Down
12 changes: 6 additions & 6 deletions softwerkskammer/test/activities/activities_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ describe("Activity application", () => {
id === "memberId1"
? member1
: id === "memberId2"
? member2
: id === "memberId3"
? member3
: id === "memberId4"
? member4
: undefined,
? member2
: id === "memberId3"
? member3
: id === "memberId4"
? member4
: undefined,
);
return members;
});
Expand Down
Loading

0 comments on commit a59d4ce

Please sign in to comment.