bullhorn / taurus

Typescript client for the Bullhorn REST API
MIT License
10 stars 6 forks source link

[Snyk] Upgrade localforage from 1.7.3 to 1.10.0 #102

Closed ShylendraPandravisam closed 2 months ago

ShylendraPandravisam commented 2 months ago

snyk-top-banner

Snyk has created this PR to upgrade localforage from 1.7.3 to 1.10.0.

: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.


Release notes
Package name: localforage
  • 1.10.0 - 2021-08-18
    • Avoid uncaught error in dropInstance. You can now catch errors thrown by dropInstance, see #807.
  • 1.9.0 - 2020-08-01
    • Fixed TypeScript definition for getItem. It now notes that getItem can return null, so this change may cause TypeScript code that didn't account for null values to fail. See #980.

    This was shipped as a minor release as it has the potential to break TypeScript checks that weren't checking for a null return value from getItem. Note that this version otherwise introduces no new features, so you can upgrade later when you're ready to fix code to check for null return values for getItem calls.

  • 1.8.1 - 2020-07-21

    chore: Release 1.8.1

  • 1.8.0 - 2020-07-20

    No changes to code, but added a module field in package.json for better ESM support. See: #940.

  • 1.7.4 - 2020-06-05
    • Use openKeyCursor instead of openCursor for key() retrieval. Props to @ MeMark2 for the fix, and thanks to @ lincolnthree and @ f for additional testing!
  • 1.7.3 - 2018-10-26

    This release adds an .npmignore file to reduce the package size of localForage when installed via NPM. That's it! πŸ˜„

from localforage GitHub release notes

[!IMPORTANT]

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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: