microsoft / applicationinsights-react-js

Microsoft Application Insights React plugin
MIT License
35 stars 13 forks source link

Bump jszip and @microsoft/rush #72

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 9 months ago

Bumps jszip to 3.8.0 and updates ancestor dependency @microsoft/rush. These dependencies need to be updated together.

Updates jszip from 3.7.1 to 3.8.0

Changelog

Sourced from jszip's changelog.

v3.8.0 2022-03-30

  • Santize filenames when files are loaded with loadAsync, to avoid "zip slip" attacks. The original filename is available on each zip entry as unsafeOriginalName. See the documentation. Many thanks to McCaulay Hudson for reporting.
Commits
  • 3b98cfc 3.8.0
  • 2edab36 Sanitize filenames with loadAsync to prevent zip slip attacks
  • 1f631b0 Update contributing
  • 459ff79 Add tests for utils that remove leading slash
  • d4702a7 Merge pull request #541 from PatricSteffen/patch-1
  • 2ebb7e8 Merge pull request #737 from satoshicano/update-types-JSZipLoadOptions
  • 85c4989 Merge pull request #796 from Stuk/ghci
  • 40cc7f4 Add dependency caching
  • 5ee321e Install deps needed for Playwright on Github Actions
  • eeb841e Remove code and dependencies used for Saucelabs
  • Additional commits viewable in compare view


Updates @microsoft/rush from 5.82.1 to 5.112.2

Changelog

Sourced from @​microsoft/rush's changelog.

5.112.2

Tue, 12 Dec 2023 00:20:51 GMT

Updates

  • Bring back the erroneously removed preminor bump type for lockstepped packages.
  • Fix an issue where the contents of a folder set in the "folderToCopy" field of the deploy.json config file would be copied into a subfolder instead of into the root of the deploy folder.
  • (EXPERIMENTAL) Implemented config file loader for the not-yet-released "subspaces" feature (GitHub #4230)

5.112.1

Wed, 29 Nov 2023 08:59:31 GMT

Updates

  • Allow the device code credential options to be extended Azure authentication subclasses, used in advanced authentication scenarios.

5.112.0

Mon, 27 Nov 2023 23:36:11 GMT

Updates

  • Update the @azure/identity and @azure/storage-blob dependencies of @rushstack/rush-azure-storage-build-cache-plugin to eliminate an EBADENGINE error when installing Rush on Node 20.

5.111.0

Sat, 18 Nov 2023 00:06:20 GMT

Updates

  • Add experiment buildSkipWithAllowWarningsInSuccessfulBuild to allow skipping builds that succeeded with warnings in the previous run.

5.110.2

Thu, 16 Nov 2023 01:36:10 GMT

Version update only

5.110.1

Wed, 01 Nov 2023 23:29:47 GMT

Updates

  • Fix line endings in published package.

5.110.0

Mon, 30 Oct 2023 23:37:07 GMT

Updates

  • Include the filename of the shrinkwrap file in logging messages for all package managers, not just Yarn.
  • performance improvements by running asynchronous code concurrently using Promise.all

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/applicationinsights-react-js/network/alerts).
dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.