From 1711577882abb3b398ea7edca3f7bb9ac5d1be71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 16:03:24 +0000 Subject: [PATCH] chore(deps-dev): bump webpack from 5.48.0 to 5.52.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.52.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.52.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... 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 3126bae..063c008 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "loader.js": "^4.7.0", "qunit": "^2.16.0", "qunit-dom": "^1.6.0", - "webpack": "^5.48.0" + "webpack": "^5.52.0" }, "peerDependencies": { "caniuse-lite": "^1.0.30001248", diff --git a/yarn.lock b/yarn.lock index b6f379b..49831a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12115,10 +12115,10 @@ webpack@^4.43.0: watchpack "^1.7.4" webpack-sources "^1.4.1" -webpack@^5.48.0: - version "5.48.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83" - integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A== +webpack@^5.52.0: + version "5.52.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.52.0.tgz#88d997c2c3ebb62abcaa453d2a26e0fd917c71a3" + integrity sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.50"