70 Commits

Author SHA1 Message Date
52ee03d286 update pdf-dist to 3x 2024-05-07 20:08:24 +02:00
dependabot[bot]
5c37bdc794
chore(deps): bump formidable from 2.1.2 to 3.2.4
Bumps [formidable](https://github.com/node-formidable/formidable) from 2.1.2 to 3.2.4.
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits/v3.2.4)

---
updated-dependencies:
- dependency-name: formidable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 09:01:59 +00:00
dependabot[bot]
28ec62e09d
chore(deps): bump express from 4.18.2 to 4.19.2
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 14:51:46 +00:00
7b46a5934e update some deps 2023-11-27 17:07:43 +01:00
7e2c08bdd6 only load modules if we are in production 2023-11-27 16:36:15 +01:00
c634ef04d1 add webpack so we can build the docker 2023-11-27 16:29:13 +01:00
436b17271c fix style format 2023-11-27 13:19:25 +01:00
585d419153 switch from require to import of modules and update webdav 2023-11-27 13:18:11 +01:00
1a4f9c3808 go back to webdav 4 to run again 2023-11-21 22:04:16 +01:00
dependabot[bot]
d110d4155d
chore(deps): bump axios and webdav
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [webdav](https://github.com/perry-mitchell/webdav-client). These dependencies need to be updated together.


Removes `axios`

Updates `webdav` from 4.11.2 to 5.3.0
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.11.2...v5.3.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: webdav
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 04:53:05 +00:00
36391cc672
Update package.json
make it work again
2023-07-11 12:03:42 +02:00
dependabot[bot]
3e8f543e2a
chore(deps): bump fast-xml-parser and webdav
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.5 and updates ancestor dependency [webdav](https://github.com/perry-mitchell/webdav-client). These dependencies need to be updated together.


Updates `fast-xml-parser` from 3.21.1 to 4.2.5
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v3.21.1...v4.2.5)

Updates `webdav` from 4.11.2 to 5.2.2
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.11.2...v5.2.2)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: webdav
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 08:50:30 +00:00
dependabot[bot]
0ee6fa8419
chore(deps): bump yaml and husky
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [husky](https://github.com/typicode/husky). These dependencies need to be updated together.


Removes `yaml`

Updates `husky` from 4.3.8 to 8.0.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v4.3.8...v8.0.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: husky
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 23:26:24 +00:00
dependabot[bot]
c3943b2efa
chore(deps-dev): bump webpack from 5.74.0 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 06:19:56 +00:00
dependabot[bot]
74f6654209
chore(deps): bump qs and formidable
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [formidable](https://github.com/node-formidable/formidable). These dependencies need to be updated together.


Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0)

Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: formidable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 18:50:08 +00:00
dependabot[bot]
fa9d8a1e3a
chore(deps-dev): bump jquery-ui from 1.13.1 to 1.13.2
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.1...1.13.2)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 17:17:12 +00:00
dependabot[bot]
856471460d
chore(deps): bump jsdom from 14.1.0 to 16.5.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 14.1.0 to 16.5.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/14.1.0...16.5.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 03:48:28 +00:00
20aa0d771b fix pack package.json and update formidable 2022-02-18 10:20:22 +01:00
e34898ad1f Merge remote-tracking branch 'origin/master' 2022-02-16 14:18:14 +01:00
ff96293dc8 update package.json and libs 2022-02-16 14:16:31 +01:00
dependabot[bot]
4039e24e20
chore(deps): bump ajv from 6.12.2 to 6.12.3
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.3.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.3)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 17:25:02 +00:00
a064ac2674 update testtool jest 2022-01-25 15:24:26 +01:00
fdba417504 update webpack-dev-server and deps 2022-01-25 15:16:52 +01:00
45c7f53777 update pdf dist 2022-01-25 13:59:44 +01:00
6d3f2c3c06 update webpack to 5 2022-01-25 13:54:48 +01:00
f674156f75 update deps 2022-01-25 13:29:38 +01:00
993b64f5c8 update deps 2021-12-09 22:08:21 +01:00
dependabot[bot]
d28e27b2d8
chore(deps-dev): bump jquery-ui from 1.12.1 to 1.13.0
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 15:16:54 +00:00
2ac1921e45 update deps 2021-09-18 17:38:09 +02:00
316d09d4e1 fix sec npm packages 2021-06-17 08:54:10 +02:00
ba28509959 update npm modules 2021-06-17 08:46:04 +02:00
f500bcf2a4 update packages to fix security issues in xmlhttprequest-ssl 2021-05-26 14:10:37 +02:00
c4c522b917 update libs 2021-05-14 13:47:08 +02:00
fc02ca6c66 update css-loader 2021-05-11 11:30:22 +02:00
202c12f353 update socketIo 2021-05-05 20:47:04 +02:00
3791f7bb78 update package.json 2021-05-05 15:41:07 +02:00
ceedf5dfe8 update deps 2021-03-31 13:25:30 +02:00
84be37ca42 update npm packages 2021-03-11 22:42:51 +01:00
8bf377631a fix build 2021-03-02 12:24:55 +01:00
b53817e50a add npm apidoc module 2021-03-02 11:52:31 +01:00
6dfe2e6e9e Add API Doc 2021-03-01 16:03:45 +01:00
Florent Chehab
abf182afd7
fix latest pdfjs & webpack setup
Closes #85
2021-02-13 14:30:47 +01:00
9d55395e0d fix pdf import 2021-02-11 15:33:08 +01:00
ef8949d2ac upgrade npm packages 2021-02-11 14:32:51 +01:00
dependabot[bot]
180d0c81b7
chore(deps): bump dompurify from 2.0.7 to 2.0.17
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.7 to 2.0.17.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.7...2.0.17)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 22:54:29 +00:00
Kirill Maltsev
4e60e4f163 Add "start" command
So the app could be easily deployed to Heroku
2020-12-08 16:33:16 +02:00
934caeb65f Revert "update node modules" due to build error
This reverts commit 5c91c80967c8d881168ef98bafd13fc6a55a9ef7.
2020-09-07 14:23:42 +02:00
5c91c80967 update node modules 2020-09-07 14:20:46 +02:00
Florent Chehab
25bcdee083
feat(front): use uuid for random ids 2020-06-01 21:54:53 +02:00
a45b6f919f fix/up deps 2020-05-22 17:37:57 +02:00