Merge pull request #15 from cdransf/dependabot/npm_and_yarn/commitlint/cli-17.5.1
This commit is contained in:
commit
2ba2fab55d
2 changed files with 12 additions and 12 deletions
|
@ -31,7 +31,7 @@
|
||||||
"@11ty/eleventy-activity-feed": "^1.0.9",
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
||||||
"@11ty/eleventy-fetch": "^4.0.0",
|
"@11ty/eleventy-fetch": "^4.0.0",
|
||||||
"@11ty/eleventy-img": "^3.0.0",
|
"@11ty/eleventy-img": "^3.0.0",
|
||||||
"@commitlint/cli": "^17.5.0",
|
"@commitlint/cli": "^17.5.1",
|
||||||
"@commitlint/config-conventional": "^17.4.4",
|
"@commitlint/config-conventional": "^17.4.4",
|
||||||
"@extractus/feed-extractor": "^6.2.1",
|
"@extractus/feed-extractor": "^6.2.1",
|
||||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -223,15 +223,15 @@
|
||||||
"@babel/helper-validator-identifier" "^7.19.1"
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@commitlint/cli@^17.5.0":
|
"@commitlint/cli@^17.5.1":
|
||||||
version "17.5.0"
|
version "17.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.1.tgz#db176538db7b4140c8856c88a46bd15ec705f881"
|
||||||
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
|
integrity sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/format" "^17.4.4"
|
"@commitlint/format" "^17.4.4"
|
||||||
"@commitlint/lint" "^17.4.4"
|
"@commitlint/lint" "^17.4.4"
|
||||||
"@commitlint/load" "^17.5.0"
|
"@commitlint/load" "^17.5.0"
|
||||||
"@commitlint/read" "^17.4.4"
|
"@commitlint/read" "^17.5.1"
|
||||||
"@commitlint/types" "^17.4.4"
|
"@commitlint/types" "^17.4.4"
|
||||||
execa "^5.0.0"
|
execa "^5.0.0"
|
||||||
lodash.isfunction "^3.0.9"
|
lodash.isfunction "^3.0.9"
|
||||||
|
@ -331,15 +331,15 @@
|
||||||
conventional-changelog-angular "^5.0.11"
|
conventional-changelog-angular "^5.0.11"
|
||||||
conventional-commits-parser "^3.2.2"
|
conventional-commits-parser "^3.2.2"
|
||||||
|
|
||||||
"@commitlint/read@^17.4.4":
|
"@commitlint/read@^17.5.1":
|
||||||
version "17.4.4"
|
version "17.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
|
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
|
||||||
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
|
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/top-level" "^17.4.0"
|
"@commitlint/top-level" "^17.4.0"
|
||||||
"@commitlint/types" "^17.4.4"
|
"@commitlint/types" "^17.4.4"
|
||||||
fs-extra "^11.0.0"
|
fs-extra "^11.0.0"
|
||||||
git-raw-commits "^2.0.0"
|
git-raw-commits "^2.0.11"
|
||||||
minimist "^1.2.6"
|
minimist "^1.2.6"
|
||||||
|
|
||||||
"@commitlint/resolve-extends@^17.4.4":
|
"@commitlint/resolve-extends@^17.4.4":
|
||||||
|
@ -2469,7 +2469,7 @@ get-symbol-description@^1.0.0:
|
||||||
call-bind "^1.0.2"
|
call-bind "^1.0.2"
|
||||||
get-intrinsic "^1.1.1"
|
get-intrinsic "^1.1.1"
|
||||||
|
|
||||||
git-raw-commits@^2.0.0:
|
git-raw-commits@^2.0.11:
|
||||||
version "2.0.11"
|
version "2.0.11"
|
||||||
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
|
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
|
||||||
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
|
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
|
||||||
|
|
Reference in a new issue