diff --git a/jsconfig.json b/jsconfig.json index 5e278f3..804a1d9 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -4,7 +4,7 @@ "module": "NodeNext", "moduleResolution": "NodeNext", "resolveJsonModule": true, - "target": "ES2022", + "target": "ES2022" }, - "exclude": ["dist", "node_modules"], + "exclude": ["dist", "node_modules"] } diff --git a/package.json b/package.json index 1627c63..a8a10db 100644 --- a/package.json +++ b/package.json @@ -67,24 +67,24 @@ "testTimeout": 10000 }, "devDependencies": { - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", + "@commitlint/cli": "^18.6.1", + "@commitlint/config-conventional": "^18.6.2", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.12", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^27.6.3", - "eslint-plugin-jsdoc": "^48.0.2", + "eslint-plugin-jest": "^27.9.0", + "eslint-plugin-jsdoc": "^48.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-regexp": "^2.2.0", - "eslint-plugin-security": "^2.1.0", - "fastify": "^4.25.2", - "husky": "^9.0.6", + "eslint-plugin-security": "^2.1.1", + "fastify": "^4.26.1", + "husky": "^9.0.11", "jest": "^29.7.0", "license-checker": "^25.0.1", - "prettier": "^3.2.3", + "prettier": "^3.2.5", "spdx-copyleft": "^1.0.0", "upath": "^2.0.1" },