From e0d7ca6b999ea000899aaf4872724ba18a79b129 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 11 Jan 2025 17:41:41 +0000 Subject: [PATCH] build(deps-dev): bump dev dependencies --- README.md | 12 ++++++------ package.json | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 526e4f6..9030b00 100644 --- a/README.md +++ b/README.md @@ -166,12 +166,12 @@ Please adhere to this project's [Code of Conduct](https://github.com/Fdawgs/.git ## Acknowledgements -- [**Albert Astals Cid**](https://github.com/albert-astals-cid-kdab) - [Poppler](https://poppler.freedesktop.org/) developer -- [**Filipe Fernandes**](https://github.com/ocefpaf/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer -- [**Peter Williams**](https://github.com/pkgw/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer -- [**Owen Schwartz**](https://github.com/oschwartz10612) - [poppler-windows](https://github.com/oschwartz10612/poppler-windows) developer -- [**Uwe Korn**](https://github.com/xhochy/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer -- [**Xylar Asay-Davis**](https://github.com/xylar/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer +- [**Albert Astals Cid**](https://github.com/albert-astals-cid-kdab) - [Poppler](https://poppler.freedesktop.org/) developer +- [**Filipe Fernandes**](https://github.com/ocefpaf/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer +- [**Peter Williams**](https://github.com/pkgw/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer +- [**Owen Schwartz**](https://github.com/oschwartz10612) - [poppler-windows](https://github.com/oschwartz10612/poppler-windows) developer +- [**Uwe Korn**](https://github.com/xhochy/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer +- [**Xylar Asay-Davis**](https://github.com/xylar/) - [poppler-feedstock](https://github.com/conda-forge/poppler-feedstock) maintainer ## License diff --git a/package.json b/package.json index e5b6b3c..36de8e7 100644 --- a/package.json +++ b/package.json @@ -86,27 +86,27 @@ "testTimeout": 60000 }, "devDependencies": { - "@commitlint/cli": "^19.4.0", - "@commitlint/config-conventional": "^19.2.2", - "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", - "@types/jest": "^29.5.12", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", + "@types/jest": "^29.5.14", "@types/semver": "^7.5.8", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.8.0", - "eslint-plugin-jsdoc": "^50.2.2", - "eslint-plugin-promise": "^7.1.0", - "eslint-plugin-regexp": "^2.6.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jest": "^28.10.0", + "eslint-plugin-jsdoc": "^50.6.1", + "eslint-plugin-promise": "^7.2.1", + "eslint-plugin-regexp": "^2.7.0", "eslint-plugin-security": "^3.0.1", "glob": "^10.4.5", - "husky": "^9.1.4", + "husky": "^9.1.7", "jest": "^29.7.0", "license-checker": "^25.0.1", - "prettier": "^3.3.3", + "prettier": "^3.4.2", "spdx-copyleft": "^1.0.0", - "typescript": "~5.6.3" + "typescript": "~5.7.3" }, "dependencies": { "camelcase": "^6.3.0",