diff --git a/package-lock.json b/package-lock.json index ff2f6c2..b9d5f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,18 +16,18 @@ "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", - "@eslint/js": "^9.11.1", + "@eslint/js": "9.16.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/restify-errors": "4.3.9", "cz-conventional-changelog": "3.3.0", "eslint": "9.11.1", "eslint-plugin-jest": "28.8.3", - "globals": "^15.10.0", + "globals": "15.12.0", "husky": "9.1.6", "jest": "29.7.0", - "restify": "^11.1.0", - "restify-errors": "^8.0.2", + "restify": "11.1.0", + "restify-errors": "8.0.2", "semantic-release": "24.1.2" }, "engines": { diff --git a/package.json b/package.json index dbd33b9..b56a7c3 100644 --- a/package.json +++ b/package.json @@ -46,18 +46,18 @@ "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", - "@eslint/js": "^9.11.1", + "@eslint/js": "9.16.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@types/restify-errors": "4.3.9", "cz-conventional-changelog": "3.3.0", "eslint": "9.11.1", "eslint-plugin-jest": "28.8.3", - "globals": "^15.10.0", + "globals": "15.12.0", "husky": "9.1.6", "jest": "29.7.0", - "restify": "^11.1.0", - "restify-errors": "^8.0.2", + "restify": "11.1.0", + "restify-errors": "8.0.2", "semantic-release": "24.1.2" }, "config": {