Skip to content

Commit

Permalink
Merge pull request #163 from mskian/renovate/terser-5.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency terser to ^5.31.2
  • Loading branch information
mskian authored Jul 10, 2024
2 parents df1db45 + f5e283b commit 901394a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"sharp": "0.32.6"
},
"dependencies": {
"terser": "^5.31.1"
"terser": "^5.31.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2112,10 +2112,10 @@ tar-stream@^3.1.5:
fast-fifo "^1.2.0"
streamx "^2.15.0"

terser@^5.31.1:
version "5.31.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.1.tgz#735de3c987dd671e95190e6b98cfe2f07f3cf0d4"
integrity sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==
terser@^5.31.2:
version "5.31.2"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.2.tgz#b5ca188107b706084dca82f988089fa6102eba11"
integrity sha512-LGyRZVFm/QElZHy/CPr/O4eNZOZIzsrQ92y4v9UJe/pFJjypje2yI3C2FmPtvUEnhadlSbmG2nXtdcjHOjCfxw==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
Expand Down

0 comments on commit 901394a

Please sign in to comment.