24
1
Fork 0
Commit Graph

397 Commits

Author SHA1 Message Date
timvisee 6fff664947
Bump version to 3.4.23 2023-02-14 13:42:39 +01:00
timvisee 65730db0db
Bump version to 3.4.22 2023-01-16 17:23:07 +01:00
dependabot[bot] b0444f488b
Bump convict from 6.2.3 to 6.2.4
Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/mozilla/node-convict/releases)
- [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/node-convict/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 22:22:09 +00:00
timvisee 0a849fb7c6
Revert "Bump node-forge and webpack-dev-server"
This reverts commit 88725df09d.
2022-11-14 19:43:09 +01:00
dependabot[bot] 88725df09d
Bump node-forge and webpack-dev-server
Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies need to be updated together.


Updates `node-forge` from 0.10.0 to 1.3.1
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.1)

Updates `webpack-dev-server` from 3.11.3 to 4.11.1
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.3...v4.11.1)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 18:35:44 +00:00
dependabot[bot] 5a92e7e5e7
Bump minimatch and mocha
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `mocha` from 6.2.3 to 10.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.3...v10.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 18:32:13 +00:00
timvisee 3dede083cd
Bump version to 3.4.21 2022-09-04 12:48:04 +02:00
timvisee 4ceac20623
Revert "Remove some polyfills"
This reverts commit 64644b57e3.
2022-09-04 12:26:12 +02:00
timvisee 073accfe65
Revert "Update eslint & plugins"
This reverts commit 38746b86fd.
2022-09-04 12:26:10 +02:00
timvisee 6306a433e8
Revert "More dependency cleanups"
This reverts commit e1d6224570.
2022-09-04 12:26:09 +02:00
timvisee 1da317bcc1
Revert "Further dependency cleanup"
This reverts commit 1725ff434e.
2022-09-04 12:26:07 +02:00
timvisee 08f597405c
Revert "Remove double-ended-queue"
This reverts commit 9b8b11ffc3.
2022-09-04 12:26:05 +02:00
timvisee c624766edc
Revert "Remove asmcrypto.js"
This reverts commit c619be58ae.
2022-09-04 12:26:03 +02:00
AaronDewes c619be58ae Remove asmcrypto.js 2022-08-09 16:18:16 +00:00
AaronDewes 9b8b11ffc3 Remove double-ended-queue
Not required anymore since node-redis 3.0
2022-08-09 15:39:41 +00:00
AaronDewes 1725ff434e Further dependency cleanup 2022-08-09 15:37:16 +00:00
AaronDewes e1d6224570 More dependency cleanups 2022-08-09 15:29:54 +00:00
AaronDewes 38746b86fd Update eslint & plugins
Also replace eslint-plugin-node with the maintained eslint-plugin-n
2022-08-09 15:26:25 +00:00
AaronDewes 64644b57e3 Remove some polyfills
This should reduce the runtime size & load times somewhat by removing polyfills for older browsers which are not used much
2022-08-09 15:17:38 +00:00
AaronDewes 55344f8a9d Drop mkdirp 2022-07-26 17:23:19 +00:00
AaronDewes 2b22e8cd05 Update more dependencies 2022-07-26 17:21:12 +00:00
AaronDewes 47ff32fc9f Modernize CSS 2022-07-26 16:52:29 +00:00
AaronDewes b598a1c090 Update svgo 2022-07-26 11:56:20 +00:00
AaronDewes 3ae9e6adeb Update git-rev-sync 2022-07-26 11:18:17 +00:00
AaronDewes ca3b5cf7ca Update more packages 2022-07-26 11:05:53 +00:00
AaronDewes 44a25e4156 Update fluent 2022-07-26 11:03:10 +00:00
dependabot[bot] 75637807eb
Bump convict from 6.2.2 to 6.2.3
Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/mozilla/node-convict/releases)
- [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/node-convict/compare/v6.2.2...v6.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 02:57:43 +00:00
timvisee 3b0ef1c0d6
Bump version to 3.4.20 2022-05-12 21:57:02 +02:00
timvisee 81741dcc76
Bump version to 3.4.19 2022-04-25 10:33:18 +02:00
timvisee 58a0800384
Add package for extracted ipaddress format from convic 2022-04-25 10:30:48 +02:00
dependabot[bot] c616412449
Bump convict from 5.2.1 to 6.2.2
Bumps [convict](https://github.com/mozilla/node-convict) from 5.2.1 to 6.2.2.
- [Release notes](https://github.com/mozilla/node-convict/releases)
- [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/node-convict/compare/v5.2.1...v6.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 21:04:28 +00:00
timvisee e96e09f664
Update dependencies 2022-04-07 13:22:46 +02:00
timvisee 0ebea72b3e
Bump version to 3.4.18 2022-03-28 22:03:52 +02:00
timvisee 9cac202892
Update dependencies 2022-03-28 21:45:05 +02:00
timvisee 905ca545c7
Update dependencies 2022-03-21 16:13:07 +01:00
timvisee 742b5de7e1
Update dependencies 2022-03-07 14:39:38 +01:00
timvisee 5d7162c4a3
Bump version to 3.4.17 2022-03-04 16:54:02 +01:00
timvisee a37a0c8678
Update dependencies 2022-01-24 17:20:29 +01:00
timvisee b346e3e3ae
Bump version to 3.4.16 2022-01-17 13:09:45 +01:00
timvisee aea428372d
Update dependencies 2022-01-17 13:09:19 +01:00
timvisee 08399059e9
Bump version to 3.4.15 2021-12-19 23:07:24 +01:00
timvisee aea40fa11b
Update dependencies 2021-12-19 23:04:26 +01:00
timvisee 610e036e26
Bump node to latest LTS v16.13 2021-12-01 18:20:43 +01:00
timvisee d33ddf643b
Update dependencies 2021-12-01 18:13:10 +01:00
timvisee b7582230cf
Update dependencies 2021-10-24 15:10:28 +02:00
timvisee 592ff3fb4a
Bump version to 3.4.14 2021-10-06 18:11:54 +02:00
timvisee 927203cb96
Add double-ended-queue dependency
See https://gitlab.com/timvisee/send/-/issues/23
2021-10-06 18:10:46 +02:00
timvisee 48237807fa
Update dependencies 2021-10-06 18:08:47 +02:00
timvisee ea384ff5d3
Update dependencies 2021-08-08 20:36:26 +02:00
timvisee 062c439ec0
Bump version to 3.4.13 2021-07-08 23:13:15 +02:00