Skip to content

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 Apr 6, 2024
1 parent 085f891 commit 85c6dc3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,35 +53,35 @@
"printWidth": 120
},
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.53",
"date-fns": "2.29.3",
"discord.js": "14.9.0",
"dotenv": "16.0.3",
"got": "12.6.0",
"@discordjs/voice": "^0.16.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.4.12",
"date-fns": "2.30.0",
"discord.js": "14.14.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"i18n": "0.15.1",
"opusscript": "0.0.8",
"opusscript": "0.1.1",
"prism-media": "1.3.5",
"soundcloud.ts": "0.5.0",
"tslib": "2.5.0",
"soundcloud.ts": "0.5.2",
"tslib": "2.6.2",
"tweetnacl": "1.0.3",
"youtubei": "1.1.2"
"youtubei": "1.4.0"
},
"devDependencies": {
"@clytage-pkg/eslint-config": "2.0.0",
"@types/i18n": "0.13.6",
"@types/node": "18.16.0",
"@types/i18n": "0.13.10",
"@types/node": "18.19.30",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rimraf": "^5.0.5",
"typescript": "5.2.2"
},
"optionalDependencies": {
"play-dl": "^1.9.6"
"play-dl": "^1.9.7"
}
}

0 comments on commit 85c6dc3

Please sign in to comment.