Merge pull request #232 from cdransf/dependabot/npm_and_yarn/commitlint/cli-18.4.1
This commit is contained in:
commit
b9c790208d
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@catppuccin/tailwindcss": "^0.1.6",
|
||||
"@commitlint/cli": "^18.4.0",
|
||||
"@commitlint/cli": "^18.4.1",
|
||||
"@commitlint/config-conventional": "^18.4.0",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
|
@ -538,14 +538,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.0.tgz",
|
||||
"integrity": "sha512-iz3KJtmsRRFm6OlyrORxRR6qcrznuoFDzcvMXTMpl6E/wj9Vr2crolDk6cG3bFpJCjWd9C7KidXerRha6hh1kQ==",
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.1.tgz",
|
||||
"integrity": "sha512-4+jljfd29Udw9RDDyigavLO9LvdbmB8O9xjDzVZ0R3lJuG7nCeyHgnKWIVpFaN590isZMV/cMeQK0gH7hRF40A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^18.4.0",
|
||||
"@commitlint/lint": "^18.4.0",
|
||||
"@commitlint/load": "^18.4.0",
|
||||
"@commitlint/load": "^18.4.1",
|
||||
"@commitlint/read": "^18.4.0",
|
||||
"@commitlint/types": "^18.4.0",
|
||||
"execa": "^5.0.0",
|
||||
|
@ -654,9 +654,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.0.tgz",
|
||||
"integrity": "sha512-7unGl1HGRNMgWrUPmj8OFkJyuNUMb6xA1i53/OAFKd9l+U3C4WTfoJe3t/TUz8vKZLCaDcWWR/b2cw5HveBBFg==",
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.1.tgz",
|
||||
"integrity": "sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^18.4.0",
|
||||
|
@ -665,7 +665,7 @@
|
|||
"@commitlint/types": "^18.4.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^8.0.0",
|
||||
"cosmiconfig": "^8.3.6",
|
||||
"cosmiconfig-typescript-loader": "^5.0.0",
|
||||
"lodash.isplainobject": "^4.0.6",
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@catppuccin/tailwindcss": "^0.1.6",
|
||||
"@commitlint/cli": "^18.4.0",
|
||||
"@commitlint/cli": "^18.4.1",
|
||||
"@commitlint/config-conventional": "^18.4.0",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
|
|
Reference in a new issue