diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77243d8..1d628d7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: weekly - open-pull-requests-limit: 4 + open-pull-requests-limit: 2 ignore: - dependency-name: eslint-config-prettier versions: diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8bb25..8b8c91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.3.1 Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/07/13** - +- [#93](https://github.com/jarcodallo/nestjs-ethers/pull/93) Update dependencies ## 0.3.0 Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/21** diff --git a/README.md b/README.md index 533cf7b..d27ac79 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ NestJS-Ethers ============= [![npm](https://img.shields.io/npm/v/nestjs-ethers)](https://www.npmjs.com/package/nestjs-ethers) -[![travis](https://api.travis-ci.com/jarcodallo/nestjs-ethers.svg?branch=main)](https://travis-ci.com/github/jarcodallo/nestjs-ethers) -[![coverage](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main) +[![CircleCI](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main) +[![Coverage Status](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main) [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/jarcodallo/nestjs-ethers) [![dependencies](https://img.shields.io/david/jarcodallo/nestjs-ethers)](https://img.shields.io/david/jarcodallo/nestjs-ethers) [![dependabot](https://badgen.net/dependabot/jarcodallo/nestjs-ethers/?icon=dependabot)](https://badgen.net/dependabot/jarcodallo/nestjs-ethers/?icon=dependabot) diff --git a/package.json b/package.json index e08849b..c424e0a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "dist/index.js", "engineStrict": false, "engines": { - "node": "^10.24 || >=12.22 || >=14.17 || >=15.14" + "node": "^12.22 || >=14.17 || >=16.4" }, "scripts": { "build": "rm -rf ./dist && tsc --p tsconfig.build.json",