Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Update NPM packagesArthur de Jong2022-12-031-2672/+2377
| | | | | | | | | | | | | | | | | | | | | | Includes a fix for CVE-2022-31160 in jQuery UI. This vulnerability does not seem to impact webchat because we don't use radio buttons. Includes fixes for CVE-2022-37599, CVE-2022-37601 and CVE-2022-37603 in webpack loader-utils. These vulnerabilities does not seem to impact webchat because we don't run webpack on untrusted input. Includes a fix for CVE-2022-3517 in minimatch. This vulnerability does not seem to impact webchat because we don't run it on untrusted input. Includes a fix for CVE-2021-44906 in minimist. This vulnerability does not seem to impact webchat because we don't run it on untrusted input. Includes a fix for CVE-2022-25758 in scss-tokenizer. This vulnerability does not seem to impact webchat because we don't run it on untrusted input. Inlcude s a fix for CVE-2022-25858 in terser. This vulnerability does not seem to impact webchat because we don't run it on untrusted input.
* Update NPM packagesArthur de Jong2022-01-301-1738/+2203
| | | | | | Includes fixes for CVE-2021-3807 in the ansi-regex package, CVE-2021-3918 in json-schema and CVE-2021-23566 in nanoid which should only be used to build the resulting Javascript.
* Upgrade to Bootstrap 5Arthur de Jong2021-11-071-9/+24
|
* Update NPM packagesArthur de Jong2021-11-071-960/+658
| | | | Includes a fix for CVE-2021-41183 in the jquery-ui package.
* Update NPM packagesArthur de Jong2021-10-021-414/+598
| | | | | Includes fixes for CVE-2021-37712 and CVE-2021-3803 in the tar and nth-check packages.
* Update NPM packagesArthur de Jong2021-08-101-314/+399
| | | | | Includes fixes for CVE-2021-32804 and CVE-2021-32803 in the tar npm package.
* Update some NPM packagesArthur de Jong2021-07-181-2701/+3046
|
* Update NPM packagesArthur de Jong2020-12-201-4168/+7267
| | | | | | Includes a fix for CVE-2020-7788 in ini npm package. Closes https://github.com/arthurdejong/webchat/pull/3
* Update some NPM packagesArthur de Jong2020-07-221-1040/+358
| | | | Closes https://github.com/arthurdejong/webchat/pull/2
* Update NPM packagesArthur de Jong2020-05-231-1834/+1356
| | | | Closes https://github.com/arthurdejong/webchat/pull/1
* Use webrtc-adapterArthur de Jong2020-04-291-0/+22
| | | | This will hopefully ensure that more browsers are supported.
* Initial commitArthur de Jong2020-03-281-0/+8209