Merge pull request #236 from cdransf/dependabot/npm_and_yarn/commitlint/cli-18.4.2
This commit is contained in:
commit
7fa65a26da
2 changed files with 17 additions and 17 deletions
32
package-lock.json
generated
32
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.1",
|
||||
"@commitlint/cli": "^18.4.2",
|
||||
"@commitlint/config-conventional": "^18.4.2",
|
||||
"@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.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.1.tgz",
|
||||
"integrity": "sha512-4+jljfd29Udw9RDDyigavLO9LvdbmB8O9xjDzVZ0R3lJuG7nCeyHgnKWIVpFaN590isZMV/cMeQK0gH7hRF40A==",
|
||||
"version": "18.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.2.tgz",
|
||||
"integrity": "sha512-dDfb2+wzeQe6ogdHNHOy0J0nraok+La0BoxamNMhBOng9/5GoESPDmKUJ1Lt1oivh5MfIgZh0Vm6f0rxkB8CoA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^18.4.0",
|
||||
"@commitlint/lint": "^18.4.0",
|
||||
"@commitlint/load": "^18.4.1",
|
||||
"@commitlint/lint": "^18.4.2",
|
||||
"@commitlint/load": "^18.4.2",
|
||||
"@commitlint/read": "^18.4.0",
|
||||
"@commitlint/types": "^18.4.0",
|
||||
"execa": "^5.0.0",
|
||||
|
@ -626,9 +626,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.4.0.tgz",
|
||||
"integrity": "sha512-vyBKBj3Q4N3Xe4ZQcJXW9ef6gVrDL9Fl2HXnnC3F0Qt/F6E4runhJkEuUh5DB3WCXTJUHIJkByKPqrnz4RNrZw==",
|
||||
"version": "18.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.4.2.tgz",
|
||||
"integrity": "sha512-uujjyJlrXsMsQrv0r8HDGigAwJELPAMtA1Vxi2WUB54HbyAWa0Ue6ujMRZNKov2YeA96r6o72gLDnugb6yu8IA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^18.4.0",
|
||||
|
@ -639,12 +639,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.4.0.tgz",
|
||||
"integrity": "sha512-Wkkf1DPVeLdHYGqtzMBfWoMbUtCojvlzDR89OKVic1rid41iZbb0FzTcwgMYs/1TNWNxoIq9PVVwY7ovLX1aJQ==",
|
||||
"version": "18.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.4.2.tgz",
|
||||
"integrity": "sha512-ljGOIH7w9SnjvZFoKjf30iWFxDnezfRtOc50+rNLdDP0TpLspaYYLPhDO/TeVdmii1/AJiDgBIuBboQlaIy7Bw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^18.4.0",
|
||||
"@commitlint/is-ignored": "^18.4.2",
|
||||
"@commitlint/parse": "^18.4.0",
|
||||
"@commitlint/rules": "^18.4.0",
|
||||
"@commitlint/types": "^18.4.0"
|
||||
|
@ -654,9 +654,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.1.tgz",
|
||||
"integrity": "sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA==",
|
||||
"version": "18.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.2.tgz",
|
||||
"integrity": "sha512-CKmzXdF9XwZJoVijAqpUlV9qzZOkyiYni4KuSCtTZVAAVudi9H84cJ4FqZxSwEP9G21vmoJiNrW8G042AsduVg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^18.4.0",
|
||||
|
|
|
@ -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.1",
|
||||
"@commitlint/cli": "^18.4.2",
|
||||
"@commitlint/config-conventional": "^18.4.2",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
|
|
Reference in a new issue