diff --git a/package-lock.json b/package-lock.json index 1951946..11bc4df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "conventional-github-releaser": "^3.1.5", "docsify-cli": "^4.4.4", "finepack": "^2.12.2", - "git-authors-cli": "^1.0.47", + "git-authors-cli": "^1.0.48", "gulp": "^4.0.2", "gulp-autoprefixer": "^9.0.0", "gulp-concat": "^2.6.1", @@ -8071,16 +8071,16 @@ } }, "node_modules/git-authors-cli": { - "version": "1.0.47", - "resolved": "https://registry.npmjs.org/git-authors-cli/-/git-authors-cli-1.0.47.tgz", - "integrity": "sha512-7Hc3cp6eUJGvUsul5yfYBhnJBH8CrhKA/5STjYJ0FAgn+EIc4oTpx8zkWJMC2zxiioK1qW4jfH7vS4vpu6hBDA==", + "version": "1.0.48", + "resolved": "https://registry.npmjs.org/git-authors-cli/-/git-authors-cli-1.0.48.tgz", + "integrity": "sha512-Nf6NYoWJAhi9mp837PrLCagqcg7R7Y9iRsy2ve93q0fc9QZjO68UL2B3VwOu26q0+r4L6hqvMhTDRWOPbLOqjQ==", "dev": true, "dependencies": { "email-regex": "~4.0.0", - "execa": "~5.1.1", "json-future": "~2.2.18", "mri": "~1.2.0", - "picocolors": "~1.0.0" + "picocolors": "~1.0.0", + "tinyspawn": "~1.2.2" }, "bin": { "git-authors": "bin/index.js", @@ -22146,6 +22146,15 @@ "node": ">=4" } }, + "node_modules/tinyspawn": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.2.2.tgz", + "integrity": "sha512-QInaMwwUk/Vr+pbM5ZwqoUcS7zRZz/hQkCBMQf4N2miI4TqIbh7OyI6dSgSPTdseeafvpmZjWWlUJx9s+pk/zA==", + "dev": true, + "engines": { + "node": ">= 18" + } + }, "node_modules/tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -29938,16 +29947,16 @@ } }, "git-authors-cli": { - "version": "1.0.47", - "resolved": "https://registry.npmjs.org/git-authors-cli/-/git-authors-cli-1.0.47.tgz", - "integrity": "sha512-7Hc3cp6eUJGvUsul5yfYBhnJBH8CrhKA/5STjYJ0FAgn+EIc4oTpx8zkWJMC2zxiioK1qW4jfH7vS4vpu6hBDA==", + "version": "1.0.48", + "resolved": "https://registry.npmjs.org/git-authors-cli/-/git-authors-cli-1.0.48.tgz", + "integrity": "sha512-Nf6NYoWJAhi9mp837PrLCagqcg7R7Y9iRsy2ve93q0fc9QZjO68UL2B3VwOu26q0+r4L6hqvMhTDRWOPbLOqjQ==", "dev": true, "requires": { "email-regex": "~4.0.0", - "execa": "~5.1.1", "json-future": "~2.2.18", "mri": "~1.2.0", - "picocolors": "~1.0.0" + "picocolors": "~1.0.0", + "tinyspawn": "~1.2.2" }, "dependencies": { "picocolors": { @@ -40654,6 +40663,12 @@ "integrity": "sha512-7cR8rLy2QhYHpsBDBVYnnWXm8uRTr38RoZakFSW7Bs7PzfMPNZthuMLkwqZv7MTu8lhQ91cOFYS5a7iFj2oR3w==", "dev": true }, + "tinyspawn": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.2.2.tgz", + "integrity": "sha512-QInaMwwUk/Vr+pbM5ZwqoUcS7zRZz/hQkCBMQf4N2miI4TqIbh7OyI6dSgSPTdseeafvpmZjWWlUJx9s+pk/zA==", + "dev": true + }, "tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", diff --git a/package.json b/package.json index 4017a01..3c707d9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "conventional-github-releaser": "^3.1.5", "docsify-cli": "^4.4.4", "finepack": "^2.12.2", - "git-authors-cli": "^1.0.47", + "git-authors-cli": "^1.0.48", "gulp": "^4.0.2", "gulp-autoprefixer": "^9.0.0", "gulp-concat": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index 12d7386..08c333c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3888,7 +3888,7 @@ execa@^2.0.3, execa@^2.0.4: signal-exit "^3.0.2" strip-final-newline "^2.0.0" -execa@^5.0.0, execa@~5.1.1: +execa@^5.0.0: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== @@ -4609,16 +4609,16 @@ gh-got@^7.0.0: got "^8.0.0" is-plain-obj "^1.1.0" -git-authors-cli@^1.0.47: - version "1.0.47" - resolved "https://registry.yarnpkg.com/git-authors-cli/-/git-authors-cli-1.0.47.tgz#5c1f611a9db30aec39c7418877faedeeaa0a7789" - integrity sha512-7Hc3cp6eUJGvUsul5yfYBhnJBH8CrhKA/5STjYJ0FAgn+EIc4oTpx8zkWJMC2zxiioK1qW4jfH7vS4vpu6hBDA== +git-authors-cli@^1.0.48: + version "1.0.48" + resolved "https://registry.yarnpkg.com/git-authors-cli/-/git-authors-cli-1.0.48.tgz#f7d7d9270575520f90cc114db6d88f1c82bc37c3" + integrity sha512-Nf6NYoWJAhi9mp837PrLCagqcg7R7Y9iRsy2ve93q0fc9QZjO68UL2B3VwOu26q0+r4L6hqvMhTDRWOPbLOqjQ== dependencies: email-regex "~4.0.0" - execa "~5.1.1" json-future "~2.2.18" mri "~1.2.0" picocolors "~1.0.0" + tinyspawn "~1.2.2" git-raw-commits@2.0.0: version "2.0.0" @@ -11000,6 +11000,11 @@ tinydate@^1.3.0: resolved "https://registry.yarnpkg.com/tinydate/-/tinydate-1.3.0.tgz#e6ca8e5a22b51bb4ea1c3a2a4fd1352dbd4c57fb" integrity sha512-7cR8rLy2QhYHpsBDBVYnnWXm8uRTr38RoZakFSW7Bs7PzfMPNZthuMLkwqZv7MTu8lhQ91cOFYS5a7iFj2oR3w== +tinyspawn@~1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/tinyspawn/-/tinyspawn-1.2.2.tgz#1efb8fa8d41ffbf8ad698ddec7c58bdb41a3c983" + integrity sha512-QInaMwwUk/Vr+pbM5ZwqoUcS7zRZz/hQkCBMQf4N2miI4TqIbh7OyI6dSgSPTdseeafvpmZjWWlUJx9s+pk/zA== + tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"