From cc7833c439636670c35472cbf2fdf8fd24dfe22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:19:48 +0000 Subject: [PATCH] chore(deps): bump webpack from 5.90.2 to 5.90.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.90.2 to 5.90.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.90.2...v5.90.3) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8e61f71..de598d8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@rails/ujs": "^7.1.3", "@rails/webpacker": "^6.0.0-rc.6", "turbolinks": "^5.2.0", - "webpack": "^5.90.2", + "webpack": "^5.90.3", "webpack-cli": "^4.10.0" }, "version": "0.1.0", diff --git a/yarn.lock b/yarn.lock index 060e6a4..da246c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2625,10 +2625,10 @@ webpack-sources@^3.2.1, webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5.53.0, webpack@^5.90.2: - version "5.90.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.2.tgz#189686a8a292427076db9907d495625345805fab" - integrity sha512-ziXu8ABGr0InCMEYFnHrYweinHK2PWrMqnwdHk2oK3rRhv/1B+2FnfwYv5oD+RrknK/Pp/Hmyvu+eAsaMYhzCw== +webpack@^5.53.0, webpack@^5.90.3: + version "5.90.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.3.tgz#37b8f74d3ded061ba789bb22b31e82eed75bd9ac" + integrity sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^1.0.5"