From 492c3209e84d293334204b76dbfe397da026b8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 07:30:33 +0000 Subject: [PATCH] Bump webpack from 4.32.0 to 4.32.1 in /slides Bumps [webpack](https://github.com/webpack/webpack) from 4.32.0 to 4.32.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.32.0...v4.32.1) Signed-off-by: dependabot[bot] --- slides/package-lock.json | 6 +++--- slides/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/slides/package-lock.json b/slides/package-lock.json index 2bd4b105..c3f3b689 100644 --- a/slides/package-lock.json +++ b/slides/package-lock.json @@ -6425,9 +6425,9 @@ } }, "webpack": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.0.tgz", - "integrity": "sha512-ofFq9jjAn4HRzlmkcZZrjijbRZcqDw+mM9KrjKd0r6lS0qxyZ7jzICzhphGafXL62dGdjP7TgMK9mZeMLUgZgw==", + "version": "4.32.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.1.tgz", + "integrity": "sha512-R0S2tfWP2tZ8ZC2dwgnUVfa9LPvhGWJXjqfgIQ6jply+9ncBbt8IZ9p83uVeqsZ/s8zKA3XyepciWNHnSxxnHg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.8.5", diff --git a/slides/package.json b/slides/package.json index 3260de2e..e00f3a34 100644 --- a/slides/package.json +++ b/slides/package.json @@ -16,7 +16,7 @@ "mini-css-extract-plugin": "^0.6.0", "pug": "^2.0.3", "pug-loader": "^2.4.0", - "webpack": "^4.32.0", + "webpack": "^4.32.1", "webpack-cli": "^3.3.2" }, "scripts": {