From 8df3ccad43ba2b95f3f9b910ee920786a85d5d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 23:16:12 +0100 Subject: [PATCH] Update dependency webpack to ^4.41.2 (#6374) --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4e60b4a2a71..68fe6a7e173 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "@types/storybook__react": "4.0.2", "@types/textarea-caret": "3.0.0", "@types/uuid": "3.4.5", - "@types/webpack": "4.39.2", + "@types/webpack": "4.39.8", "@types/webpack-dev-server": "3.1.7", "@types/whatwg-url": "6.4.0", "abort-controller": "^3.0.0", @@ -195,7 +195,7 @@ "typescript": "^3.6.3", "utc-version": "^2.0.1", "web-ext": "npm:@sourcegraph/web-ext@^3.0.0-fork.1", - "webpack": "^4.41.0", + "webpack": "^4.41.2", "webpack-dev-server": "^3.8.1", "worker-loader": "^2.0.0", "yarn-deduplicate": "^1.1.1" diff --git a/yarn.lock b/yarn.lock index cfba5919484..3232bbb4de3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2970,10 +2970,10 @@ "@types/source-list-map" "*" source-map "^0.6.1" -"@types/webpack@*", "@types/webpack@4.39.2", "@types/webpack@^4.4.19": - version "4.39.2" - resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.39.2.tgz#fcaa85607a9bdd0e8f86a350f239ff08aede8584" - integrity sha512-3c7+vcmyyIi3RBoOdXs8k3E9rQVIy6yOBqK0DFk6lnJ76JUfbDBWbEf1JflzyPQf56W4ToE+2YPnbxbucniW5w== +"@types/webpack@*", "@types/webpack@4.39.8", "@types/webpack@^4.4.19": + version "4.39.8" + resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.39.8.tgz#8083a4eb850ea02961ef6161465434c9b478851f" + integrity sha512-lkJvwNJQUPW2SbVwAZW9s9whJp02nzLf2yTNwMULa4LloED9MYS1aNnGeoBCifpAI1pEBkTpLhuyRmBnLEOZAA== dependencies: "@types/anymatch" "*" "@types/node" "*" @@ -18175,10 +18175,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack- source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.33.0, webpack@^4.38.0, webpack@^4.41.0: - version "4.41.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b" - integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g== +webpack@^4.33.0, webpack@^4.38.0, webpack@^4.41.2: + version "4.41.2" + resolved "https://registry.npmjs.org/webpack/-/webpack-4.41.2.tgz#c34ec76daa3a8468c9b61a50336d8e3303dce74e" + integrity sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"