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",