chore(deps): bump winston from 3.14.1 to 3.14.2 (#16453)
* chore(deps): bump winston from 3.14.1 to 3.14.2 Bumps [winston](https://github.com/winstonjs/winston) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2) --- updated-dependencies: - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- 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
9d880f55ad
commit
bbdae34e66
|
|
@ -129,7 +129,7 @@
|
|||
"twitter-api-v2": "1.17.2",
|
||||
"undici": "6.19.7",
|
||||
"uuid": "10.0.0",
|
||||
"winston": "3.14.1",
|
||||
"winston": "3.14.2",
|
||||
"xxhash-wasm": "1.0.2",
|
||||
"zod": "3.23.8"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -246,8 +246,8 @@ importers:
|
|||
specifier: 10.0.0
|
||||
version: 10.0.0
|
||||
winston:
|
||||
specifier: 3.14.1
|
||||
version: 3.14.1
|
||||
specifier: 3.14.2
|
||||
version: 3.14.2
|
||||
xxhash-wasm:
|
||||
specifier: 1.0.2
|
||||
version: 1.0.2
|
||||
|
|
@ -3466,8 +3466,8 @@ packages:
|
|||
ee-first@1.1.1:
|
||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
|
||||
electron-to-chromium@1.5.7:
|
||||
resolution: {integrity: sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==}
|
||||
electron-to-chromium@1.5.8:
|
||||
resolution: {integrity: sha512-4Nx0gP2tPNBLTrFxBMHpkQbtn2hidPVr/+/FTtcCiBYTucqc70zRyVZiOLj17Ui3wTO7SQ1/N+hkHYzJjBzt6A==}
|
||||
|
||||
ellipsize@0.1.0:
|
||||
resolution: {integrity: sha512-5gxbEjcb/Z2n6TTmXZx9wVi3N/DOzE7RXY3Xg9dakDuhX/izwumB9rGjeWUV6dTA0D0+juvo+JonZgNR9sgA5A==}
|
||||
|
|
@ -7168,8 +7168,8 @@ packages:
|
|||
resolution: {integrity: sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==}
|
||||
engines: {node: '>= 12.0.0'}
|
||||
|
||||
winston@3.14.1:
|
||||
resolution: {integrity: sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==}
|
||||
winston@3.14.2:
|
||||
resolution: {integrity: sha512-CO8cdpBB2yqzEf8v895L+GNKYJiEq8eKlHU38af3snQBQ+sdAIUepjMSguOIJC7ICbzm0ZI+Af2If4vIJrtmOg==}
|
||||
engines: {node: '>= 12.0.0'}
|
||||
|
||||
word-wrap@1.2.5:
|
||||
|
|
@ -10249,7 +10249,7 @@ snapshots:
|
|||
browserslist@4.23.3:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001651
|
||||
electron-to-chromium: 1.5.7
|
||||
electron-to-chromium: 1.5.8
|
||||
node-releases: 2.0.18
|
||||
update-browserslist-db: 1.1.0(browserslist@4.23.3)
|
||||
|
||||
|
|
@ -10925,7 +10925,7 @@ snapshots:
|
|||
|
||||
ee-first@1.1.1: {}
|
||||
|
||||
electron-to-chromium@1.5.7: {}
|
||||
electron-to-chromium@1.5.8: {}
|
||||
|
||||
ellipsize@0.1.0: {}
|
||||
|
||||
|
|
@ -15280,7 +15280,7 @@ snapshots:
|
|||
readable-stream: 3.6.2
|
||||
triple-beam: 1.4.1
|
||||
|
||||
winston@3.14.1:
|
||||
winston@3.14.2:
|
||||
dependencies:
|
||||
'@colors/colors': 1.6.0
|
||||
'@dabh/diagnostics': 2.0.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue