diff --git a/package-lock.json b/package-lock.json index 960066ee..40cc1008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "license": "MPL-2.0", "dependencies": { "@cliqz/url-parser": "1.1.5", @@ -50,7 +50,7 @@ "broccoli-plugin": "4.0.7", "broccoli-source": "3.0.1", "camelcase": "6.3.0", - "chai": "4.3.10", + "chai": "4.5.0", "chai-as-promised": "7.1.1", "chai-dom": "1.12.0", "colors": "1.4.0", @@ -5392,10 +5392,11 @@ "dev": true }, "node_modules/chai": { - "version": "4.3.10", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", - "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.5.0.tgz", + "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==", "dev": true, + "license": "MIT", "dependencies": { "assertion-error": "^1.1.0", "check-error": "^1.0.3", @@ -5403,7 +5404,7 @@ "get-func-name": "^2.0.2", "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.8" + "type-detect": "^4.1.0" }, "engines": { "node": ">=4" @@ -5433,6 +5434,16 @@ "chai": ">= 3" } }, + "node_modules/chai/node_modules/type-detect": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", + "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", diff --git a/package.json b/package.json index e63de75e..59eb9791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-discovery-project", - "version": "1.1.71", + "version": "1.1.72", "description": "Standalone Web Discovery Project package and extension", "scripts": { "lint": "node fern.js lint", @@ -71,7 +71,7 @@ "broccoli-plugin": "4.0.7", "broccoli-source": "3.0.1", "camelcase": "6.3.0", - "chai": "4.3.10", + "chai": "4.5.0", "chai-as-promised": "7.1.1", "chai-dom": "1.12.0", "colors": "1.4.0",