Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimatch, karma-remap-istanbul and protractor in /web #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump minimatch, karma-remap-istanbul and protractor in /web
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [karma-remap-istanbul](https://github.com/marcules/karma-remap-istanbul) and [protractor](https://github.com/angular/protractor). These dependencies need to be updated together.


Updates `minimatch` from 0.3.0 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.3.0...v3.0.4)

Updates `karma-remap-istanbul` from 0.2.2 to 0.6.0
- [Release notes](https://github.com/marcules/karma-remap-istanbul/releases)
- [Commits](https://github.com/marcules/karma-remap-istanbul/commits)

Updates `protractor` from 4.0.14 to 7.0.0
- [Release notes](https://github.com/angular/protractor/releases)
- [Changelog](https://github.com/angular/protractor/blob/7.0.0/CHANGELOG.md)
- [Commits](angular/protractor@4.0.14...7.0.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: karma-remap-istanbul
  dependency-type: direct:development
- dependency-name: protractor
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 7, 2022

Verified

This commit was signed with the committer’s verified signature.
brucebolt Bruce Bolt
commit 6b04e6633d649308cab5d353e6ca7909c059240d
887 changes: 585 additions & 302 deletions web/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -44,9 +44,9 @@
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"karma-remap-istanbul": "^0.6.0",
"ng2-auto-complete": "^0.8.9",
"protractor": "~4.0.13",
"protractor": "~7.0.0",
"ts-node": "1.2.1",
"tslint": "^4.0.2",
"typescript": "~2.0.3"