diff --git a/THIRD_PARTY_LICENSES b/THIRD_PARTY_LICENSES index 633eb65..26af81f 100644 --- a/THIRD_PARTY_LICENSES +++ b/THIRD_PARTY_LICENSES @@ -101,7 +101,7 @@ The complete list of contributors can be found at: The following npm package may be included in this product: - - yaml@2.5.1 + - yaml@2.6.0 This package contains the following license and notice below: diff --git a/bun.lockb b/bun.lockb index d25b346..049e6a1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c62a644..066059f 100644 --- a/package.json +++ b/package.json @@ -21,30 +21,30 @@ "commander": "^12.1.0", "tempy": "^3.1.0", "traverse": "^0.6.10", - "yaml": "^2.5.1" + "yaml": "^2.6.0" }, "bundleDependencies": true, "devDependencies": { - "@eslint/js": "^9.12.0", + "@eslint/js": "^9.13.0", "@semantic-release/exec": "^6.0.3", "@types/bun": "latest", "@types/eslint-config-prettier": "^6.11.3", "@types/eslint__js": "^8.42.3", "@types/js-yaml": "^4.0.9", - "@types/node": "^22.7.5", + "@types/node": "^22.7.6", "@types/traverse": "^0.6.37", "conventional-changelog-conventionalcommits": "^8.0.0", - "eslint": "^9.12.0", + "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "generate-license-file": "^3.5.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", - "semantic-release": "^24.1.2", + "semantic-release": "^24.1.3", "ts-json-schema-generator": "^2.3.0", "typescript": "^5.6.3", - "typescript-eslint": "^8.8.1" + "typescript-eslint": "^8.10.0" }, "scripts": { "prepare": "husky",