Skip to content

Commit

Permalink
chore(deps): update dependency terser-webpack-plugin to v5.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2023
1 parent e0e4386 commit c2574cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"mocha": "10.2.0",
"nyc": "15.1.0",
"semantic-release": "19.0.5",
"terser-webpack-plugin": "5.3.7",
"terser-webpack-plugin": "5.3.8",
"webpack": "5.82.0",
"webpack-cli": "5.0.2"
},
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7450,7 +7450,18 @@ tempy@^1.0.0:
type-fest "^0.16.0"
unique-string "^2.0.0"

[email protected], terser-webpack-plugin@^5.3.7:
[email protected]:
version "5.3.8"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.8.tgz#415e03d2508f7de63d59eca85c5d102838f06610"
integrity sha512-WiHL3ElchZMsK27P8uIUh4604IgJyAW47LVXGbEoB21DbQcZ+OuMpGjVYnEUaqcWM6dO8uS2qUbA7LSCWqvsbg==
dependencies:
"@jridgewell/trace-mapping" "^0.3.17"
jest-worker "^27.4.5"
schema-utils "^3.1.1"
serialize-javascript "^6.0.1"
terser "^5.16.8"

terser-webpack-plugin@^5.3.7:
version "5.3.7"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
Expand All @@ -7461,7 +7472,7 @@ [email protected], terser-webpack-plugin@^5.3.7:
serialize-javascript "^6.0.1"
terser "^5.16.5"

terser@^5.16.5:
terser@^5.16.5, terser@^5.16.8:
version "5.17.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.17.1.tgz#948f10830454761e2eeedc6debe45c532c83fd69"
integrity sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==
Expand Down

0 comments on commit c2574cc

Please sign in to comment.