summaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)AuthorFilesLines
2024-04-19Updated some stuff to avoid crashHEADmasterThorbjørn Lindeijer1-5750/+3272
On my system the website gave the following error on `yarn serve`: Error: error:0308010C:digital envelope routines::unsupported Updating the dependencies has resolved it for me. I tried to avoid dropping support for NodeJS 12, since our server runs 12.22.12-1nodesource1 according to Freeyorp. * vuejs/eslint-config-typescript 9.0.0 drops support for Node.js < v12.22.0, v13, >=v14 < v14.17.0, v15 * typescript-eslint/eslint-plugin 6.0.0 drops support for Node.js v12 and v14. * compression-webpack-plugin 10.0.0 would require Node.js 14.15.0
2022-09-07Bump shell-quote from 1.7.2 to 1.7.3 (#59)dependabot[bot]1-3/+3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump async from 2.6.3 to 2.6.4 (#57)dependabot[bot]1-3/+3
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump terser from 4.8.0 to 4.8.1 (#60)dependabot[bot]1-6/+6
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump eventsource from 1.1.0 to 1.1.1 (#58)dependabot[bot]1-4/+12
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-19update dependenciesgumi1-1627/+1878
2020-12-22upgrade to Vue 3, switch to yarnHelianthella1-0/+9401
implies a slight refactor