diff --git a/package-lock.json b/package-lock.json index c0dc761..c427b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,8 +24,8 @@ "subscriptions-transport-ws": "0.11.0" }, "devDependencies": { - "@commitlint/cli": "21.0.0", - "@commitlint/config-conventional": "21.0.0", + "@commitlint/cli": "21.0.1", + "@commitlint/config-conventional": "21.0.1", "@graphql-codegen/cli": "7.0.0", "@graphql-codegen/fragment-matcher": "7.0.0", "@graphql-codegen/typescript": "6.0.1", @@ -745,17 +745,17 @@ "license": "MIT" }, "node_modules/@commitlint/cli": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.0.tgz", - "integrity": "sha512-p3y2oC0G2R45zaadMwBxCiSesS8digi5RDplP3Zrfpzm7xIgrgAj0W4fGzONjpHyg8obDVJDU45g5txzeMcblg==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-21.0.1.tgz", + "integrity": "sha512-8vq10krmbJwBkvzXKhbs4o4JQEVscd3pqOlWuDUaDBwbeL694/P33UC29tZQFTAgPU9fVJ2+f2m3zw16yKWxHg==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/format": "^21.0.0", - "@commitlint/lint": "^21.0.0", - "@commitlint/load": "^21.0.0", - "@commitlint/read": "^21.0.0", - "@commitlint/types": "^21.0.0", + "@commitlint/format": "^21.0.1", + "@commitlint/lint": "^21.0.1", + "@commitlint/load": "^21.0.1", + "@commitlint/read": "^21.0.1", + "@commitlint/types": "^21.0.1", "tinyexec": "^1.0.0", "yargs": "^18.0.0" }, @@ -767,13 +767,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.0.tgz", - "integrity": "sha512-QJX/rPK4Yu3f5J4OCIBy5aXq2e0EEdwSDFZ3NQvFAXTm3gs12ipyZ+yjhZxm3hHn6DB8wuv3zhFTL1I2tYzUBA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz", + "integrity": "sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^21.0.0", + "@commitlint/types": "^21.0.1", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { @@ -4905,26 +4905,6 @@ } } }, - "node_modules/@nuxt/cli/node_modules/cac": { - "version": "6.7.14", - "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", - "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@nuxt/cli/node_modules/commander": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, "node_modules/@nuxt/devalue": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz", diff --git a/package.json b/package.json index 157a7e4..4084f2e 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix" }, "devDependencies": { - "@commitlint/cli": "21.0.0", - "@commitlint/config-conventional": "21.0.0", + "@commitlint/cli": "21.0.1", + "@commitlint/config-conventional": "21.0.1", "@graphql-codegen/cli": "7.0.0", "@graphql-codegen/fragment-matcher": "7.0.0", "@graphql-codegen/typescript": "6.0.1",