diff --git a/package-lock.json b/package-lock.json index 9a3f599..dd02a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.0", "license": "MIT", "devDependencies": { - "@commitlint/cli": "18.6.0", - "@commitlint/config-angular": "18.6.0", + "@commitlint/cli": "18.6.1", + "@commitlint/config-angular": "18.6.1", "@nestjs/common": "^11", "@nestjs/core": "^11", "@nestjs/platform-express": "^11", @@ -36,11 +36,11 @@ "typescript": "^5" }, "engines": { - "node": ">=18" + "node": ">=20" }, "peerDependencies": { - "@nestjs/common": "^9 || ^10 || ^11", - "@nestjs/core": "^9 || ^10 | ^11", + "@nestjs/common": "^10 || ^11", + "@nestjs/core": "^10 | ^11", "puppeteer": "^21 || ^22 || ^23", "puppeteer-extra": "^3", "reflect-metadata": "*", @@ -578,17 +578,17 @@ "license": "MIT" }, "node_modules/@commitlint/cli": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.0.tgz", - "integrity": "sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.1.tgz", + "integrity": "sha512-5IDE0a+lWGdkOvKH892HHAZgbAjcj1mT5QrfA/SVbLJV/BbBMGyKN0W5mhgjekPJJwEQdVNvhl9PwUacY58Usw==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/format": "^18.6.0", - "@commitlint/lint": "^18.6.0", - "@commitlint/load": "^18.6.0", - "@commitlint/read": "^18.6.0", - "@commitlint/types": "^18.6.0", + "@commitlint/format": "^18.6.1", + "@commitlint/lint": "^18.6.1", + "@commitlint/load": "^18.6.1", + "@commitlint/read": "^18.6.1", + "@commitlint/types": "^18.6.1", "execa": "^5.0.0", "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", @@ -603,13 +603,13 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "18.6.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.6.0.tgz", - "integrity": "sha512-hZgxreQ4xCVE/59HgW3PjEUnAnByZCaUDgxWNbNEx2ivjsgPfU+bvDe+IuE2R32szz0rNoefxe2FTu/prNgcww==", + "version": "18.6.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.6.1.tgz", + "integrity": "sha512-Aki/xnNPc36bo47gkD/BIgR+vWAik/9k3l+9I46K3UlZadcE1XqqrEPkFWwhGHEGb4X3571IUbJZM33qXuSIcw==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/config-angular-type-enum": "^18.4.4" + "@commitlint/config-angular-type-enum": "^18.6.1" }, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index aca5ea3..4c3c38b 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { - "@commitlint/cli": "18.6.0", - "@commitlint/config-angular": "18.6.0", + "@commitlint/cli": "18.6.1", + "@commitlint/config-angular": "18.6.1", "@nestjs/common": "^11", "@nestjs/core": "^11", "@nestjs/platform-express": "^11",