Merge pull request #11766 from backstage/renovate/isomorphic-git-1.x-lockfile

fix(deps): update dependency isomorphic-git to v1.17.3
This commit is contained in:
Ben Lambert
2022-06-01 14:47:13 +02:00
committed by GitHub
3 changed files with 6 additions and 5 deletions
@@ -1,5 +1,6 @@
{
"baseUrl": "http://localhost:3001",
"fixturesFolder": false,
"pluginsFile": false
"pluginsFile": false,
"retries": 3
}
@@ -63,7 +63,7 @@
"test:e2e": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:dev",
"test:e2e:ci": "cross-env PORT=3001 start-server-and-test start http://localhost:3001 cy:run",
"cy:dev": "cypress open",
"cy:run": "cypress run"
"cy:run": "cypress run --browser chrome"
},
"browserslist": {
"production": [
+3 -3
View File
@@ -15237,9 +15237,9 @@ isomorphic-form-data@^2.0.0:
form-data "^2.3.2"
isomorphic-git@^1.8.0:
version "1.17.2"
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.17.2.tgz#d49eda3122dfa3b860f0c68d651297c6403b715f"
integrity sha512-KtYyJye7Ad1XSgObsw7dwn3OaEcGUy04BHv6D+qBz2BWY7T7q7HXBzoSOiVvVMbOo+K2EZ2MUT+g2QkpJCPQLQ==
version "1.17.3"
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.17.3.tgz#d4a4e7a2defc7e9c80d4d0bfd43c1e7d2bfb25ee"
integrity sha512-jEQtmg1lJ8ZiJLjJCCJDDIdXaeoHwqHFY7QCLgNw7GzZ6MktXLzKXnQsFRfIcm7sNYGt+w1/6FQTwO9zoHq/Fw==
dependencies:
async-lock "^1.1.0"
clean-git-ref "^2.0.1"