tunnckoCore / opensource

Delivering delightful digital solutions. Monorepo of monorepos of Open Source packages with combined ~100M/month downloads, semantically versioned following @conventional-commits. Fully powered ES Modules, @Airbnb @ESLint + @Prettier, independent & fixed versioning. Quality with @Actions, CodeQL, & Dependabot.
https://tunnckocore.com/opensource
481 stars 18 forks source link

[Snyk] Upgrade cacache from 13.0.1 to 16.1.1 #207

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade cacache from 13.0.1 to 16.1.1.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: cacache
  • 16.1.1 - 2022-06-02

    16.1.1 (2022-06-02)

    Bug Fixes

    • read: change lstat to stat to correctly evaluate file size (#114) (e3a2928)
  • 16.1.0 - 2022-05-17

    16.1.0 (2022-05-17)

    Features

    • allow external integrity/size source (#110) (61785e1)

    Bug Fixes

    • move to async functions where possible (#106) (71d4389)
  • 16.0.7 - 2022-04-27

    16.0.7 (2022-04-27)

    Bug Fixes

    • put: don't flush if an error happened (e870016)
    • remove disposer (76ab648)
    • remove fs.copyFile checks (90776fd)
  • 16.0.6 - 2022-04-21

    16.0.6 (2022-04-21)

    Bug Fixes

    • normalize win32 paths before globbing (4bdd5d5)
  • 16.0.5 - 2022-04-20

    16.0.5 (2022-04-20)

    Dependencies

  • 16.0.4 - 2022-04-05

    16.0.4 (2022-04-05)

    Dependencies

    • bump @ npmcli/move-file from 1.1.2 to 2.0.0 (#94) (f3d64f6)
    • bump ssri from 8.0.1 to 9.0.0 (#95) (fb44f5f)
  • 16.0.3 - 2022-03-22

    16.0.3 (2022-03-22)

    Dependencies

    • bump @ npmcli/fs from 1.1.1 to 2.1.0 (#88) (9c9c91c)
    • update lru-cache requirement from ^7.5.1 to ^7.7.1 (#87) (800079f)
  • 16.0.2 - 2022-03-17

    Bug Fixes

  • 16.0.1 - 2022-03-15

    Dependencies

    • bump lru-cache from 6.0.0 to 7.5.1 (#77) (6a3a886)
    • update glob requirement from ^7.1.4 to ^7.2.0 (#74) (27f1a63)
    • update minipass requirement from ^3.1.1 to ^3.1.6 (#76) (954a430)
  • 16.0.0 - 2022-03-14

    āš  BREAKING CHANGES

    • this drops support for node10 and non-LTS versions of node12 and node14.

    Bug Fixes

    Dependencies

    • @ npmcli/template-oss@2.9.2 (6e051a7)
    • update @ npmcli/move-file requirement from ^1.0.1 to ^1.1.2 (#70) (ddf797a)
    • update fs-minipass requirement from ^2.0.0 to ^2.1.0 (#72) (07a5aa1)
    • update minipass-pipeline requirement from ^1.2.2 to ^1.2.4 (#69) (372d1a1)
    • update mkdirp requirement from ^1.0.3 to ^1.0.4 (#73) (5fbd50f)
    • update tar requirement from ^6.0.2 to ^6.1.11 (#71) (4d35625)
  • 15.3.0 - 2021-08-26
  • 15.2.0 - 2021-05-25
  • 15.1.0 - 2021-05-19
  • 15.0.6 - 2021-03-22
  • 15.0.5 - 2020-07-11
  • 15.0.4 - 2020-06-03
  • 15.0.3 - 2020-04-28
  • 15.0.2 - 2020-04-28
  • 15.0.1 - 2020-04-28
  • 15.0.0 - 2020-02-18
  • 14.0.0 - 2020-01-28
  • 13.0.1 - 2019-09-30
from cacache GitHub release notes
Commit messages
Package name: cacache
  • e8d1e85 chore(main): release 16.1.1 (#115)
  • 121b9a2 chore: bump @ npmcli/template-oss from 3.4.3 to 3.5.0 (#109)
  • 07532fb chore: Use non-legacy hash in test (#113)
  • e3a2928 fix(read): change lstat to stat to correctly evaluate file size (#114)
  • 78f0b8b chore(main): release 16.1.0 (#111)
  • 61785e1 feat: allow external integrity/size source (#110)
  • 71d4389 fix: move to async functions where possible (#106)
  • 36b8763 chore: bump @ npmcli/template-oss from 3.4.2 to 3.4.3 (#107)
  • 0889834 chore: bump @ npmcli/template-oss from 3.4.1 to 3.4.2 (#103)
  • 283e815 chore(main): release 16.0.7 (#105)
  • 76ab648 fix: remove disposer
  • e77658c chore(test): insert a setTimeout to ensure order of operations
  • bd2b7a3 chore: remove require-inject
  • a359d25 chore: move to tap.testdir, remove benchmarks
  • 90776fd fix: remove fs.copyFile checks
  • e870016 fix(put): don't flush if an error happened
  • 4279989 chore(main): release 16.0.6 (#102)
  • 4bdd5d5 fix: normalize win32 paths before globbing
  • 18666fc chore(main): release 16.0.5 (#100)
  • ebb6d08 chore: bump @ npmcli/template-oss from 3.2.2 to 3.4.1 (#99)
  • 74a11f9 deps: bump glob from 7.2.0 to 8.0.1 (#98)
  • cca946d chore(main): release 16.0.4 (#96)
  • f3d64f6 deps: bump @ npmcli/move-file from 1.1.2 to 2.0.0 (#94)
  • fb44f5f deps: bump ssri from 8.0.1 to 9.0.0 (#95)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

šŸ§ View latest project report

šŸ›  Adjust upgrade PR settings

šŸ”• Ignore this dependency or unsubscribe from future upgrade PRs