From 447da60a09259b920c02f7d89335c7f797eca547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 28 May 2018 09:23:14 +0000 Subject: [PATCH] build: bump webpack from 4.8.3 to 4.9.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.8.3 to 4.9.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.8.3...v4.9.1) Signed-off-by: dependabot[bot] --- package-lock.json | 39 ++++++++++++++++++++------------------- yarn.lock | 12 +++++++----- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d44d44a2..f271d1c60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14870,7 +14870,7 @@ "fast-deep-equal": "2.0.1", "fast-json-stable-stringify": "2.0.0", "json-schema-traverse": "0.3.1", - "uri-js": "4.2.1" + "uri-js": "4.2.2" } }, "ajv-keywords": { @@ -14886,18 +14886,18 @@ "dev": true }, "punycode": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz", - "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "uri-js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.1.tgz", - "integrity": "sha512-jpKCA3HjsBfSDOEgxRDAxQCNyHfCPSbq57PqCkd3gAyBuPb3IWxw54EHncqESznIdqSetHfw3D7ylThu2Kcc9A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { - "punycode": "2.1.0" + "punycode": "2.1.1" } } } @@ -17810,9 +17810,9 @@ "optional": true }, "webpack": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.8.3.tgz", - "integrity": "sha512-/hfAjBISycdK597lxONjKEFX7dSIU1PsYwC3XlXUXoykWBlv9QV5HnO+ql3HvrrgfBJ7WXdnjO9iGPR2aAc5sw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.9.1.tgz", + "integrity": "sha512-7wiiJrqbcoOziQeQmhUInnDgW53JIjysr4Wsl3DQeNxMq7YfWqi30kcIcW6pj10ch43AJ7mgiBJhHvYDfun9Pw==", "dev": true, "requires": { "@webassemblyjs/ast": "1.4.3", @@ -17825,6 +17825,7 @@ "chrome-trace-event": "0.1.3", "enhanced-resolve": "4.0.0", "eslint-scope": "3.7.1", + "json-parse-better-errors": "1.0.2", "loader-runner": "2.3.0", "loader-utils": "1.1.0", "memory-fs": "0.4.1", @@ -17854,7 +17855,7 @@ "fast-deep-equal": "2.0.1", "fast-json-stable-stringify": "2.0.0", "json-schema-traverse": "0.3.1", - "uri-js": "4.2.1" + "uri-js": "4.2.2" } }, "ajv-keywords": { @@ -18165,18 +18166,18 @@ } }, "punycode": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.0.tgz", - "integrity": "sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, "uri-js": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.1.tgz", - "integrity": "sha512-jpKCA3HjsBfSDOEgxRDAxQCNyHfCPSbq57PqCkd3gAyBuPb3IWxw54EHncqESznIdqSetHfw3D7ylThu2Kcc9A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { - "punycode": "2.1.0" + "punycode": "2.1.1" } } } diff --git a/yarn.lock b/yarn.lock index a7326710d..31d920af7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3527,9 +3527,10 @@ form-data@~2.3.1: combined-stream "1.0.6" mime-types "^2.1.12" -"foundation-docs@git+https://github.com/zurb/foundation-docs.git#60e24283f3d578a97a8507b2263cb685948613b1": +"foundation-docs@git+https://github.com/zurb/foundation-docs.git#7a978ff933086df4826285ea60301937a7e81aad": version "0.2.1" - resolved "git+https://github.com/zurb/foundation-docs.git#60e24283f3d578a97a8507b2263cb685948613b1" + uid "7a978ff933086df4826285ea60301937a7e81aad" + resolved "git+https://github.com/zurb/foundation-docs.git#7a978ff933086df4826285ea60301937a7e81aad" dependencies: cheerio "^0.20.0" handlebars "^4.0.11" @@ -5213,7 +5214,7 @@ json-loader@^0.5.4: version "0.5.7" resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d" -json-parse-better-errors@^1.0.1: +json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -9509,8 +9510,8 @@ webpack@^3.4.1: yargs "^8.0.2" webpack@^4.5.0: - version "4.8.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.8.3.tgz#957c8e80000f9e5cc03d775e78b472d8954f4eeb" + version "4.9.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.9.1.tgz#fa7bd738b17fd7f09f37da461b2f5c16c6565f34" dependencies: "@webassemblyjs/ast" "1.4.3" "@webassemblyjs/wasm-edit" "1.4.3" @@ -9522,6 +9523,7 @@ webpack@^4.5.0: chrome-trace-event "^0.1.1" enhanced-resolve "^4.0.0" eslint-scope "^3.7.1" + json-parse-better-errors "^1.0.2" loader-runner "^2.3.0" loader-utils "^1.1.0" memory-fs "~0.4.1" -- 2.47.2