From 67e09049f9453730c53733f30aeb71aadaaab421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 2 May 2019 21:53:57 +0000 Subject: [PATCH] Bump customizr from 1.2.1 to 1.3.0 Bumps [customizr](https://github.com/Modernizr/customizr) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/Modernizr/customizr/releases) - [Commits](https://github.com/Modernizr/customizr/compare/1.2.1...1.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8420fe2cc..d41ebc380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4592,9 +4592,9 @@ "dev": true }, "customizr": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/customizr/-/customizr-1.2.1.tgz", - "integrity": "sha512-ehwfABmC5eQQ3rGdvQnPUJEwolIvD3kYEQTM3+w6JH1SHaSRYKgnqLDv3+h030ZhmpoTyZlGmI66286LdILw5Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/customizr/-/customizr-1.3.0.tgz", + "integrity": "sha512-ZBnaJBTXD05tJPoG992dCFlUAt9AdhwCzHLWBJfbIDB9qkqRBJm8OkT6R5I0ZL97Qa4eJRe8GlCnW06i8ZYlfw==", "dev": true, "requires": { "colors": "^1.3.3", diff --git a/package.json b/package.json index 7163fc0e9..43bca6106 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "css-mqpacker": "^7.0.0", "cssmin": "^0.4.3", "custom-event-polyfill": "^1.0.7", - "customizr": "^1.2.1", + "customizr": "^1.3.0", "eslint": "^5.16.0", "event-hooks-webpack-plugin": "^2.1.1", "expose-loader": "^0.7.4",