Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbb83d6

Browse files
authoredDec 5, 2024
Update dependency pump to v3.0.2
1 parent 79690c6 commit bbb83d6

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
@@ -55,7 +55,7 @@
5555
"inquirer": "8.2.4",
5656
"postcss": "8.2.13",
5757
"postcss-easy-import": "4.0.0",
58-
"pump": "3.0.0"
58+
"pump": "3.0.2"
5959
},
6060
"browserslist": [
6161
"defaults"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4800,10 +4800,10 @@ psl@^1.1.28:
48004800
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
48014801
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
48024802

4803-
pump@3.0.0, pump@^3.0.0:
4804-
version "3.0.0"
4805-
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
4806-
integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
4803+
pump@3.0.2, pump@^3.0.0:
4804+
version "3.0.2"
4805+
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz#836f3edd6bc2ee599256c924ffe0d88573ddcbf8"
4806+
integrity sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==
48074807
dependencies:
48084808
end-of-stream "^1.1.0"
48094809
once "^1.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.