summary refs log tree commit diff
path: root/util/package-lock.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-13189/+0
|
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-091-211/+0
|
* State update, havent testedTheArcaneBrony2022-08-091-85/+112
|
* update node types to v18, ditch node-fetchTheArcaneBrony2022-08-091-865/+157
|
* Update packagesTheArcaneBrony2022-08-091-2699/+2268
|
* fix ts errorsFlam3rboy2022-08-091-186/+249
|
* Bump sqlite3 from 5.0.2 to 5.0.8 in /utildependabot[bot]2022-06-191-1445/+1487
| | | | | | | | | | | | | | Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.8. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.8) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump minimist from 1.2.5 to 1.2.6 in /utildependabot[bot]2022-03-301-6/+6
| | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump url-parse from 1.5.7 to 1.5.10 in /utildependabot[bot]2022-02-281-6/+6
| | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump url-parse from 1.5.3 to 1.5.7 in /utildependabot[bot]2022-02-191-6/+6
| | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump vm2 from 3.9.5 to 3.9.7 in /util (#631)dependabot[bot]2022-02-151-14/+35
| | | | | | | | | | | | | | | | Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump simple-get from 3.1.0 to 3.1.1 in /util (#620)dependabot[bot]2022-02-041-6/+6
| | | | | | | | | | | | | | | Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* revert dependabot PRs that update node-fetch to v3Madeline2022-01-241-1/+1
|
* Bump node-fetch from 2.6.2 to 2.6.7 in /utildependabot[bot]2022-01-231-65/+358
| | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* :arrow_up: update packagesFlam3rboy2021-10-241-149/+119
|
* Fix missing dependenciesKagurazakaNyaa2021-10-241-62/+646
|
* :zap: use better-sqlite3 as default dbFlam3rboy2021-10-181-58/+8025
|
* Revert "fix: make the CDN build correctly"Flam3rboy2021-10-181-5571/+5571
| | | | This reverts commit 5fea8b21d1c865d4da35a5090356962a709b03e8.
* Merge branch 'docker-fix' of https://github.com/hbjydev/fosscord-server into ↵Diego Magdaleno2021-10-171-12745/+5571
|\ | | | | | | hbjydev-docker-fix
| * fix: make the CDN build correctlyHayden Young2021-10-171-7509/+45
| |
* | :arrow_up: update sqlite3Flam3rboy2021-10-171-33/+948
| |
* | :arrow_up: update mnjsfFlam3rboy2021-10-161-7/+7
| |
* | :lock: update modulesFlam3rboy2021-10-151-1001/+40
| |
* | :lock: update set-value & tarFlam3rboy2021-10-151-24/+7267
| |
* | chore(merge): remote -> localHayden Young2021-10-151-7505/+16
|/
* :bug: fix unittestsFlam3rboy2021-10-151-7/+7
|
* :art: emoji db migrationFlam3rboy2021-10-101-1/+167
|
* :art: clean up dependenciesFlam3rboy2021-10-101-995/+57
|
* :sparkles: bundle build scriptFlam3rboy2021-10-081-29/+72
|
* Compiler testThe Arcane Brony2021-10-061-3/+645
|
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-051-7/+7
|
* :arrow_up: update mnjsfFlam3rboy2021-10-051-7/+7
|
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-041-7/+7
|
* replace chalk with nanocolorsuurgothat2021-10-041-1/+11
|
* Rainbow the logsuurgothat2021-10-041-0/+1
|
* :construction: auto delete relationsFlam3rboy2021-09-201-50/+48
|
* :art: add orphanedRowAction and cascade onDelete to entitiesFlam3rboy2021-09-191-0/+359
|
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-6412/+3535
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-0/+67
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-7/+7
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-7/+7
|
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-7/+7
|
* :sparkles: update utilFlam3rboy2021-08-291-16/+297
|
* :construction: typeormFlam3rboy2021-08-271-5/+840
|
* :bug: fix unit testsFlam3rboy2021-08-261-573/+220
|
* :sparkles: unit testFlam3rboy2021-08-261-9161/+982
|
* :sparkles: utilFlam3rboy2021-08-241-499/+7347
|
* :construction: typeormFlam3rboy2021-08-221-132/+11731
|
* :construction: typeormFlam3rboy2021-08-211-10/+3139
|
* :art: update bundle buildFlam3rboy2021-08-191-3/+2
|
* :arrow_up: update mongoose typesFlam3rboy2021-08-151-40/+56
|
* :bug: fix tsc missingFlam3rboy2021-08-151-265/+89
|
* move devDependencies to dependenciesFlam3rboy2021-08-141-0/+146
| | | | because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed
* :sparkles: server bundleFlam3rboy2021-08-141-91/+235
|
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-5/+714
|
* :bug: fix types + packagesFlam3rboy2021-08-131-0/+569
|
* [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-131-1268/+0
|
* :sparkles: utilFlam3rboy2021-08-121-0/+1268