Skip to content

Commit 1da128a

Browse files
committed
fix(deps): update dependency rotating-file-stream to v3
1 parent 03651e5 commit 1da128a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"proxy-agent": "^5.0.0",
9595
"proxy-from-env": "^1.1.0",
9696
"qs": "6.10.1",
97-
"rotating-file-stream": "^2.1.1",
97+
"rotating-file-stream": "^3.0.0",
9898
"safe-buffer": "^5.1.1",
9999
"safe-compare": "^1.1.4",
100100
"semver": "^7.1.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3701,10 +3701,10 @@ rimraf@^3.0.2:
37013701
dependencies:
37023702
glob "^7.1.3"
37033703

3704-
rotating-file-stream@^2.1.1:
3705-
version "2.1.5"
3706-
resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-2.1.5.tgz#6490d0a09e11dd4d441aa5d4d3676debed4a44e4"
3707-
integrity sha512-wnYazkT8oD5HXTj44WhB030aKo74OyICrPz/QKCUah59QD7Np4OhdoTC0WNZfhMx1ClsZp4lYMlAdof+DIkZ1Q==
3704+
rotating-file-stream@^3.0.0:
3705+
version "3.0.0"
3706+
resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.0.0.tgz#5193da921808dc98e1e60595fb2f32d33d622884"
3707+
integrity sha512-qKk1AAjrKxFYIqRU/GBSzwMLM7wqHYxztKXk7h55728n5EU2sKlPNlcXjqfbK11TiOUZChbtAHDCDIGCE6cg5g==
37083708

37093709
37103710
version "2.0.0-alpha.1"

0 commit comments

Comments
 (0)