neojato / DeLorean-v2

A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
https://delorean-demo.firebaseapp.com
MIT License
46 stars 54 forks source link

build(deps): bump adm-zip and protractor #55

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps adm-zip to 0.4.16 and updates ancestor dependency protractor. These dependencies need to be updated together.

Updates adm-zip from 0.4.4 to 0.4.16

Changelog

Sourced from adm-zip's changelog.

0.4.16 / 2020-06-23

  • Updated mocha version to fix vulnerability (cthackers)
  • Update project version (cthackers)
  • fix: throw real exception objects on error (Matthew Sainsbury)
  • Version number incremented (Saqib M)
  • Update zipFile.js (Saqib M)
  • Update README.md with the latest URLs (Takuya Noguchi)
  • Update Node.js version to use in CI tests (Takuya Noguchi)
  • process.versions is null when the library is used in browser (Emiliano Necciari)

0.4.14 / 2020-02-06

  • Version increment for npm publish (cthackers)
  • Iterate over entries without storing their metadata (Pierre Lehnen)
  • Add partial support for zip64 (larger number of entries) (Pierre Lehnen)
  • Escape $ sign for regex in addLocalFolder() (William)
  • fix accent filename (mart_-)
  • Removed improperly raised error while decompressing empty file asynchronously. (Nicolas Leclerc)
  • fix: CRC is unexpectedly changed after zip is re-created (teppeis)

0.4.13 / 2018-10-18

  • Add async version of addLocalFile Use open and readFile instead of existsSync and readFileSync. There are still some sync functions left in the Utils.findFiles call, but the impact is minimal compared to the readFileSync. (Maigret Aurelien)
  • Fix jsdoc typings for functions. (Leon Aves)
  • fixed Utils.FileSystem overwriting 'fs' module even when 'original-fs' is broken (Tom Wallroth)
  • fix race-condition crash when extracting data and extracted files are (re)moved (Tom Wallroth)
  • Fix: bad buffer.alloc for .toBuffer in async mode (Colin GILLE)
  • Add a full license text to the distribution (Honza Javorek)
  • Rename MIT-LICENSE.txt to LICENSE (Standa Opichal)
  • fix bug when filename or path contains multi-byte characters (warbaby)
  • bump version to 0.4.12 (Marsette Vona)
  • change default compression method for added files back to DEFLATED from STORED (revert #139) (Marsette Vona)
  • remove JSDeflater() and JSInflater() in favor of zlib.deflateRawSync() and zlib.inflateRawSync() respectively (Marsette Vona)
  • Fix (Mirko Tebaldi)
  • 0.4.12 - Created a test to check Twizzeld's issue on Issue #237. (was not able to replicate his issue) (cjacobs)
  • Fix Buffer.alloc bug #234 (keyesdav)
  • 0.4.12 - Fix additional issue with extractEntryTo improperly handling directory children. (cjacobs)
  • 0.4.12 - Fix #237, add tests, update travis node versions. (cjacobs)
  • 0.4.12 - Fix #237, add tests, update travis node versions. (cjacobs)
  • 0.4.12 - Fix #237, add tests, update travis node versions. (cjacobs)
  • 0.4.12 - Fix #237, add tests, update travis node versions. (cjacobs)
  • add tests for CRC fixes (Kevin Tjiam)
  • compare calculated CRC with loaded CRC (Kevin Tjiam)
  • handle errors in callback from getDataAsync (Kevin Tjiam)

0.4.11 / 2018-05-13

  • Version bump (cthackers)
  • Fixed #176 (cthackers)

... (truncated)

Commits
  • 9d2eb0b Updated mocha version to fix vulnerability
  • 9bb5fb9 Update project version
  • 10a8c1c Merge pull request #250 from opichals/patch-1
  • c87b983 Merge pull request #279 from willjouo/master
  • de614ea Merge pull request #308 from tnir/copyedit-docs-with-https
  • b94b8e5 Merge pull request #307 from tnir/update-nodejs-for-testing
  • ff355f5 Merge pull request #313 from mattsains/master
  • a13f520 Merge pull request #312 from saqibmushtaq/master
  • 79c21ff fix: throw real exception objects on error
  • 235e7bf Version number incremented
  • Additional commits viewable in compare view


Updates protractor from 5.1.2 to 5.4.4

Release notes

Sourced from protractor's releases.

5.4.3

typescript 3.7 compatibility

Resolves #5348 which was causing incompatibility with TypeScript 3.7

Changelog

Sourced from protractor's changelog.

5.4.4

Fixes

  • fix: security prototype pollution

5.4.3

Fixes

fix(index.ts): Fix exports to unbreak TypeScript 3.7 build

5.4.2

Features

  • (db1b638) feat(saucelabs): add sauceRegion support for eu datacenters (#5083)

    This change allows user to define the backend region from sauce via the sauceRegion property, e.g.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'eu',
    

    Will run the test against https://ondemand.eu-central-1.saucelabs.com:443/wd/hub/.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'us',
    

    // the default sauceUser: process.env.SAUCE_USERNAME, sauceKey: process.env.SAUCE_ACCESS_KEY,

    Will run the test against https://ondemand.saucelabs.com:443/wd/hub/

Fixes

  • (f5dbe13) fix(deps): @​types/node is now a dev dependency

5.4.1

Features

... (truncated)

Commits
  • a0ffa9b release: 5.4.4
  • 8b3ebf8 fix: security prototype pollution
  • 162f9e5 ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4...
  • eb1d0fc docs(release): Update release docs for 5.4 series.
  • 6c46098 chore(release): Update changelog
  • faf0895 fix(ci): Don't update webdriver in pretest
  • d77731c fix(release): Pin CircleCI to Chrome v74
  • efe7fdd chore(dependencies): Update natives, so we can continue to run Gulp on
  • 0442e51 chore(release): Bugfix release 5.4.3
  • 7999a08 fix(index.ts): Fix exports to unbreak TypeScript 3.7 build
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/neojato/DeLorean-v2/network/alerts).