Merge pull request #131 from codecov/dependabot/npm_and_yarn/yarn-1.22.5

Bump yarn from 1.22.4 to 1.22.5
This commit is contained in:
Thomas Hu
2020-08-28 15:35:23 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5590,9 +5590,9 @@
} }
}, },
"yarn": { "yarn": {
"version": "1.22.4", "version": "1.22.5",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.4.tgz", "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.5.tgz",
"integrity": "sha512-oYM7hi/lIWm9bCoDMEWgffW8aiNZXCWeZ1/tGy0DWrN6vmzjCXIKu2Y21o8DYVBUtiktwKcNoxyGl/2iKLUNGA==" "integrity": "sha512-5uzKXwdMc++mYktXqkfpNYT9tY8ViWegU58Hgbo+KXzrzzhEyP1Ip+BTtXloLrXNcNlxFJbLiFKGaS9vK9ym6Q=="
} }
} }
} }

View File

@@ -33,7 +33,7 @@
"requestretry": "^4.1.1", "requestretry": "^4.1.1",
"ts-jest": "^26.3.0", "ts-jest": "^26.3.0",
"typescript": "^4.0.2", "typescript": "^4.0.2",
"yarn": "^1.22.4" "yarn": "^1.22.5"
}, },
"devDependencies": {} "devDependencies": {}
} }