Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent 2bb57f0 commit dd8d6f4
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 235 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 2

- name: Setup pnpm
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
with:
version: latest

- name: Setup Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version-file: .node-version
check-latest: true
Expand All @@ -40,17 +40,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 2

- name: Setup pnpm
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
with:
version: latest

- name: Setup Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version-file: .node-version
check-latest: true
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
},
"devDependencies": {
"@hazmi35/eslint-config": "^10.0.0",
"@types/amqplib": "^0.10.1",
"@types/amqplib": "^0.10.4",
"@types/node": "^18.16.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"concurrently": "^8.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.43.0",
"husky": "^8.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.1.3"
},
"dependencies": {
"@frutbits/pino-logger": "^3.3.0",
"@napi-rs/canvas": "^0.1.41",
"@napi-rs/canvas": "^0.1.47",
"@sapphire/decorators": "^6.0.1",
"@sapphire/framework": "^4.4.4",
"@sapphire/plugin-editable-commands": "^3.0.2",
Expand All @@ -82,12 +82,12 @@
"@sapphire/utilities": "^3.12.0",
"amqplib": "^0.10.3",
"canvas-constructor": "^7.0.1",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"got": "^13.0.0",
"moment": "^2.29.4",
"pino-pretty": "^10.0.0",
"moment": "^2.30.1",
"pino-pretty": "^10.3.1",
"pretty-ms": "^8.0.0",
"tslib": "^2.5.3"
"tslib": "^2.6.2"
}
}

0 comments on commit dd8d6f4

Please sign in to comment.