Skip to content

Commit

Permalink
fix(deps): update dependency assets-webpack-plugin to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 9806431 commit 01164c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@moonwalker/pre-flight-check": "1.5.12",
"assets-webpack-plugin": "5.1.2",
"assets-webpack-plugin": "7.1.1",
"async": "3.2.5",
"autoprefixer": "10.4.16",
"babel-jest": "27.5.1",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2879,15 +2879,14 @@ assert@^1.1.1:
object.assign "^4.1.4"
util "^0.10.4"

assets-webpack-plugin@5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-5.1.2.tgz#aad63438a7203d3b9d2013673d59ceaa1ff90cba"
integrity sha512-B8bOVw6Tj3jdQ6UesO7/XUCdRjXj5N4258WkaBInbGCY5Vuwnec0Tm/RGxQS8vCnbWAFS1OBx8aABDBtjkJ2bA==
assets-webpack-plugin@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-7.1.1.tgz#0b988bf904a1895cae5820957ad82aa402673894"
integrity sha512-HwsDcu9UR9kv7AtiyMpUO9fARn94SbrLzw5+aQ59RnOZJeet+EVHmOrMwXl8fZ8cZmdZ9Sbl1/l+fn7ymiyfMg==
dependencies:
camelcase "^6.0.0"
escape-string-regexp "^4.0.0"
lodash "^4.17.20"
mkdirp "^1.0.4"
lodash "^4.17.21"

assign-symbols@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -2935,7 +2934,7 @@ [email protected]:
dependencies:
retry "0.13.1"

[email protected], async@^3.2.3:
[email protected]:
version "3.2.5"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
Expand Down

0 comments on commit 01164c5

Please sign in to comment.