diff --git a/package-lock.json b/package-lock.json index 3cdd6e4..966919f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "html", + "name": "foundry", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { - "git-conventional-commits": "^1.2.0" + "git-conventional-commits": "^2.1.0" } }, "node_modules/ansi-regex": { @@ -78,9 +78,9 @@ } }, "node_modules/git-conventional-commits": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/git-conventional-commits/-/git-conventional-commits-1.2.0.tgz", - "integrity": "sha512-8nYsnOX3RYlWxGWAt6DgfWtlI1zXxrrcTj1cMqrIIN+KjLdBXaj2sG1Qd3+Lu9vtPLx9VjcAv9SE50GLY8Tx9Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/git-conventional-commits/-/git-conventional-commits-2.1.0.tgz", + "integrity": "sha512-7krCJ8oJNkraqFp7jArMjtIahBbv8JB42SoUy13xymQ7cEXM1fQ3DO1k7HK+ZjQ2rZTtCmHMXMURaKqaCQoMGg==", "dependencies": { "yargs": "^17.3.1" }, @@ -231,9 +231,9 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" }, "git-conventional-commits": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/git-conventional-commits/-/git-conventional-commits-1.2.0.tgz", - "integrity": "sha512-8nYsnOX3RYlWxGWAt6DgfWtlI1zXxrrcTj1cMqrIIN+KjLdBXaj2sG1Qd3+Lu9vtPLx9VjcAv9SE50GLY8Tx9Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/git-conventional-commits/-/git-conventional-commits-2.1.0.tgz", + "integrity": "sha512-7krCJ8oJNkraqFp7jArMjtIahBbv8JB42SoUy13xymQ7cEXM1fQ3DO1k7HK+ZjQ2rZTtCmHMXMURaKqaCQoMGg==", "requires": { "yargs": "^17.3.1" } diff --git a/package.json b/package.json index b327a2a..23f1db3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "git-conventional-commits": "^1.2.0" + "git-conventional-commits": "^2.1.0" } }