diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 800bfcf..b99fbcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 + cache: npm - name: 📥 Download deps uses: bahmutov/npm-install@v1 diff --git a/package.json b/package.json index ee5cc4c..30e6d7e 100644 --- a/package.json +++ b/package.json @@ -26,16 +26,16 @@ "ignorePatterns": "library/*" }, "dependencies": { - "chalk": "^4.1.1", + "chalk": "^4.1.2", "dotenv": "^10.0.0", "express": "^4.17.1", "helmet": "^4.6.0", - "mathjs": "^9.4.2", - "mongodb": "^3.6.9", - "mongoose": "^5.12.13", + "mathjs": "^9.4.4", + "mongodb": "^4.1.0", + "mongoose": "^5.13.8", "morgan": "^1.10.0", - "multer": "^1.4.2", - "natural": "^5.0.3", + "multer": "^1.4.3", + "natural": "^5.0.5", "request": "^2.88.2", "shelljs": "^0.8.4", "sync-request": "^6.1.0", @@ -43,15 +43,15 @@ }, "devDependencies": { "ava": "^3.15.0", - "c8": "^7.7.2", - "eslint": "^7.28.0", + "c8": "^7.8.0", + "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", - "eslint-config-iamnapo": "^15.0.0", - "eslint-plugin-import": "^2.23.4", + "eslint-config-iamnapo": "^16.1.0", + "eslint-plugin-import": "^2.24.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-unicorn": "^33.0.1", + "eslint-plugin-unicorn": "^35.0.0", "got": "^11.8.2", "jsdoc": "^3.6.7", "test-listen": "^1.1.0"