1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00
Daggerbot-TS/yarn.lock

1374 lines
48 KiB
Plaintext
Raw Permalink Normal View History

2023-08-06 03:52:45 -04:00
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!
__metadata:
2023-12-24 10:21:40 -05:00
version: 8
cacheKey: 10
2023-08-06 03:52:45 -04:00
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@babel/runtime@npm:^7.25.4":
version: 7.25.6
resolution: "@babel/runtime@npm:7.25.6"
2024-02-28 02:18:28 -05:00
dependencies:
regenerator-runtime: "npm:^0.14.0"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/0c4134734deb20e1005ffb9165bf342e1074576621b246d8e5e41cc7cb315a885b7d98950fbf5c63619a2990a56ae82f444d35fe8c4691a0b70c2fe5673667dc
2024-02-28 02:18:28 -05:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/builders@npm:^1.9.0":
version: 1.9.0
resolution: "@discordjs/builders@npm:1.9.0"
2023-08-06 03:52:45 -04:00
dependencies:
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/formatters": "npm:^0.5.0"
"@discordjs/util": "npm:^1.1.1"
"@sapphire/shapeshift": "npm:^4.0.0"
discord-api-types: "npm:0.37.97"
2023-12-24 10:21:40 -05:00
fast-deep-equal: "npm:^3.1.3"
2024-05-04 22:53:01 -04:00
ts-mixer: "npm:^6.0.4"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
tslib: "npm:^2.6.3"
checksum: 10/8d45f4919355237d8e442df7a98cec49fcd9dcdcb193cdbb88dbc8775d5cb25f6451317a40542921ab54649a9e9fc801e781617f290634db78ae3cd91454ccd3
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"@discordjs/collection@npm:1.5.3":
2023-08-18 07:22:36 -04:00
version: 1.5.3
resolution: "@discordjs/collection@npm:1.5.3"
2024-02-01 15:21:25 -05:00
checksum: 10/770d0576612555c848858ead2a6c6242252f51ae3a7a6fdcc4986ceeb330ed8cffb81bcd1819e1ef11cce946cb9e707791926e757985cc2e081e984012c08dad
2023-08-18 07:22:36 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/collection@npm:^2.1.0, @discordjs/collection@npm:^2.1.1":
version: 2.1.1
resolution: "@discordjs/collection@npm:2.1.1"
checksum: 10/2bf815120929e20bdcc94a7d0a9c0e567ef859b8cc502f5ecddaeae31ba3457711df708ab200ac6e86ffccab31f796192860f8ad609a9ddc2cdd7ffe5825a266
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/formatters@npm:^0.5.0":
version: 0.5.0
resolution: "@discordjs/formatters@npm:0.5.0"
2023-08-06 03:52:45 -04:00
dependencies:
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
discord-api-types: "npm:0.37.97"
checksum: 10/71643849aef40cdbee997739cad95fcd2e803800fd8db9c8decffd9bbfc37467b0ca1dd8dd827d4bd34651c2b0944e93aea0879f9db6b7f03bdc24fbc07928bf
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/rest@npm:^2.3.0, @discordjs/rest@npm:^2.4.0":
version: 2.4.0
resolution: "@discordjs/rest@npm:2.4.0"
2023-08-06 03:52:45 -04:00
dependencies:
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/collection": "npm:^2.1.1"
"@discordjs/util": "npm:^1.1.1"
"@sapphire/async-queue": "npm:^1.5.3"
2024-05-04 22:53:01 -04:00
"@sapphire/snowflake": "npm:^3.5.3"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@vladfrangu/async_event_emitter": "npm:^2.4.6"
discord-api-types: "npm:0.37.97"
2024-05-04 22:53:01 -04:00
magic-bytes.js: "npm:^1.10.0"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
tslib: "npm:^2.6.3"
undici: "npm:6.19.8"
checksum: 10/aca81c02f24b953400425d0ba96b96bf1a7b9a42aa9ccff021ea795cd9bed3fa36586a921720569a88cceb659507a76084b72c28f08b931121ea0e4b292a1431
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/util@npm:^1.1.0, @discordjs/util@npm:^1.1.1":
version: 1.1.1
resolution: "@discordjs/util@npm:1.1.1"
checksum: 10/3c8ae0c47fcf124e13bfef6232cf4564c35da9ac6b95b63888458c6662742e387324cdafa6207d625415553a5d05fc854f106c726a00c8e81c3414fd5e7eaf2c
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/ws@npm:1.1.1":
2024-06-06 05:25:35 -04:00
version: 1.1.1
resolution: "@discordjs/ws@npm:1.1.1"
2023-08-06 03:52:45 -04:00
dependencies:
2024-05-04 22:53:01 -04:00
"@discordjs/collection": "npm:^2.1.0"
"@discordjs/rest": "npm:^2.3.0"
"@discordjs/util": "npm:^1.1.0"
"@sapphire/async-queue": "npm:^1.5.2"
"@types/ws": "npm:^8.5.10"
"@vladfrangu/async_event_emitter": "npm:^2.2.4"
discord-api-types: "npm:0.37.83"
2023-12-24 10:21:40 -05:00
tslib: "npm:^2.6.2"
2024-05-04 22:53:01 -04:00
ws: "npm:^8.16.0"
2024-06-06 05:25:35 -04:00
checksum: 10/d926fee9e6c6d9e01b574340bdec848baf620b08d34fa9d1547aadb806b5e25317707a82867b36ff6f75feefa373fa208648fac54e01038adb5dfc91c9e55349
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"@kwsites/file-exists@npm:^1.1.1":
version: 1.1.1
resolution: "@kwsites/file-exists@npm:1.1.1"
dependencies:
debug: "npm:^4.1.1"
2024-02-01 15:21:25 -05:00
checksum: 10/4ff945de7293285133aeae759caddc71e73c4a44a12fac710fdd4f574cce2671a3f89d8165fdb03d383cfc97f3f96f677d8de3c95133da3d0e12a123a23109fe
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@kwsites/promise-deferred@npm:^1.1.1":
version: 1.1.1
resolution: "@kwsites/promise-deferred@npm:1.1.1"
2024-02-01 15:21:25 -05:00
checksum: 10/07455477a0123d9a38afb503739eeff2c5424afa8d3dbdcc7f9502f13604488a4b1d9742fc7288832a52a6422cf1e1c0a1d51f69a39052f14d27c9a0420b6629
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-android-arm64@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-android-arm64@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=android & cpu=arm64
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-darwin-arm64@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-darwin-arm64@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-darwin-x64@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-darwin-x64@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-linux-arm-gnueabihf@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-linux-arm-gnueabihf@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=linux & cpu=arm
2023-08-30 04:38:48 -04:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-linux-arm64-gnu@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-linux-arm64-gnu@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-linux-arm64-musl@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-linux-arm64-musl@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-linux-x64-gnu@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-linux-x64-gnu@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-linux-x64-musl@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-linux-x64-musl@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-win32-x64-msvc@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas-win32-x64-msvc@npm:0.1.56"
2024-02-09 06:27:08 -05:00
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas@npm:0.1.56":
version: 0.1.56
resolution: "@napi-rs/canvas@npm:0.1.56"
2023-08-06 03:52:45 -04:00
dependencies:
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas-android-arm64": "npm:0.1.56"
"@napi-rs/canvas-darwin-arm64": "npm:0.1.56"
"@napi-rs/canvas-darwin-x64": "npm:0.1.56"
"@napi-rs/canvas-linux-arm-gnueabihf": "npm:0.1.56"
"@napi-rs/canvas-linux-arm64-gnu": "npm:0.1.56"
"@napi-rs/canvas-linux-arm64-musl": "npm:0.1.56"
"@napi-rs/canvas-linux-x64-gnu": "npm:0.1.56"
"@napi-rs/canvas-linux-x64-musl": "npm:0.1.56"
"@napi-rs/canvas-win32-x64-msvc": "npm:0.1.56"
2024-02-09 06:27:08 -05:00
dependenciesMeta:
"@napi-rs/canvas-android-arm64":
optional: true
"@napi-rs/canvas-darwin-arm64":
optional: true
"@napi-rs/canvas-darwin-x64":
optional: true
"@napi-rs/canvas-linux-arm-gnueabihf":
optional: true
"@napi-rs/canvas-linux-arm64-gnu":
optional: true
"@napi-rs/canvas-linux-arm64-musl":
optional: true
"@napi-rs/canvas-linux-x64-gnu":
optional: true
"@napi-rs/canvas-linux-x64-musl":
optional: true
"@napi-rs/canvas-win32-x64-msvc":
optional: true
2024-09-24 21:31:42 -04:00
checksum: 10/6dfb7bdcdabfee515635719c4366d83a1deb3dc8718de4cba7781f6ac87e4d8d7927973b9d1eae3636bb43d68b172ffc988165d9864d2f587dcecfb7e8ced296
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
dependencies:
"@nodelib/fs.stat": "npm:2.0.5"
run-parallel: "npm:^1.1.9"
checksum: 10/6ab2a9b8a1d67b067922c36f259e3b3dfd6b97b219c540877a4944549a4d49ea5ceba5663905ab5289682f1f3c15ff441d02f0447f620a42e1cb5e1937174d4b
languageName: node
linkType: hard
"@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2":
version: 2.0.5
resolution: "@nodelib/fs.stat@npm:2.0.5"
checksum: 10/012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0
languageName: node
linkType: hard
"@nodelib/fs.walk@npm:^1.2.3":
version: 1.2.8
resolution: "@nodelib/fs.walk@npm:1.2.8"
dependencies:
"@nodelib/fs.scandir": "npm:2.1.5"
fastq: "npm:^1.6.0"
checksum: 10/40033e33e96e97d77fba5a238e4bba4487b8284678906a9f616b5579ddaf868a18874c0054a75402c9fbaaa033a25ceae093af58c9c30278e35c23c9479e79b0
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/auth-token@npm:^5.0.0":
version: 5.1.1
resolution: "@octokit/auth-token@npm:5.1.1"
checksum: 10/956ee8166ad1b623478ac5168529a081658bceb16e267102b149b44366a9280b5104a0346a4f1c5de12981d2dedb767f7b71d7e1b1ddd1ccb591efa8c6c06f94
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/core@npm:^6.1.2":
version: 6.1.2
resolution: "@octokit/core@npm:6.1.2"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/auth-token": "npm:^5.0.0"
"@octokit/graphql": "npm:^8.0.0"
"@octokit/request": "npm:^9.0.0"
"@octokit/request-error": "npm:^6.0.1"
2024-04-06 00:43:48 -04:00
"@octokit/types": "npm:^13.0.0"
2024-06-23 02:46:05 -04:00
before-after-hook: "npm:^3.0.2"
universal-user-agent: "npm:^7.0.0"
checksum: 10/ef8cc502790142d892b97b92a6e398323f1e4be777e5675681d5985d4681855f4e6f02a7b16466984af702ecdffed0ab923610d59c07c540c3e243160818eaec
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/endpoint@npm:^10.0.0":
version: 10.1.1
resolution: "@octokit/endpoint@npm:10.1.1"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/types": "npm:^13.0.0"
universal-user-agent: "npm:^7.0.2"
checksum: 10/6b8991b278ba7e63ddf95e7396f54e5f1347237f11fb845322ec25101764336ed0994ccb197c449b4fd4bc00ec5b78780ccbc3a0b48ba0620dcc115027a3add1
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/graphql@npm:^8.0.0":
version: 8.1.1
resolution: "@octokit/graphql@npm:8.1.1"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/request": "npm:^9.0.0"
2024-04-06 00:43:48 -04:00
"@octokit/types": "npm:^13.0.0"
2024-06-23 02:46:05 -04:00
universal-user-agent: "npm:^7.0.0"
checksum: 10/d8b3941e6afa724fba0cff79c71c839971aed6f87777833e1f6facc816c5fcd9a5b637dad779462cd723aa7490151f69fc6634758ca5bfe76f2cce298df934a1
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-02 22:45:35 -04:00
"@octokit/openapi-types@npm:^22.2.0":
version: 22.2.0
resolution: "@octokit/openapi-types@npm:22.2.0"
checksum: 10/0471b0c789fada5aa2390e6f82ba477738228ef7d2d986dda9aab0cb625d1562bd178ba0ba4d2655ce841079cd5efff9e58ece2077c27e569ea22109ea301830
2024-04-06 00:43:48 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/plugin-paginate-rest@npm:^11.0.0":
2024-07-17 05:14:33 -04:00
version: 11.3.3
resolution: "@octokit/plugin-paginate-rest@npm:11.3.3"
2023-08-06 03:52:45 -04:00
dependencies:
2024-05-04 22:53:01 -04:00
"@octokit/types": "npm:^13.5.0"
2023-08-06 03:52:45 -04:00
peerDependencies:
2024-07-17 05:14:33 -04:00
"@octokit/core": ">=6"
checksum: 10/87eeb4dd68a8207e669989cdbf9de3717b74038d630c2b803cbc7a9c44c3ff74771ce1cf45fa056b7172aaaa80fd9a0e4bf5eca06aabc19f30e7e29898f1f69e
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-07-17 05:14:33 -04:00
"@octokit/plugin-request-log@npm:^5.3.1":
version: 5.3.1
resolution: "@octokit/plugin-request-log@npm:5.3.1"
2023-08-06 03:52:45 -04:00
peerDependencies:
2024-06-23 02:46:05 -04:00
"@octokit/core": ">=6"
2024-07-17 05:14:33 -04:00
checksum: 10/a27e163282c8d0ba8feee4d3cbbd1b62e1aa89a892877f7a9876fc17ddde3e1e1af922e6664221a0cabae99b8a7a2a5215b9ec2ee5222edb50e06298e99022b0
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/plugin-rest-endpoint-methods@npm:^13.0.0":
2024-07-17 05:14:33 -04:00
version: 13.2.4
resolution: "@octokit/plugin-rest-endpoint-methods@npm:13.2.4"
2023-08-06 03:52:45 -04:00
dependencies:
2024-05-04 22:53:01 -04:00
"@octokit/types": "npm:^13.5.0"
2023-08-06 03:52:45 -04:00
peerDependencies:
2024-07-17 05:14:33 -04:00
"@octokit/core": ">=6"
checksum: 10/5d90adb9b5ab52a7ce260fcd2acc48a6723fc888e4f5711f958694c4bfb53fa146ad6791ce651060566d1bd513b3d9287c44a25b1da866d9611c3e1e739b5981
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/request-error@npm:^6.0.1":
2024-09-24 21:31:42 -04:00
version: 6.1.5
resolution: "@octokit/request-error@npm:6.1.5"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/types": "npm:^13.0.0"
2024-09-24 21:31:42 -04:00
checksum: 10/a0891df29957d9911ef34281fefffac4a98baa96ffffeb1a2b8f0c8e229911ca3da2be42e5bbe6a4b994a12fd100f4d0d86be095fada60384cd6728705eae859
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"@octokit/request@npm:^9.0.0":
2024-07-17 05:14:33 -04:00
version: 9.1.3
resolution: "@octokit/request@npm:9.1.3"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/endpoint": "npm:^10.0.0"
"@octokit/request-error": "npm:^6.0.1"
"@octokit/types": "npm:^13.1.0"
2024-06-23 02:46:05 -04:00
universal-user-agent: "npm:^7.0.2"
2024-07-17 05:14:33 -04:00
checksum: 10/b445f263157a2c608d8cfa89162be5f5d39551607d0ec973c3fdf9d3fd3753e33861c4e34942f5dbf47576ac91a99238ed482f2d6c6af3f9070e0b190b3f07a2
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"@octokit/rest@npm:21.0.2":
version: 21.0.2
resolution: "@octokit/rest@npm:21.0.2"
2023-08-06 03:52:45 -04:00
dependencies:
2024-06-23 02:46:05 -04:00
"@octokit/core": "npm:^6.1.2"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
2024-07-17 05:14:33 -04:00
"@octokit/plugin-request-log": "npm:^5.3.1"
2024-06-23 02:46:05 -04:00
"@octokit/plugin-rest-endpoint-methods": "npm:^13.0.0"
checksum: 10/f67fbb1b3e9568f352933c55703cd33354183e48710a146f6a1c5930419006d2d97c08f5b0a29a56fffc9e53f01b34bae2681a577f604172f4331644b85a9779
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0, @octokit/types@npm:^13.5.0":
2024-09-24 21:31:42 -04:00
version: 13.5.1
resolution: "@octokit/types@npm:13.5.1"
2024-04-06 00:43:48 -04:00
dependencies:
2024-05-02 22:45:35 -04:00
"@octokit/openapi-types": "npm:^22.2.0"
2024-09-24 21:31:42 -04:00
checksum: 10/a2c06856dec1780c4a5561bfda9e717016a3c2a3f3a6427385a5aec2e428593c550d640079891276757934a50caee57b78c272ffa208b55027d4d964e2d1abb6
2024-04-06 00:43:48 -04:00
languageName: node
linkType: hard
2023-10-02 18:40:03 -04:00
"@redis/bloom@npm:1.2.0":
version: 1.2.0
resolution: "@redis/bloom@npm:1.2.0"
peerDependencies:
"@redis/client": ^1.0.0
2024-02-01 15:21:25 -05:00
checksum: 10/a16408f729ddd032a52c9d998661dfa7beabc0e92760d30619c3166c7a53a98c037956d93d230b787005fd8a599a7456461ca7429c1916893c2d13d59a41e0e6
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2024-08-10 18:23:25 -04:00
"@redis/client@npm:1.6.0":
version: 1.6.0
resolution: "@redis/client@npm:1.6.0"
2023-10-02 18:40:03 -04:00
dependencies:
2023-12-24 10:21:40 -05:00
cluster-key-slot: "npm:1.1.2"
generic-pool: "npm:3.9.0"
yallist: "npm:4.0.0"
2024-08-10 18:23:25 -04:00
checksum: 10/ad375bd685dc34163304872e611ad31dc09a20f4dc8416e5dd588e8a9d2a42a6882f5c8f83d6388ba04ada71513c461b211c3146bcd8ab4da20b3f7edf08fb63
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"@redis/graph@npm:1.1.1":
version: 1.1.1
resolution: "@redis/graph@npm:1.1.1"
2023-10-02 18:40:03 -04:00
peerDependencies:
"@redis/client": ^1.0.0
2024-02-01 15:21:25 -05:00
checksum: 10/96b8ee9bec124947465848b56a014805f9639e09704e03c75a92072a319599ac9dcd4f9ace22970a7f72131a241166ad31db4dc6931b34808d22a5ca94649ba5
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2024-08-10 18:23:25 -04:00
"@redis/json@npm:1.0.7":
version: 1.0.7
resolution: "@redis/json@npm:1.0.7"
2023-10-02 18:40:03 -04:00
peerDependencies:
"@redis/client": ^1.0.0
2024-08-10 18:23:25 -04:00
checksum: 10/df0ac5035608d2e82289237d1adbf541af3743a86692df9958a2c89281bce024eeecfc031db51774d8a46639c5ec34ce9f8b71ebec7bce21865920e36ca3db57
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2024-08-10 18:23:25 -04:00
"@redis/search@npm:1.2.0":
version: 1.2.0
resolution: "@redis/search@npm:1.2.0"
2023-10-02 18:40:03 -04:00
peerDependencies:
"@redis/client": ^1.0.0
2024-08-10 18:23:25 -04:00
checksum: 10/25bba222c0fb1ec1f2db08fe157d30d56a8ffe234214c72d3a7a991daefe77f18c5e6440ab3aa297aef88bafd5448b04ac9fcd84671f2dadc8989712c06b63b4
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2024-08-10 18:23:25 -04:00
"@redis/time-series@npm:1.1.0":
version: 1.1.0
resolution: "@redis/time-series@npm:1.1.0"
2023-10-02 18:40:03 -04:00
peerDependencies:
"@redis/client": ^1.0.0
2024-08-10 18:23:25 -04:00
checksum: 10/e1d000eef7f37645f7f4ff94f32dd998384360b12fed1e4d614d828c065b72d7627e27444fab781fac4fdfe301c45f893417550fb1011d3b75237566ff0954e0
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@sapphire/async-queue@npm:^1.5.2, @sapphire/async-queue@npm:^1.5.3":
2024-08-10 18:23:25 -04:00
version: 1.5.3
resolution: "@sapphire/async-queue@npm:1.5.3"
checksum: 10/6a9fdeeaa3e4591c057cb67b5aae86d9c94326dcb0ea9e8e3b8eba8cbcfee2a0f672d837a51e3da2c838f9861a6117fced2b0ac8e1b719bc5caf1bbbee781fb3
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@sapphire/shapeshift@npm:^4.0.0":
version: 4.0.0
resolution: "@sapphire/shapeshift@npm:4.0.0"
2023-08-06 03:52:45 -04:00
dependencies:
2023-12-24 10:21:40 -05:00
fast-deep-equal: "npm:^3.1.3"
lodash: "npm:^4.17.21"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/71437388066ca19a521f94f3066633010a5b3e24d9da1c07664389b9b02635af502b81236af92f24bb4c0f312a93b0f4ac544391afd464c2e98e6f93e2a4ded0
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"@sapphire/snowflake@npm:3.5.3, @sapphire/snowflake@npm:^3.5.3":
2024-02-17 16:31:59 -05:00
version: 3.5.3
resolution: "@sapphire/snowflake@npm:3.5.3"
checksum: 10/f306626f76a6e9bdc7de9130c1baf7ddcd8681d7d03b2ab6f2404081f71c94085d4001e8a62ae2c2372b3b54d2d52ec21d43695f2c73fb101caabc2d3bf524aa
languageName: node
linkType: hard
"@sequelize/core@npm:7.0.0-alpha.42":
version: 7.0.0-alpha.42
resolution: "@sequelize/core@npm:7.0.0-alpha.42"
dependencies:
"@sequelize/utils": "npm:7.0.0-alpha.42"
"@types/debug": "npm:^4.1.12"
"@types/validator": "npm:^13.11.9"
ansis: "npm:^3.2.0"
bnf-parser: "npm:^3.1.6"
dayjs: "npm:^1.11.10"
debug: "npm:^4.3.4"
dottie: "npm:^2.0.6"
fast-glob: "npm:^3.3.2"
inflection: "npm:^3.0.0"
lodash: "npm:^4.17.21"
retry-as-promised: "npm:^7.0.4"
semver: "npm:^7.3"
sequelize-pool: "npm:^8.0.0"
toposort-class: "npm:^1.0.1"
type-fest: "npm:^4.14.0"
uuid: "npm:^10.0.0"
validator: "npm:^13.11.0"
checksum: 10/dc32aa20b637dc8701347d1982362eebdcdde8ebda9636fb27a749665ddc58906525aa010048c7c8bc5f53c102055c9551d8cb05560c883611c3cd621f3327d9
languageName: node
linkType: hard
"@sequelize/postgres@npm:7.0.0-alpha.42":
version: 7.0.0-alpha.42
resolution: "@sequelize/postgres@npm:7.0.0-alpha.42"
dependencies:
"@sequelize/core": "npm:7.0.0-alpha.42"
"@sequelize/utils": "npm:7.0.0-alpha.42"
"@types/pg": "npm:^8.11.4"
lodash: "npm:^4.17.21"
pg: "npm:^8.11.3"
pg-hstore: "npm:^2.3.4"
pg-types: "npm:^4.0.2"
postgres-array: "npm:^3.0.2"
semver: "npm:^7.6.0"
wkx: "npm:^0.5.0"
checksum: 10/78c1a72aad313f8bf21b86f082466dbe0c2d6bee27b4f6697cfe16158795d821df066320373fae2879c69ef6b68967ea268cd178967e59801eb7ea2bad2ab4c5
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@sequelize/utils@npm:7.0.0-alpha.42":
version: 7.0.0-alpha.42
resolution: "@sequelize/utils@npm:7.0.0-alpha.42"
dependencies:
"@types/lodash": "npm:^4.17.0"
lodash: "npm:^4.17.21"
checksum: 10/33170ee3ae1c70d0497272baf1a4afc65fd50c174b3c00930a9028d3c56d6eaa83cc60b79c60863609dfe477707d760f5fdf0455a6a3f685f5969b69fd83ff45
languageName: node
linkType: hard
2024-08-19 21:31:34 -04:00
"@toast/tokenservice-client@npm:1.3.0":
version: 1.3.0
resolution: "@toast/tokenservice-client@npm:1.3.0::__archiveUrl=https%3A%2F%2Fgit.toast-server.net%2Fapi%2Fpackages%2Ftoast%2Fnpm%2F%2540toast%252Ftokenservice-client%2F-%2F1.3.0%2Ftokenservice-client-1.3.0.tgz"
2023-12-24 10:21:40 -05:00
dependencies:
2024-08-19 21:31:34 -04:00
undici: "npm:^6.19.8"
checksum: 10/7e33325816e832f3f065261c03ed95660072576fdf60aafe05cbd120b05d9566f27d6d0f35706477f055dcd7cdbb403bc9cdcb5e4cb4d2968bcdd340a507988a
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@types/debug@npm:^4.1.12":
2023-12-24 10:21:40 -05:00
version: 4.1.12
resolution: "@types/debug@npm:4.1.12"
dependencies:
"@types/ms": "npm:*"
2024-02-01 15:21:25 -05:00
checksum: 10/47876a852de8240bfdaf7481357af2b88cb660d30c72e73789abf00c499d6bc7cd5e52f41c915d1b9cd8ec9fef5b05688d7b7aef17f7f272c2d04679508d1053
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@types/lodash@npm:^4.17.0":
2024-09-24 21:31:42 -04:00
version: 4.17.9
resolution: "@types/lodash@npm:4.17.9"
checksum: 10/49e35caaf668686be0bad9e9bef88456903a21999d3fd8bf91c302e0d5328398fb59fee793d0afbaf6edeca1b46c3e8109899d85ff3a433075178f1ab693e597
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@types/ms@npm:*, @types/ms@npm:0.7.34":
version: 0.7.34
resolution: "@types/ms@npm:0.7.34"
2024-02-01 15:21:25 -05:00
checksum: 10/f38d36e7b6edecd9badc9cf50474159e9da5fa6965a75186cceaf883278611b9df6669dc3a3cc122b7938d317b68a9e3d573d316fcb35d1be47ec9e468c6bd8a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"@types/node-cron@npm:3.0.11":
version: 3.0.11
resolution: "@types/node-cron@npm:3.0.11"
2024-02-01 15:21:25 -05:00
checksum: 10/a73f69bcca52a5f3b1671cfb00a8e4a1d150d0aef36a611564a2f94e66b6981bade577e267ceeeca6fcee241768902d55eb8cf3a81f9ef4ed767a23112fdb16d
2023-10-05 07:56:29 -04:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"@types/node@npm:*, @types/node@npm:22.7.0":
version: 22.7.0
resolution: "@types/node@npm:22.7.0"
dependencies:
undici-types: "npm:~6.19.2"
2024-09-24 21:31:42 -04:00
checksum: 10/6476d94a4c0fbf60df56634063e8aa26da1152e7096daf374f1eb010eab1c7ef4cdb75ab2508480e82c0b56538e0e7bdfc72af47e7a4e4ace37f2035eddfd3c2
languageName: node
linkType: hard
"@types/pg@npm:^8.11.4":
2024-09-15 23:59:39 -04:00
version: 8.11.10
resolution: "@types/pg@npm:8.11.10"
2023-12-24 10:21:40 -05:00
dependencies:
"@types/node": "npm:*"
pg-protocol: "npm:*"
pg-types: "npm:^4.0.1"
2024-09-15 23:59:39 -04:00
checksum: 10/65b7d7ca9c90b7cb94aa94ad94bb1883356845e1f64688bc824ecd499da25f63a2400f0a58500554637048a7cc8b91055bbfe14301c082ce9669afd0c18e414c
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"@types/validator@npm:^13.11.9":
2024-09-24 21:31:42 -04:00
version: 13.12.2
resolution: "@types/validator@npm:13.12.2"
checksum: 10/564f60cfe112b45e1d747245d1f80db999bbc372b2b6a1c5454441b02c3d6bffbfff4365a10c3cd7874197f14ca5779b435794c7600bdcb541da948405a3b21a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"@types/ws@npm:^8.5.10":
2024-08-10 18:23:25 -04:00
version: 8.5.12
resolution: "@types/ws@npm:8.5.12"
2024-02-17 16:31:59 -05:00
dependencies:
"@types/node": "npm:*"
2024-08-10 18:23:25 -04:00
checksum: 10/d8a3ddfb5ff8fea992a043113579d61ac1ea21e8464415af9e2b01b205ed19d817821ad64ca1b3a90062d1df1c23b0f586d8351d25ca6728844df99a74e8f76d
2024-02-17 16:31:59 -05:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@vladfrangu/async_event_emitter@npm:^2.2.4, @vladfrangu/async_event_emitter@npm:^2.4.6":
version: 2.4.6
resolution: "@vladfrangu/async_event_emitter@npm:2.4.6"
checksum: 10/6a329441bbd36bb8bdc8c49f18328abf724834597c8cab56b5741f18fa167a010bb841bc9ec3638b6b73c6692b85d0de724612b0a416b523650574576fd1a197
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-10-06 02:11:23 -04:00
"ansi-colors@npm:4.1.3":
version: 4.1.3
resolution: "ansi-colors@npm:4.1.3"
2024-02-01 15:21:25 -05:00
checksum: 10/43d6e2fc7b1c6e4dc373de708ee76311ec2e0433e7e8bd3194e7ff123ea6a747428fc61afdcf5969da5be3a5f0fd054602bec56fc0ebe249ce2fcde6e649e3c2
2023-10-06 02:11:23 -04:00
languageName: node
linkType: hard
"ansis@npm:^3.2.0":
version: 3.3.2
resolution: "ansis@npm:3.3.2"
checksum: 10/e6c7b93a4f7b1e22c2d11ba53736af7f56c2952f6497ea109757573738fa0e7317066377577d9896a3e1db7ce2bd622ab2eabc7f6cdab6c0e0f9b25eebb5d2af
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"before-after-hook@npm:^3.0.2":
version: 3.0.2
resolution: "before-after-hook@npm:3.0.2"
checksum: 10/57dfee78930276a740559552460a83f31c605e0164f02f170f71352aa1f4f5fb2c1632ac3bcba06ba711c32bd88b7e3c82431428e0c4984fbd2336faa78cf08c
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"bnf-parser@npm:^3.1.6":
version: 3.1.6
resolution: "bnf-parser@npm:3.1.6"
checksum: 10/caaf7078e2a5a9ab97f7f0b65eb1d034b5f5b9f80b189fee9ff3b9aa36dad79820b12f978eb079a7c8b3da37a7bd65b763313deee5058fc76c5d6900d2e3b981
languageName: node
linkType: hard
2024-05-27 20:46:06 -04:00
"braces@npm:^3.0.3":
version: 3.0.3
resolution: "braces@npm:3.0.3"
dependencies:
2024-05-27 20:46:06 -04:00
fill-range: "npm:^7.1.1"
checksum: 10/fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6
languageName: node
linkType: hard
2023-10-02 18:40:03 -04:00
"cluster-key-slot@npm:1.1.2":
version: 1.1.2
resolution: "cluster-key-slot@npm:1.1.2"
2024-02-01 15:21:25 -05:00
checksum: 10/516ed8b5e1a14d9c3a9c96c72ef6de2d70dfcdbaa0ec3a90bc7b9216c5457e39c09a5775750c272369070308542e671146120153062ab5f2f481bed5de2c925f
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"complex.js@npm:^2.1.1":
version: 2.1.1
resolution: "complex.js@npm:2.1.1"
checksum: 10/1905d5204dd8a4d6f591182aca2045986f1ff3c5373e455ccd10c6ee2905bf1d3811a313d38c68f8a8507523202f91e25177387e3adc386c1b5b5ec2f13a6dbb
languageName: node
linkType: hard
2023-08-06 03:52:45 -04:00
"daggerbot-ts@workspace:.":
version: 0.0.0-use.local
resolution: "daggerbot-ts@workspace:."
dependencies:
2024-09-24 21:31:42 -04:00
"@napi-rs/canvas": "npm:0.1.56"
"@octokit/rest": "npm:21.0.2"
"@sequelize/core": "npm:7.0.0-alpha.42"
"@sequelize/postgres": "npm:7.0.0-alpha.42"
2024-08-19 21:31:34 -04:00
"@toast/tokenservice-client": "npm:1.3.0"
2023-12-24 10:21:40 -05:00
"@types/ms": "npm:0.7.34"
2024-09-24 21:31:42 -04:00
"@types/node": "npm:22.7.0"
2023-12-24 10:21:40 -05:00
"@types/node-cron": "npm:3.0.11"
ansi-colors: "npm:4.1.3"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
dayjs: "npm:1.11.13"
2024-09-12 06:29:31 -04:00
discord.js: "npm:14.16.2"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
fast-xml-parser: "npm:4.5.0"
mathjs: "npm:13.1.1"
2023-12-24 10:21:40 -05:00
ms: "npm:2.1.3"
node-cron: "npm:3.0.3"
2024-08-10 18:23:25 -04:00
redis: "npm:4.7.0"
2024-09-24 21:31:42 -04:00
simple-git: "npm:3.27.0"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
systeminformation: "npm:5.23.5"
typescript: "npm:5.5.4"
2024-08-19 21:31:34 -04:00
undici: "npm:6.19.8"
2023-08-06 03:52:45 -04:00
languageName: unknown
linkType: soft
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"dayjs@npm:1.11.13, dayjs@npm:^1.11.10":
version: 1.11.13
resolution: "dayjs@npm:1.11.13"
checksum: 10/7374d63ab179b8d909a95e74790def25c8986e329ae989840bacb8b1888be116d20e1c4eee75a69ea0dfbae13172efc50ef85619d304ee7ca3c01d5878b704f5
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-06-19 20:46:03 -04:00
"debug@npm:^4.1.1, debug@npm:^4.3.4, debug@npm:^4.3.5":
2024-09-12 06:29:31 -04:00
version: 4.3.7
resolution: "debug@npm:4.3.7"
2023-08-06 03:52:45 -04:00
dependencies:
2024-09-12 06:29:31 -04:00
ms: "npm:^2.1.3"
2023-08-06 03:52:45 -04:00
peerDependenciesMeta:
supports-color:
optional: true
2024-09-12 06:29:31 -04:00
checksum: 10/71168908b9a78227ab29d5d25fe03c5867750e31ce24bf2c44a86efc5af041758bb56569b0a3d48a9b5344c00a24a777e6f4100ed6dfd9534a42c1dde285125a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"decimal.js@npm:^10.4.3":
version: 10.4.3
resolution: "decimal.js@npm:10.4.3"
checksum: 10/de663a7bc4d368e3877db95fcd5c87b965569b58d16cdc4258c063d231ca7118748738df17cd638f7e9dd0be8e34cec08d7234b20f1f2a756a52fc5a38b188d0
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"discord-api-types@npm:0.37.83":
version: 0.37.83
resolution: "discord-api-types@npm:0.37.83"
checksum: 10/63aee8b4634f98e24921ba7ba82eab30105917d7bf40739b7fbe327a8c93134a78408d842bd7ad7cf3f45948d86db5ec0cb670d66e0fe0f8229cb15bfda5108f
2023-08-18 07:22:36 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"discord-api-types@npm:0.37.97":
version: 0.37.97
resolution: "discord-api-types@npm:0.37.97"
checksum: 10/94eea4b95ebb7ab89cce325c5c5654ce7fd3f1e17efa997fd375b7fe81cd5e872c097cf98cfc9d4d7ff233c924f501d812516a048913023bde02f3bbba21849b
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-09-12 06:29:31 -04:00
"discord.js@npm:14.16.2":
version: 14.16.2
resolution: "discord.js@npm:14.16.2"
dependencies:
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/builders": "npm:^1.9.0"
"@discordjs/collection": "npm:1.5.3"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@discordjs/formatters": "npm:^0.5.0"
"@discordjs/rest": "npm:^2.4.0"
"@discordjs/util": "npm:^1.1.1"
"@discordjs/ws": "npm:1.1.1"
"@sapphire/snowflake": "npm:3.5.3"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
discord-api-types: "npm:0.37.97"
fast-deep-equal: "npm:3.1.3"
lodash.snakecase: "npm:4.1.1"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
tslib: "npm:^2.6.3"
undici: "npm:6.19.8"
2024-09-12 06:29:31 -04:00
checksum: 10/9da5621e88734b3cc8236de492c4fb6b78ee8c0a9a751472aa221234f66cf741f0947e81eb1842dd5ba711b95228593855a9f16453b4786455f3cb7c7cd1c381
languageName: node
linkType: hard
"dottie@npm:^2.0.6":
2023-12-24 10:21:40 -05:00
version: 2.0.6
resolution: "dottie@npm:2.0.6"
2024-02-01 15:21:25 -05:00
checksum: 10/698731cfa2c1b530ba3491fa864dc572678a2a6de801f25912e2e4d7d4669ae013b696711786016bf41c7b6f98057c678503f14550bb171b3f70cdadffb9218f
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"escape-latex@npm:^1.2.0":
version: 1.2.0
resolution: "escape-latex@npm:1.2.0"
checksum: 10/73a787319f0965ecb8244bb38bf3a3cba872f0b9a5d3da8821140e9f39fe977045dc953a62b1a2bed4d12bfccbe75a7d8ec786412bf00739eaa2f627d0a8e0d6
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"fast-deep-equal@npm:3.1.3, fast-deep-equal@npm:^3.1.3":
2023-08-06 03:52:45 -04:00
version: 3.1.3
resolution: "fast-deep-equal@npm:3.1.3"
2024-02-01 15:21:25 -05:00
checksum: 10/e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"fast-glob@npm:^3.3.2":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
dependencies:
"@nodelib/fs.stat": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.4"
checksum: 10/222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"fast-xml-parser@npm:4.5.0":
version: 4.5.0
resolution: "fast-xml-parser@npm:4.5.0"
2023-08-06 03:52:45 -04:00
dependencies:
2023-12-24 10:21:40 -05:00
strnum: "npm:^1.0.5"
2023-10-07 17:01:16 -04:00
bin:
fxparser: src/cli/cli.js
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/dc9571c10e7b57b5be54bcd2d92f50c446eb42ea5df347d253e94dd14eb99b5300a6d172e840f151e0721933ca2406165a8d9b316a6d777bf0596dc4fe1df756
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"fastq@npm:^1.6.0":
version: 1.17.1
resolution: "fastq@npm:1.17.1"
dependencies:
reusify: "npm:^1.0.4"
checksum: 10/a443180068b527dd7b3a63dc7f2a47ceca2f3e97b9c00a1efe5538757e6cc4056a3526df94308075d7727561baf09ebaa5b67da8dcbddb913a021c5ae69d1f69
languageName: node
linkType: hard
2024-05-27 20:46:06 -04:00
"fill-range@npm:^7.1.1":
version: 7.1.1
resolution: "fill-range@npm:7.1.1"
dependencies:
to-regex-range: "npm:^5.0.1"
2024-05-27 20:46:06 -04:00
checksum: 10/a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea
languageName: node
linkType: hard
2024-06-06 05:25:35 -04:00
"fraction.js@npm:^4.3.7":
version: 4.3.7
resolution: "fraction.js@npm:4.3.7"
checksum: 10/bb5ebcdeeffcdc37b68ead3bdfc244e68de188e0c64e9702197333c72963b95cc798883ad16adc21588088b942bca5b6a6ff4aeb1362d19f6f3b629035dc15f5
2024-02-28 02:18:28 -05:00
languageName: node
linkType: hard
2024-02-09 06:27:08 -05:00
"generic-pool@npm:3.9.0":
version: 3.9.0
resolution: "generic-pool@npm:3.9.0"
checksum: 10/3c632d30a6a7d47412dc67ddc517992691e0fde819c0cb6b5871bc87d10f61a7c09f12a60dbd77c78ae3e6ca10db41e2eaee28985ce724d9620354a006205ce1
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"glob-parent@npm:^5.1.2":
version: 5.1.2
resolution: "glob-parent@npm:5.1.2"
dependencies:
is-glob: "npm:^4.0.1"
checksum: 10/32cd106ce8c0d83731966d31517adb766d02c3812de49c30cfe0675c7c0ae6630c11214c54a5ae67aca882cf738d27fd7768f21aa19118b9245950554be07247
languageName: node
linkType: hard
"inflection@npm:^3.0.0":
version: 3.0.0
resolution: "inflection@npm:3.0.0"
checksum: 10/e8aae6abb872a8aa19184a1b84470fff7120806329c78011befcf50bce04a7b0d65012ac373f2cc5caeaaf241874c7ae20a26038ff7dbe0cdae0b863f25b5e02
languageName: node
linkType: hard
"is-extglob@npm:^2.1.1":
version: 2.1.1
resolution: "is-extglob@npm:2.1.1"
checksum: 10/df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85
languageName: node
linkType: hard
"is-glob@npm:^4.0.1":
version: 4.0.3
resolution: "is-glob@npm:4.0.3"
dependencies:
is-extglob: "npm:^2.1.1"
checksum: 10/3ed74f2b0cdf4f401f38edb0442ddfde3092d79d7d35c9919c86641efdbcbb32e45aa3c0f70ce5eecc946896cd5a0f26e4188b9f2b881876f7cb6c505b82da11
languageName: node
linkType: hard
"is-number@npm:^7.0.0":
version: 7.0.0
resolution: "is-number@npm:7.0.0"
checksum: 10/6a6c3383f68afa1e05b286af866017c78f1226d43ac8cb064e115ff9ed85eb33f5c4f7216c96a71e4dfea289ef52c5da3aef5bbfade8ffe47a0465d70c0c8e86
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"javascript-natural-sort@npm:^0.7.1":
version: 0.7.1
resolution: "javascript-natural-sort@npm:0.7.1"
checksum: 10/7bf6eab67871865d347f09a95aa770f9206c1ab0226bcda6fdd9edec340bf41111a7f82abac30556aa16a21cfa3b2b1ca4a362c8b73dd5ce15220e5d31f49d79
languageName: node
linkType: hard
2024-02-09 06:27:08 -05:00
"lodash.snakecase@npm:4.1.1":
version: 4.1.1
resolution: "lodash.snakecase@npm:4.1.1"
checksum: 10/82ed40935d840477ef8fee64f9f263f75989c6cde36b84aae817246d95826228e1b5a7f6093c51de324084f86433634c7af244cb89496633cacfe443071450d0
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"lodash@npm:^4.17.21":
2024-02-09 06:27:08 -05:00
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: 10/c08619c038846ea6ac754abd6dd29d2568aa705feb69339e836dfa8d8b09abbb2f859371e86863eda41848221f9af43714491467b5b0299122431e202bb0c532
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"magic-bytes.js@npm:^1.10.0":
2024-03-03 16:02:42 -05:00
version: 1.10.0
resolution: "magic-bytes.js@npm:1.10.0"
checksum: 10/4b84d54b79914df3e9824ba6aba4eb01ea2555d14c7a4fa45be43ef8be3c286ad3a8dcdb536b328de2d7469dbbd3a21ee4b15d338cadc43eb08c0df249a19e7a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"mathjs@npm:13.1.1":
version: 13.1.1
resolution: "mathjs@npm:13.1.1"
2024-02-28 02:18:28 -05:00
dependencies:
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"@babel/runtime": "npm:^7.25.4"
2024-02-28 02:18:28 -05:00
complex.js: "npm:^2.1.1"
decimal.js: "npm:^10.4.3"
escape-latex: "npm:^1.2.0"
2024-06-06 05:25:35 -04:00
fraction.js: "npm:^4.3.7"
2024-02-28 02:18:28 -05:00
javascript-natural-sort: "npm:^0.7.1"
seedrandom: "npm:^3.0.5"
tiny-emitter: "npm:^2.1.0"
2024-07-17 05:14:33 -04:00
typed-function: "npm:^4.2.1"
2024-02-28 02:18:28 -05:00
bin:
mathjs: bin/cli.js
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/0c96b5e4fe606736af15ae4a48a0309313b45728f46d7720f96b9f7b9f8febadfdb1025a82723501d4dfa551901f6286371d66d5db47b2e0dad26471ccdff48b
2024-02-28 02:18:28 -05:00
languageName: node
linkType: hard
"merge2@npm:^1.3.0":
version: 1.4.1
resolution: "merge2@npm:1.4.1"
checksum: 10/7268db63ed5169466540b6fb947aec313200bcf6d40c5ab722c22e242f651994619bcd85601602972d3c85bd2cc45a358a4c61937e9f11a061919a1da569b0c2
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"micromatch@npm:^4.0.4":
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
2024-05-27 20:46:06 -04:00
braces: "npm:^3.0.3"
picomatch: "npm:^2.3.1"
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/6bf2a01672e7965eb9941d1f02044fad2bd12486b5553dc1116ff24c09a8723157601dc992e74c911d896175918448762df3b3fd0a6b61037dd1a9766ddfbf58
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-09-12 06:29:31 -04:00
"ms@npm:2.1.3, ms@npm:^2.1.3":
2024-02-09 06:27:08 -05:00
version: 2.1.3
resolution: "ms@npm:2.1.3"
checksum: 10/aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-02-09 06:27:08 -05:00
"node-cron@npm:3.0.3":
version: 3.0.3
resolution: "node-cron@npm:3.0.3"
2023-08-06 03:52:45 -04:00
dependencies:
2024-02-09 06:27:08 -05:00
uuid: "npm:8.3.2"
checksum: 10/f088043da4f61c3640155f7b11e909e6cfb23d9970111a8dcd7b39a1f3d47c897e207bb9657b15441207df21676885b083c777630efa87801de961b15a3d0ad1
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-02-09 06:27:08 -05:00
"obuf@npm:~1.1.2":
version: 1.1.2
resolution: "obuf@npm:1.1.2"
checksum: 10/53ff4ab3a13cc33ba6c856cf281f2965c0aec9720967af450e8fd06cfd50aceeefc791986a16bcefa14e7898b3ca9acdfcf15b9d9a1b9c7e1366581a8ad6e65e
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"pg-cloudflare@npm:^1.1.1":
version: 1.1.1
resolution: "pg-cloudflare@npm:1.1.1"
2024-02-01 15:21:25 -05:00
checksum: 10/45ca0c7926967ec9e66a9efc73ca57e3e933671b541bc774631a02ce683e7f658d0a4e881119b3f61486f38e344ae1b008d3a20eb5e21701c5fa8ff8382c5538
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"pg-connection-string@npm:^2.7.0":
version: 2.7.0
resolution: "pg-connection-string@npm:2.7.0"
checksum: 10/68015a8874b7ca5dad456445e4114af3d2602bac2fdb8069315ecad0ff9660ec93259b9af7186606529ac4f6f72a06831e6f20897a689b16cc7fda7ca0e247fd
languageName: node
linkType: hard
"pg-hstore@npm:^2.3.4":
2023-12-24 10:21:40 -05:00
version: 2.3.4
resolution: "pg-hstore@npm:2.3.4"
dependencies:
underscore: "npm:^1.13.1"
2024-02-01 15:21:25 -05:00
checksum: 10/e1398c12d6e50c6a7e41cf27d1c4f4cf8c117663a2b4c49334d6c5a35fad980adb699dc52e34c1295351639ac4ea34caa762bbcec7b75c23568ddd3a50730ee3
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"pg-int8@npm:1.0.1":
version: 1.0.1
resolution: "pg-int8@npm:1.0.1"
2024-02-01 15:21:25 -05:00
checksum: 10/a1e3a05a69005ddb73e5f324b6b4e689868a447c5fa280b44cd4d04e6916a344ac289e0b8d2695d66e8e89a7fba023affb9e0e94778770ada5df43f003d664c9
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"pg-numeric@npm:1.0.2":
version: 1.0.2
resolution: "pg-numeric@npm:1.0.2"
2024-02-01 15:21:25 -05:00
checksum: 10/8899f8200caa1744439a8778a9eb3ceefb599d893e40a09eef84ee0d4c151319fd416634a6c0fc7b7db4ac268710042da5be700b80ef0de716fe089b8652c84f
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"pg-pool@npm:^3.7.0":
version: 3.7.0
resolution: "pg-pool@npm:3.7.0"
2023-12-24 10:21:40 -05:00
peerDependencies:
pg: ">=8.0"
2024-09-24 21:31:42 -04:00
checksum: 10/a07a4f9e26eec9d7ac3597dc7b3469c62983edff9a321dbb7acbe1bbc7f5e9b2d33438e277d4cf8145071f3d63c7ebdc287a539fd69dfb8cdddb15b33eefe1a2
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"pg-protocol@npm:*, pg-protocol@npm:^1.7.0":
version: 1.7.0
resolution: "pg-protocol@npm:1.7.0"
checksum: 10/ffffdf74426c9357b57050f1c191e84447c0e8b2a701b3ab302ac7dd0eb27b862d92e5e3b2d38876a1051de83547eb9165d6a58b3a8e90bb050dae97f9993d54
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"pg-types@npm:^2.1.0":
version: 2.2.0
resolution: "pg-types@npm:2.2.0"
dependencies:
pg-int8: "npm:1.0.1"
postgres-array: "npm:~2.0.0"
postgres-bytea: "npm:~1.0.0"
postgres-date: "npm:~1.0.4"
postgres-interval: "npm:^1.1.0"
2024-02-01 15:21:25 -05:00
checksum: 10/87a84d4baa91378d3a3da6076c69685eb905d1087bf73525ae1ba84b291b9dd8738c6716b333d8eac6cec91bf087237adc3e9281727365e9cbab0d9d072778b1
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"pg-types@npm:^4.0.1, pg-types@npm:^4.0.2":
2024-02-17 16:31:59 -05:00
version: 4.0.2
resolution: "pg-types@npm:4.0.2"
2023-12-24 10:21:40 -05:00
dependencies:
pg-int8: "npm:1.0.1"
pg-numeric: "npm:1.0.2"
postgres-array: "npm:~3.0.1"
postgres-bytea: "npm:~3.0.0"
2024-02-17 16:31:59 -05:00
postgres-date: "npm:~2.1.0"
2023-12-24 10:21:40 -05:00
postgres-interval: "npm:^3.0.0"
postgres-range: "npm:^1.1.1"
2024-02-17 16:31:59 -05:00
checksum: 10/f4d529da864d4169afab300eb8629a84a6a06aa70c471160a7e46c34b6d4dd0e61cbd57d10d98c3a36e98f474e2ff85d41e4b1c953a321146b4bae09372c58d3
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"pg@npm:^8.11.3":
2024-09-24 21:31:42 -04:00
version: 8.13.0
resolution: "pg@npm:8.13.0"
2023-12-24 10:21:40 -05:00
dependencies:
pg-cloudflare: "npm:^1.1.1"
2024-09-24 21:31:42 -04:00
pg-connection-string: "npm:^2.7.0"
pg-pool: "npm:^3.7.0"
pg-protocol: "npm:^1.7.0"
2023-12-24 10:21:40 -05:00
pg-types: "npm:^2.1.0"
pgpass: "npm:1.x"
peerDependencies:
pg-native: ">=3.0.1"
dependenciesMeta:
pg-cloudflare:
optional: true
peerDependenciesMeta:
pg-native:
optional: true
2024-09-24 21:31:42 -04:00
checksum: 10/6defa3254b121317014c6de0ce4c21a9a1ec9b7ef24651164596b813d951d6545542faab964131f11e81c64c5c166b14051f6808e0247af928e1773a9fd7e0af
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"pgpass@npm:1.x":
version: 1.0.5
resolution: "pgpass@npm:1.0.5"
dependencies:
split2: "npm:^4.1.0"
2024-02-01 15:21:25 -05:00
checksum: 10/0a6f3bf76e36bdb3c20a7e8033140c732767bba7e81f845f7489fc3123a2bd6e3b8e704f08cba86b117435414b5d2422e20ba9d5f2efb6f0c75c9efca73e8e87
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"picomatch@npm:^2.3.1":
version: 2.3.1
resolution: "picomatch@npm:2.3.1"
checksum: 10/60c2595003b05e4535394d1da94850f5372c9427ca4413b71210f437f7b2ca091dbd611c45e8b37d10036fa8eade25c1b8951654f9d3973bfa66a2ff4d3b08bc
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-array@npm:^3.0.2, postgres-array@npm:~3.0.1":
2023-12-24 10:21:40 -05:00
version: 3.0.2
resolution: "postgres-array@npm:3.0.2"
2024-02-01 15:21:25 -05:00
checksum: 10/0159517e4e5f263bf9e324f0c4d3c10244a294021f2b5980abc8c23afdb965370a7fc0c82012fce4d28e83186ad089b6476b05fcef6c88f8e43e37a3a2fa0ad5
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-array@npm:~2.0.0":
version: 2.0.0
resolution: "postgres-array@npm:2.0.0"
checksum: 10/aff99e79714d1271fe942fec4ffa2007b755e7e7dc3d2feecae3f1ceecb86fd3637c8138037fc3d9e7ec369231eeb136843c0b25927bf1ce295245a40ef849b4
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"postgres-bytea@npm:~1.0.0":
version: 1.0.0
resolution: "postgres-bytea@npm:1.0.0"
2024-02-01 15:21:25 -05:00
checksum: 10/d844ae4ca7a941b70e45cac1261a73ee8ed39d72d3d74ab1d645248185a1b7f0ac91a3c63d6159441020f4e1f7fe64689ac56536a307b31cef361e5187335090
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-bytea@npm:~3.0.0":
version: 3.0.0
resolution: "postgres-bytea@npm:3.0.0"
dependencies:
obuf: "npm:~1.1.2"
2024-02-01 15:21:25 -05:00
checksum: 10/f5c01758fd2fa807afbd34e1ba2146f683818ebc2d23f4a62f0fd627c0b1126fc543cab1b63925f97ce6c7d8f5f316043218619c447445210ea82f10411efb1b
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-date@npm:~1.0.4":
version: 1.0.7
resolution: "postgres-date@npm:1.0.7"
2024-02-01 15:21:25 -05:00
checksum: 10/571ef45bec4551bb5d608c31b79987d7a895141f7d6c7b82e936a52d23d97474c770c6143e5cf8936c1cdc8b0dfd95e79f8136bf56a90164182a60f242c19f2b
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-02-17 16:31:59 -05:00
"postgres-date@npm:~2.1.0":
version: 2.1.0
resolution: "postgres-date@npm:2.1.0"
checksum: 10/faa1c70dfad0e35bd4aa7cb6088fcd4e4f039aa25dc42150129178fc2a0baa7e37eca0bf18e4142a40dea18d1955459b08783f78ec487ef27b4b93ab5e854597
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-interval@npm:^1.1.0":
version: 1.2.0
resolution: "postgres-interval@npm:1.2.0"
2023-08-06 03:52:45 -04:00
dependencies:
2023-12-24 10:21:40 -05:00
xtend: "npm:^4.0.0"
2024-02-01 15:21:25 -05:00
checksum: 10/746b71f93805ae33b03528e429dc624706d1f9b20ee81bf743263efb6a0cd79ae02a642a8a480dbc0f09547b4315ab7df6ce5ec0be77ed700bac42730f5c76b2
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-interval@npm:^3.0.0":
version: 3.0.0
resolution: "postgres-interval@npm:3.0.0"
2024-02-01 15:21:25 -05:00
checksum: 10/c7a1cf006de97de663b6b8c4d2b167aa9909a238c4866a94b15d303762f5ac884ff4796cd6e2111b7f0a91302b83c570453aa8506fd005b5a5d5dfa87441bebc
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"postgres-range@npm:^1.1.1":
2024-02-17 16:31:59 -05:00
version: 1.1.4
resolution: "postgres-range@npm:1.1.4"
checksum: 10/035759f17b44bf9ba7e71a30402ed2ca1e2b7fabb3ad794b08169a5b453d38d06905a6dfb51fe41a3f6d9fac4e183dac9e769b95053053db933be16785edce1f
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"queue-microtask@npm:^1.2.2":
version: 1.2.3
resolution: "queue-microtask@npm:1.2.3"
checksum: 10/72900df0616e473e824202113c3df6abae59150dfb73ed13273503127235320e9c8ca4aaaaccfd58cf417c6ca92a6e68ee9a5c3182886ae949a768639b388a7b
languageName: node
linkType: hard
2024-08-10 18:23:25 -04:00
"redis@npm:4.7.0":
version: 4.7.0
resolution: "redis@npm:4.7.0"
2023-10-02 18:40:03 -04:00
dependencies:
2023-12-24 10:21:40 -05:00
"@redis/bloom": "npm:1.2.0"
2024-08-10 18:23:25 -04:00
"@redis/client": "npm:1.6.0"
2023-12-24 10:21:40 -05:00
"@redis/graph": "npm:1.1.1"
2024-08-10 18:23:25 -04:00
"@redis/json": "npm:1.0.7"
"@redis/search": "npm:1.2.0"
"@redis/time-series": "npm:1.1.0"
checksum: 10/d927a0b1516e2845b7eab67b1466b6f2d0d0695be7a3d4a0a1ffa2f2c60dace98fb9ad01ec0db07519fb9d4d078b99d95b6809508c2a72afe6f814fc8f693188
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"regenerator-runtime@npm:^0.14.0":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
checksum: 10/5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471
languageName: node
linkType: hard
"retry-as-promised@npm:^7.0.4":
2023-12-24 10:21:40 -05:00
version: 7.0.4
resolution: "retry-as-promised@npm:7.0.4"
2024-02-01 15:21:25 -05:00
checksum: 10/cd9fd20e990c6980a2979348fbc198aa4a065f03242c1cd7782372da7054253927e0803291c843db07255a38d255936cc0f9da55bf826c9f75443a9dedb8bf4b
2023-10-02 18:40:03 -04:00
languageName: node
linkType: hard
"reusify@npm:^1.0.4":
version: 1.0.4
resolution: "reusify@npm:1.0.4"
checksum: 10/14222c9e1d3f9ae01480c50d96057228a8524706db79cdeb5a2ce5bb7070dd9f409a6f84a02cbef8cdc80d39aef86f2dd03d155188a1300c599b05437dcd2ffb
languageName: node
linkType: hard
"run-parallel@npm:^1.1.9":
version: 1.2.0
resolution: "run-parallel@npm:1.2.0"
dependencies:
queue-microtask: "npm:^1.2.2"
checksum: 10/cb4f97ad25a75ebc11a8ef4e33bb962f8af8516bb2001082ceabd8902e15b98f4b84b4f8a9b222e5d57fc3bd1379c483886ed4619367a7680dad65316993021d
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"seedrandom@npm:^3.0.5":
version: 3.0.5
resolution: "seedrandom@npm:3.0.5"
checksum: 10/acad5e516c04289f61c2fb9848f449b95f58362b75406b79ec51e101ec885293fc57e3675d2f39f49716336559d7190f7273415d185fead8cd27b171ebf7d8fb
languageName: node
linkType: hard
"semver@npm:^7.3, semver@npm:^7.6.0":
2024-07-17 05:14:33 -04:00
version: 7.6.3
resolution: "semver@npm:7.6.3"
2023-08-06 03:52:45 -04:00
bin:
semver: bin/semver.js
2024-07-17 05:14:33 -04:00
checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"sequelize-pool@npm:^8.0.0":
version: 8.0.0
resolution: "sequelize-pool@npm:8.0.0"
checksum: 10/c449ec2f3444f75372fde505bf26a22724ee7336192fd7937e546759bca19256fefd39970230b4eb11f1dcb106607dae7085e14e3dc8e3c1a90d30f7874de204
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-09-24 21:31:42 -04:00
"simple-git@npm:3.27.0":
version: 3.27.0
resolution: "simple-git@npm:3.27.0"
2023-12-24 10:21:40 -05:00
dependencies:
"@kwsites/file-exists": "npm:^1.1.1"
"@kwsites/promise-deferred": "npm:^1.1.1"
2024-06-19 20:46:03 -04:00
debug: "npm:^4.3.5"
2024-09-24 21:31:42 -04:00
checksum: 10/c56c88dd1b5f6ad45c6034eb44f25ee61929a2a5832bd015b8b1b71331071e43bf631edbcc4a8529fa692f9b17576595d95c89218bc5d67be66ed0c1aedc7a76
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"split2@npm:^4.1.0":
version: 4.2.0
resolution: "split2@npm:4.2.0"
2024-02-01 15:21:25 -05:00
checksum: 10/09bbefc11bcf03f044584c9764cd31a252d8e52cea29130950b26161287c11f519807c5e54bd9e5804c713b79c02cefe6a98f4688630993386be353e03f534ab
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-10-07 17:01:16 -04:00
"strnum@npm:^1.0.5":
version: 1.0.5
resolution: "strnum@npm:1.0.5"
2024-02-01 15:21:25 -05:00
checksum: 10/d3117975db8372d4d7b2c07601ed2f65bf21cc48d741f37a8617b76370d228f2ec26336e53791ebc3638264d23ca54e6c241f57f8c69bd4941c63c79440525ca
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"systeminformation@npm:5.23.5":
version: 5.23.5
resolution: "systeminformation@npm:5.23.5"
2023-08-06 03:52:45 -04:00
bin:
systeminformation: lib/cli.js
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/cc7afa317cf6f106ae89fb533f65ea47982972e3a5b4a8747ddc34d4bf06052bfba4ca64a0320828b62155f0e34c42a9b79520a75f9c8db632cad2dfc77dce98
2023-08-06 03:52:45 -04:00
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard
2024-02-28 02:18:28 -05:00
"tiny-emitter@npm:^2.1.0":
version: 2.1.0
resolution: "tiny-emitter@npm:2.1.0"
checksum: 10/75633f4de4f47f43af56aff6162f25b87be7efc6f669fda256658f3c3f4a216f23dc0d13200c6fafaaf1b0c7142f0201352fb06aec0b77f68aea96be898f4516
languageName: node
linkType: hard
"to-regex-range@npm:^5.0.1":
version: 5.0.1
resolution: "to-regex-range@npm:5.0.1"
dependencies:
is-number: "npm:^7.0.0"
checksum: 10/10dda13571e1f5ad37546827e9b6d4252d2e0bc176c24a101252153ef435d83696e2557fe128c4678e4e78f5f01e83711c703eef9814eb12dab028580d45980a
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"toposort-class@npm:^1.0.1":
version: 1.0.1
resolution: "toposort-class@npm:1.0.1"
2024-02-01 15:21:25 -05:00
checksum: 10/166cb89ecb544383691e69eb9305b637dbc239f30894af0984cb4ee40f266c8c0fcadadd4ee6879c5466d1fd9153b22cfa3b19b649337d0da927b866352f7d75
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"ts-mixer@npm:^6.0.4":
2024-02-23 18:30:17 -05:00
version: 6.0.4
resolution: "ts-mixer@npm:6.0.4"
checksum: 10/f20571a4a4ff7b5e1a2ff659208c1ea9d4180dda932b71d289edc99e25a2948c9048e2e676b930302ac0f8e88279e0da6022823183e67de3906a3f3a8b72ea80
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"tslib@npm:^2.6.2, tslib@npm:^2.6.3":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6
2024-06-06 05:25:35 -04:00
languageName: node
linkType: hard
"type-fest@npm:^4.14.0":
2024-09-12 06:29:31 -04:00
version: 4.26.1
resolution: "type-fest@npm:4.26.1"
checksum: 10/b82676194f80af228cb852e320d2ea8381c89d667d2e4d9f2bdfc8f254bccc039c7741a90c53617a4de0c9fdca8265ed18eb0888cd628f391c5c381c33a9f94b
languageName: node
linkType: hard
2024-07-17 05:14:33 -04:00
"typed-function@npm:^4.2.1":
2024-06-06 05:25:35 -04:00
version: 4.2.1
resolution: "typed-function@npm:4.2.1"
checksum: 10/2218d6e4a56c414c2d9c1e3cf2f0d26d6a8848d3e875cbd0eec5a791c25c4ee182cb488a6077b45b110334de7bd7f44fb049feac9e5216bef3172c22acbbf501
2024-02-28 02:18:28 -05:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
2023-08-06 03:52:45 -04:00
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
2023-08-06 03:52:45 -04:00
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Combined Dependabot PR (#172) * Bump dayjs from 1.11.12 to 1.11.13 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.12 to 1.11.13. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.12...v1.11.13) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/node from 22.4.1 to 22.5.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump simple-git from 3.25.0 to 3.26.0 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mathjs from 13.0.3 to 13.1.1 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.3 to 13.1.1. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.3...v13.1.1) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update more deps and fix AutoMod * Update Yarn to 4.4.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-09-03 01:58:06 -04:00
checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"underscore@npm:^1.13.1":
2024-08-10 18:23:25 -04:00
version: 1.13.7
resolution: "underscore@npm:1.13.7"
checksum: 10/1ce3368dbe73d1e99678fa5d341a9682bd27316032ad2de7883901918f0f5d50e80320ccc543f53c1862ab057a818abc560462b5f83578afe2dd8dd7f779766c
2023-12-24 10:21:40 -05:00
languageName: node
linkType: hard
"undici-types@npm:~6.19.2":
2024-08-19 20:31:06 -04:00
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard
2024-08-19 21:31:34 -04:00
"undici@npm:6.19.8, undici@npm:^6.19.8":
2024-08-19 20:31:06 -04:00
version: 6.19.8
resolution: "undici@npm:6.19.8"
checksum: 10/19ae4ba38b029a664d99fd330935ef59136cf99edb04ed821042f27b5a9e84777265fb744c8a7abc83f2059afb019446c69a4ebef07bbc0ed6b2de8d67ef4090
languageName: node
linkType: hard
2024-06-23 02:46:05 -04:00
"universal-user-agent@npm:^7.0.0, universal-user-agent@npm:^7.0.2":
version: 7.0.2
resolution: "universal-user-agent@npm:7.0.2"
checksum: 10/3f02cb6de0bb9fbaf379566bd0320d8e46af6e4358a2e88fce7e70687ed7b48b37f479d728bb22f4204a518e363f3038ac4841c033af1ee2253f6428a6c67e53
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"uuid@npm:8.3.2":
2023-10-05 07:56:29 -04:00
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
2024-02-01 15:21:25 -05:00
checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard
"validator@npm:^13.11.0":
2024-05-09 19:01:31 -04:00
version: 13.12.0
resolution: "validator@npm:13.12.0"
checksum: 10/db6eb0725e2b67d60d30073ae8573982713b5903195d031dc3c7db7e82df8b74e8c13baef8e2106d146d979599fd61a06cde1fec5c148e4abd53d52817ff0fd9
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"wkx@npm:^0.5.0":
version: 0.5.0
resolution: "wkx@npm:0.5.0"
dependencies:
"@types/node": "npm:*"
2024-02-01 15:21:25 -05:00
checksum: 10/b8975e33f9431380eb82707ec39689767f967a8ce362eea5303399618896c983a2dec3ad72fd7273bdf126181c760067519130434344891300ebd54f5d5cbf4a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-04 22:53:01 -04:00
"ws@npm:^8.16.0":
2024-07-17 05:14:33 -04:00
version: 8.18.0
resolution: "ws@npm:8.18.0"
2024-02-17 16:31:59 -05:00
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
2024-07-17 05:14:33 -04:00
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
2024-02-17 16:31:59 -05:00
languageName: node
linkType: hard
2023-12-24 10:21:40 -05:00
"xtend@npm:^4.0.0":
version: 4.0.2
resolution: "xtend@npm:4.0.2"
2024-02-01 15:21:25 -05:00
checksum: 10/ac5dfa738b21f6e7f0dd6e65e1b3155036d68104e67e5d5d1bde74892e327d7e5636a076f625599dc394330a731861e87343ff184b0047fef1360a7ec0a5a36a
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard
2024-05-09 19:01:31 -04:00
"yallist@npm:4.0.0":
2023-08-06 03:52:45 -04:00
version: 4.0.0
resolution: "yallist@npm:4.0.0"
2024-02-01 15:21:25 -05:00
checksum: 10/4cb02b42b8a93b5cf50caf5d8e9beb409400a8a4d85e83bb0685c1457e9ac0b7a00819e9f5991ac25ffabb56a78e2f017c1acc010b3a1babfe6de690ba531abd
2023-08-06 03:52:45 -04:00
languageName: node
linkType: hard