diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml deleted file mode 100644 index 6bc38d3..0000000 --- a/.github/workflows/update-dep.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Update Dependencies -on: - schedule: - - cron: '0 1 * * 4' -jobs: - update-dep: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: '12.x' - - name: Update dependencies - run: | - npx -p npm-check-updates ncu -u -x node-fetch - npm install - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - token: ${{ secrets.ACTIONS_BOT_TOKEN }} - commit-message: 'chore: update dependencies' - committer: GitHub - author: actions-bot - title: Update dependencies - body: | - - Dependency updates - - Auto-generated by [create-pull-request][1] - - [1]: https://github.com/peter-evans/create-pull-request - branch: update-dependencies diff --git a/package-lock.json b/package-lock.json index 9a3a60b..48ac65f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,23 +9,23 @@ "version": "3.0.0", "license": "MIT", "dependencies": { - "@actions/core": "1.6.0", + "@actions/core": "^1.6.0", "node-fetch": "^2.6.7" }, "devDependencies": { - "@types/jest": "27.0.3", - "@types/node": "16.11.11", - "@typescript-eslint/parser": "5.5.0", - "@vercel/ncc": "0.32.0", - "eslint": "8.3.0", - "eslint-plugin-github": "4.3.5", - "eslint-plugin-jest": "25.3.0", - "jest": "27.4.3", - "jest-circus": "27.4.2", - "js-yaml": "4.1.0", - "prettier": "2.5.0", - "ts-jest": "27.0.7", - "typescript": "4.5.2" + "@types/jest": "^27.0.3", + "@types/node": "^16.11.11", + "@typescript-eslint/parser": "^5.5.0", + "@vercel/ncc": "^0.32.0", + "eslint": "^8.3.0", + "eslint-plugin-github": "^4.3.5", + "eslint-plugin-jest": "^25.3.0", + "jest": "^27.4.3", + "jest-circus": "^27.4.2", + "js-yaml": "^4.1.0", + "prettier": "^2.5.0", + "ts-jest": "^27.0.7", + "typescript": "^4.5.2" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 1724a73..19c8ea5 100644 --- a/package.json +++ b/package.json @@ -27,22 +27,22 @@ }, "homepage": "https://github.com/peter-evans/dockerhub-description#readme", "dependencies": { - "@actions/core": "1.6.0", + "@actions/core": "^1.6.0", "node-fetch": "^2.6.7" }, "devDependencies": { - "@types/jest": "27.0.3", - "@types/node": "16.11.11", - "@typescript-eslint/parser": "5.5.0", - "@vercel/ncc": "0.32.0", - "eslint": "8.3.0", - "eslint-plugin-github": "4.3.5", - "eslint-plugin-jest": "25.3.0", - "jest": "27.4.3", - "jest-circus": "27.4.2", - "js-yaml": "4.1.0", - "prettier": "2.5.0", - "ts-jest": "27.0.7", - "typescript": "4.5.2" + "@types/jest": "^27.0.3", + "@types/node": "^16.11.11", + "@typescript-eslint/parser": "^5.5.0", + "@vercel/ncc": "^0.32.0", + "eslint": "^8.3.0", + "eslint-plugin-github": "^4.3.5", + "eslint-plugin-jest": "^25.3.0", + "jest": "^27.4.3", + "jest-circus": "^27.4.2", + "js-yaml": "^4.1.0", + "prettier": "^2.5.0", + "ts-jest": "^27.0.7", + "typescript": "^4.5.2" } }