Skip to content

Commit

Permalink
Bump ini from 1.3.5 to 1.3.8 in /functional/cypress-tests (#325)
Browse files Browse the repository at this point in the history
* Bump ini from 1.3.5 to 1.3.8 in /functional/cypress-tests

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

* Cypress Test libs Audited and updated

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: szymon.owczarzak <szymon.owczarzak@cognifide.com>
  • Loading branch information
dependabot[bot] and szymon.owczarzak authored Dec 15, 2020
1 parent 49c5acb commit 390857a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 104 deletions.
169 changes: 71 additions & 98 deletions functional/cypress-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions functional/cypress-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"devDependencies": {
"cypress": "4.12.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.0.6",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
"pretty-quick": "^2.0.2"
},
"scripts": {
"test": "npm install & npx cypress run --browser chrome",
Expand Down
2 changes: 1 addition & 1 deletion mnt/.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit 390857a

Please sign in to comment.