diff --git a/package-lock.json b/package-lock.json index 9e39bdb..eb90c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4270,7 +4270,7 @@ }, "events": { "version": "1.1.1", - "resolved": "http://registry.npmjs.org/events/-/events-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=" }, "events-light": { @@ -10286,9 +10286,9 @@ "dev": true }, "webpack": { - "version": "4.27.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.27.1.tgz", - "integrity": "sha512-WArHiLvHrlfyRM8i7f+2SFbr/XbQ0bXqTkPF8JpHOzub5482Y3wx7rEO8stuLGOKOgZJcqcisLhD7LrM/+fVMw==", + "version": "4.28.4", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz", + "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==", "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-module-context": "1.7.11", diff --git a/package.json b/package.json index a97b7a2..fb124c2 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "tiny-queue": "^0.2.1", "uuid": "^3.3.2", "web-animations-js": "^2.3.1", - "webpack": "^4.27.1", + "webpack": "^4.28.4", "webpack-bundle-analyzer": "^3.0.3" }, "devDependencies": {