Skip to content

Commit

Permalink
perf(package): up npm to v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 3, 2021
1 parent a19e4e7 commit 49e3851
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 83 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://yarnpkg.com/">
<img alt="Yarn fix" src="https://github.com/antongolub/yarn-audit-fix/blob/master/img/yarn-audit-fix.png?raw=true?raw=true" width="546">
<img alt="Yarn audit fix" src="https://github.com/antongolub/yarn-audit-fix/blob/master/img/yarn-audit-fix.png?raw=true?raw=true" width="546">
</a>
</p>

Expand All @@ -9,7 +9,7 @@
</h1>

[![Build Status](https://travis-ci.com/antongolub/yarn-audit-fix.svg?branch=master)](https://travis-ci.com/antongolub/yarn-audit-fix)
[![deps](https://img.shields.io/david/antongolub/yarn-audit-fix)](https://david-dm.org/antongolub/yarn-audit-fix)
[![deps](https://img.shields.io/david/antongolub/yarn-audit-fix?label=deps)](https://david-dm.org/antongolub/yarn-audit-fix)
[![Maintainability](https://api.codeclimate.com/v1/badges/1ace18434c46fe1a47fe/maintainability)](https://codeclimate.com/github/antongolub/yarn-audit-fix/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/1ace18434c46fe1a47fe/test_coverage)](https://codeclimate.com/github/antongolub/yarn-audit-fix/test_coverage)
[![Sonar](https://sonarcloud.io/api/project_badges/measure?project=antongolub_yarn-audit-fix&metric=alert_status)](https://sonarcloud.io/dashboard?id=antongolub_yarn-audit-fix)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
],
"dependencies": {
"@types/find-cache-dir": "^3.2.0",
"@types/fs-extra": "^9.0.7",
"@types/fs-extra": "^9.0.8",
"globby": "^11.0.2",
"chalk": "^4.1.0",
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.1.0",
"minimist": "^1.2.5",
"npm": "^7.5.4",
"npm": "^7.6.0",
"pkg-dir": "^5.0.0",
"synp": "^1.9.6",
"synp": "^1.9.7",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand All @@ -81,11 +81,11 @@
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"terser": "^5.6.0",
"ts-jest": "^26.5.1",
"eslint": "^7.20.0",
"ts-jest": "^26.5.2",
"eslint": "^7.21.0",
"eslint-config-qiwi": "^1.10.7",
"eslint-config-prettier": "^8.0.0",
"typedoc": "^0.20.27",
"eslint-config-prettier": "^8.1.0",
"typedoc": "^0.20.28",
"typescript": "4.2.2",
"prettier": "^2.2.1",
"find-up": "^5.0.0"
Expand Down
Loading

0 comments on commit 49e3851

Please sign in to comment.