diff --git a/package-lock.json b/package-lock.json index 5d8a7efa3..88c760d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,12 +83,6 @@ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, - "lodash.merge": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", - "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==", - "dev": true - }, "supports-color": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.2.0.tgz", @@ -101,18 +95,18 @@ } }, "@commitlint/config-angular": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-6.1.0.tgz", - "integrity": "sha1-hC6mlex6MbsvdR9YXXA/LV4Sezs=", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-6.1.2.tgz", + "integrity": "sha1-k0Xo43shSQCqj+DQq8yRy4rgKJQ=", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "6.1.0" + "@commitlint/config-angular-type-enum": "6.1.2" } }, "@commitlint/config-angular-type-enum": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-6.1.0.tgz", - "integrity": "sha1-78DBbC40//YhlJFbtEagXRBLFcA=", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-6.1.2.tgz", + "integrity": "sha1-z0K9qwwEbIDNM5DM5jPeked9MBw=", "dev": true }, "@commitlint/ensure": { @@ -192,14 +186,6 @@ "lodash.pick": "4.4.0", "lodash.topairs": "4.3.0", "resolve-from": "4.0.0" - }, - "dependencies": { - "lodash.merge": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", - "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==", - "dev": true - } } }, "@commitlint/message": { @@ -242,14 +228,6 @@ "require-uncached": "1.0.3", "resolve-from": "4.0.0", "resolve-global": "0.1.0" - }, - "dependencies": { - "lodash.merge": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", - "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==", - "dev": true - } } }, "@commitlint/rules": { diff --git a/package.json b/package.json index 4362a60be..ddeeb045f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "description": "A patched AudioContext which imitates the current API in current browsers.", "devDependencies": { "@commitlint/cli": "^6.1.2", - "@commitlint/config-angular": "^6.1.0", + "@commitlint/config-angular": "^6.1.2", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0",