-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependencies (non-major)
- Loading branch information
1 parent
7203162
commit 29f91a1
Showing
4 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Node.js environment | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: '18' | ||
- uses: actions/cache@v4 | ||
|
@@ -40,7 +40,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup Node.js environment | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: '18' | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Node.js environment | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: '18' | ||
- uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,6 @@ | |
"dependencies": { | ||
"axios": "1.7.2", | ||
"bottleneck": "2.19.5", | ||
"winston": "3.13.0" | ||
"winston": "3.13.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" | ||
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== | ||
|
||
"@colors/colors@^1.6.0": | ||
"@colors/colors@1.6.0", "@colors/colors@^1.6.0": | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.6.0.tgz#ec6cd237440700bc23ca23087f513c75508958b0" | ||
integrity sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA== | ||
|
@@ -1650,6 +1650,18 @@ logform@^2.3.2, logform@^2.4.0: | |
safe-stable-stringify "^2.3.1" | ||
triple-beam "^1.3.0" | ||
|
||
logform@^2.6.0: | ||
version "2.6.1" | ||
resolved "https://registry.yarnpkg.com/logform/-/logform-2.6.1.tgz#71403a7d8cae04b2b734147963236205db9b3df0" | ||
integrity sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA== | ||
dependencies: | ||
"@colors/colors" "1.6.0" | ||
"@types/triple-beam" "^1.3.2" | ||
fecha "^4.2.0" | ||
ms "^2.1.1" | ||
safe-stable-stringify "^2.3.1" | ||
triple-beam "^1.3.0" | ||
|
||
lru-cache@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" | ||
|
@@ -2343,16 +2355,16 @@ winston@*: | |
triple-beam "^1.3.0" | ||
winston-transport "^4.5.0" | ||
|
||
[email protected].0: | ||
version "3.13.0" | ||
resolved "https://registry.yarnpkg.com/winston/-/winston-3.13.0.tgz#e76c0d722f78e04838158c61adc1287201de7ce3" | ||
integrity sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ== | ||
[email protected].1: | ||
version "3.13.1" | ||
resolved "https://registry.yarnpkg.com/winston/-/winston-3.13.1.tgz#53ddadb9c2332eb12cff8306413b3480dc82b6c3" | ||
integrity sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw== | ||
dependencies: | ||
"@colors/colors" "^1.6.0" | ||
"@dabh/diagnostics" "^2.0.2" | ||
async "^3.2.3" | ||
is-stream "^2.0.0" | ||
logform "^2.4.0" | ||
logform "^2.6.0" | ||
one-time "^1.0.0" | ||
readable-stream "^3.4.0" | ||
safe-stable-stringify "^2.3.1" | ||
|