diff --git a/package-lock.json b/package-lock.json index 41bb3e0..594bd71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,20 +56,22 @@ } }, "@commitlint/config-angular": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-5.0.0.tgz", - "integrity": "sha512-cU90rYhRAY1zajCud/u4VFC7Q2BFOCg0P0vDwdbpyzkzAEySj2fSdm8gfEl3Jrp7DMkmXBb0tk45mx0dD19b+Q==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-5.1.1.tgz", + "integrity": "sha512-6tTIm/vIxetMsoARA3WLQVYpjr1JQxbshN+Ax1neIU0rz3weJEeSdG21n6nAPH1fBcsZ0kLALN7J4umFVuXTgw==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "5.0.0" + "@commitlint/config-angular-type-enum": "5.1.1" + }, + "dependencies": { + "@commitlint/config-angular-type-enum": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-5.1.1.tgz", + "integrity": "sha512-5DE9BRJHxPDtSNqz3C7QD5xBMQL8wII+r6EWSj8O888Ps66tVlHzwj4grF+fe4+wg1d03+n4eZE+4PaV6Ua1cQ==", + "dev": true + } } }, - "@commitlint/config-angular-type-enum": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-5.0.0.tgz", - "integrity": "sha512-CdiDu8nM1LmNdW393yER4viT8CUPXd1MFVTOSCJxLKnt3ApJDDpv3013x5mj7pYZxvhANOMIhrLHKCjAwNhgfA==", - "dev": true - }, "@commitlint/core": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@commitlint/core/-/core-5.0.0.tgz", diff --git a/package.json b/package.json index 20effeb..6a0d0fd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@commitlint/cli": "^5.0.0", - "@commitlint/config-angular": "^5.0.0", + "@commitlint/config-angular": "^5.1.1", "babel-cli": "^6.24.1", "babel-loader": "^7.1.1", "babel-plugin-transform-object-rest-spread": "^6.26.0",