mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Dependency upgrade (for the past few missed dependabot updates) (#1117)
* Bump dotenv from 16.0.0 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump p-retry from 4.6.2 to 6.2.0 Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 6.2.0. - [Release notes](https://github.com/sindresorhus/p-retry/releases) - [Commits](https://github.com/sindresorhus/p-retry/compare/v4.6.2...v6.2.0) --- updated-dependencies: - dependency-name: p-retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump ora from 6.1.0 to 8.1.0 Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.0 to 8.1.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v6.1.0...v8.1.0) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @types/validator from 13.7.2 to 13.12.2 Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.7.2 to 13.12.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@types/validator" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump prisma from 4.16.0 to 5.21.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.16.0 to 5.21.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f1b4c74c09
commit
e23f89706e
2 changed files with 184 additions and 106 deletions
10
package.json
10
package.json
|
@ -41,7 +41,7 @@
|
|||
"@types/node": "^17.0.0",
|
||||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/spotify-web-api-node": "^5.0.2",
|
||||
"@types/validator": "^13.1.4",
|
||||
"@types/validator": "^13.12.2",
|
||||
"@types/ws": "8.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
||||
"@typescript-eslint/parser": "^4.31.1",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"eslint-config-xo-typescript": "^0.44.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"husky": "^4.3.8",
|
||||
"prisma": "4.16.0",
|
||||
"prisma": "5.21.1",
|
||||
"release-it": "^14.11.8",
|
||||
"type-fest": "^2.12.0",
|
||||
"typescript": "^4.6.4"
|
||||
|
@ -98,7 +98,7 @@
|
|||
"delay": "^5.0.0",
|
||||
"discord-api-types": "0.32.1",
|
||||
"discord.js": "14.11.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"execa": "^6.1.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-capacitor": "^7.0.1",
|
||||
|
@ -111,11 +111,11 @@
|
|||
"make-dir": "^3.1.0",
|
||||
"node-emoji": "^1.10.0",
|
||||
"nodesplash": "^0.1.1",
|
||||
"ora": "^6.1.0",
|
||||
"ora": "^8.1.0",
|
||||
"p-event": "^5.0.1",
|
||||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.2.0",
|
||||
"p-retry": "4.6.2",
|
||||
"p-retry": "6.2.0",
|
||||
"pagination.djs": "^4.0.10",
|
||||
"parse-duration": "1.0.2",
|
||||
"patch-package": "^8.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue