Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Mar 28, 2024
1 parent 197bd82 commit 44dc5ce
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 550 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -14,32 +14,32 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.1",
"@fullcalendar/core": "6.1.10",
"@fullcalendar/luxon3": "6.1.10",
"@fullcalendar/core": "6.1.11",
"@fullcalendar/luxon3": "6.1.11",
"@popperjs/core": "2.11.8",
"CoolBeans": "0.0.9",
"awesome-bootstrap-checkbox": "1.0.1",
"body-parser": "1.20.2",
"bootstrap": "5.3.2",
"bootstrap": "5.3.3",
"bootstrap-datepicker": "1.10.0",
"bootstrap-markdown": "2.10.0",
"compression": "1.7.4",
"connect-ensure-login": "0.1.1",
"connect-mongo": "5.1.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"datatables.net": "1.13.8",
"datatables.net-bs5": "1.13.8",
"datatables.net": "2.0.3",
"datatables.net-bs5": "2.0.3",
"exifr": "7.1.3",
"express": "4.18.2",
"express": "4.19.2",
"express-async-errors": "3.1.1",
"express-session": "1.17.3",
"express-session": "1.18.0",
"feed": "4.2.2",
"full-icu": "1.5.0",
"fullcalendar": "6.1.10",
"fullcalendar": "6.1.11",
"glob": "7.2.0",
"guillotine": "1.3.1",
"i18next": "23.7.11",
"i18next": "23.10.1",
"i18next-http-middleware": "3.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-node-fs-backend": "2.1.3",
Expand All @@ -51,13 +51,13 @@
"jsonwebtoken": "9.0.2",
"leaflet": "1.9.4",
"luxon": "3.4.4",
"marked": "11.1.0",
"marked": "12.0.1",
"mime-types": "2.1.35",
"mongodb": "6.3.0",
"mongodb": "6.5.0",
"morgan": "1.10.0",
"multiparty": "4.2.3",
"node-syntaxhighlighter": "0.8.1",
"nodemailer": "6.9.7",
"nodemailer": "6.9.13",
"openidconnect-for-passport": "0.0.3",
"passport": "0.7.0",
"passport-github": "1.1.0",
Expand All @@ -78,13 +78,13 @@
"tinygradient": "1.1.5",
"useragent": "2.3.0",
"uuid": "9.0.1",
"winston": "3.11.0"
"winston": "3.13.0"
},
"devDependencies": {
"ajv": "8.12.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-prettier": "5.1.3",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
Expand All @@ -99,22 +99,22 @@
"grunt-puglint": "1.0.0",
"grunt-sass": "3.1.0",
"grunt-simple-nyc": "3.0.1",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-html2js-preprocessor": "1.1.0",
"karma-intl-shim": "1.0.3",
"karma-mocha": "2.0.1",
"karma-must": "0.1.1",
"karma-sinon": "1.0.5",
"mocha": "10.2.0",
"mocha": "10.4.0",
"must-dist": "0.12.0",
"prettier": "3.1.1",
"prettier": "3.2.5",
"proxyquire": "2.1.3",
"puppeteer": "21.6.1",
"sass": "1.69.5",
"puppeteer": "22.6.1",
"sass": "1.72.0",
"sinon": "17.0.1",
"supertest": "6.3.3"
"supertest": "6.3.4"
},
"resolutions": {
"glob": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion softwerkskammer/views/dataTables-mixin.pug
@@ -1,6 +1,6 @@

mixin dataTableImport()
script(src='/clientscripts/jquery.dataTables.js')
script(src='/clientscripts/dataTables.js')
script(src='/clientscripts/dataTables.bootstrap5.js')

mixin dataTable(clazz, sorting, columns, stateSaveAndSearch)
Expand Down

0 comments on commit 44dc5ce

Please sign in to comment.