Skip to content

Commit

Permalink
build(deps-dev): bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 9, 2024
1 parent 4a22932 commit 1f4458e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"plugin:jsdoc/recommended",
"plugin:promise/recommended",
"plugin:regexp/recommended",
"plugin:security/recommended",
"plugin:security/recommended-legacy",
"prettier",
],
overrides: [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,27 @@
"testTimeout": 10000
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@types/jest": "^29.5.10",
"eslint": "^8.54.0",
"@types/jest": "^29.5.11",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-security": "^2.1.0",
"husky": "^8.0.3",
"is-html": "^2.0.0",
"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.0",
"license-checker": "^25.0.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"spdx-copyleft": "^1.0.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"semver": "^7.5.4",
Expand Down

0 comments on commit 1f4458e

Please sign in to comment.