diff --git a/package-lock.json b/package-lock.json index 98d4d70..823078a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,30 +9,30 @@ "version": "1.6.1", "license": "MIT", "dependencies": { - "@actions/core": "^1.9.1", - "@actions/github": "^5.0.3", + "@actions/core": "^1.10.0", + "@actions/github": "^5.1.1", "uuid": "^9.0.0" }, "devDependencies": { - "@types/jest": "^29.0.3", - "@types/node": "^18.7.18", + "@types/jest": "^29.2.0", + "@types/node": "^18.11.8", "@types/uuid": "^8.3.4", - "@typescript-eslint/parser": "^5.37.0", - "chalk": "^5.0.1", - "esbuild": "^0.15.7", - "eslint": "^8.23.1", + "@typescript-eslint/parser": "^5.41.0", + "chalk": "^5.1.2", + "esbuild": "^0.15.12", + "eslint": "^8.26.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-github": "^4.3.7", + "eslint-plugin-github": "^4.4.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.0.4", - "jest": "^29.0.3", - "jest-circus": "^29.0.3", + "eslint-plugin-jest": "^27.1.3", + "jest": "^29.2.2", + "jest-circus": "^29.2.2", "prettier": "2.7.1", - "release-it": "^15.4.2", - "ts-jest": "^29.0.1", + "release-it": "^15.5.0", + "ts-jest": "^29.0.3", "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "typescript": "^4.8.4" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 9e68937..1ccff73 100644 --- a/package.json +++ b/package.json @@ -26,29 +26,29 @@ "author": "Alex Miller", "license": "MIT", "dependencies": { - "@actions/core": "^1.9.1", - "@actions/github": "^5.0.3", + "@actions/core": "^1.10.0", + "@actions/github": "^5.1.1", "uuid": "^9.0.0" }, "devDependencies": { - "@types/jest": "^29.0.3", - "@types/node": "^18.7.18", + "@types/jest": "^29.2.0", + "@types/node": "^18.11.8", "@types/uuid": "^8.3.4", - "@typescript-eslint/parser": "^5.37.0", - "chalk": "^5.0.1", - "esbuild": "^0.15.7", - "eslint": "^8.23.1", + "@typescript-eslint/parser": "^5.41.0", + "chalk": "^5.1.2", + "esbuild": "^0.15.12", + "eslint": "^8.26.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-github": "^4.3.7", + "eslint-plugin-github": "^4.4.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.0.4", - "jest": "^29.0.3", - "jest-circus": "^29.0.3", + "eslint-plugin-jest": "^27.1.3", + "jest": "^29.2.2", + "jest-circus": "^29.2.2", "prettier": "2.7.1", - "release-it": "^15.4.2", - "ts-jest": "^29.0.1", + "release-it": "^15.5.0", + "ts-jest": "^29.0.3", "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "typescript": "^4.8.4" } }