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

[Snyk] Upgrade svcorelib from 1.11.1 to 1.18.2 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

usernamerandom11
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade svcorelib from 1.11.1 to 1.18.2.

ℹ️ 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.


  • The recommended version is 12 versions ahead of your current version.
  • The recommended version was released 9 months ago, on 2023-02-20.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
265/1000
Why? CVSS 5.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: svcorelib
  • 1.18.2 - 2023-02-20

    Fixes:

    • Made system.inDebugger() no longer dependant on V8's inspector module which errored in environments like pkg
    • Corrected wrong color code for colors.fat
    • Fixed docs in a few places
  • 1.18.1 - 2022-10-11

    Fixes:

    • Fix some TS typings
  • 1.18.0 - 2022-10-11
    • Additions
      • splitIntoParts() function to split an array into n parts
      • splitIntoPartsOfLength() function to split an array into parts of n length
    • Fixes
      • Reverted dynamic imports issue #51
      • Support Error options issue #52
  • 1.17.0 - 2022-08-13
    • Additions
      • Added function allInstanceOf() to check if all items in an array are an instance of a class
      • Added function isClass() to check if a value is a reference to a class
      • Added function randomItemIndex() to get a random item and its index from an array
      • Added function takeRandomItem() to delete a random item from an array and return it
      • colors
        • Added colors.fgb and colors.bgb for bright colors
        • Added dim, underscore, reverse and hidden
    • Breaking changes
      • Changed state fulfilled to resolved in StatePromise
      • colors
        • Removed brightness modifier from colors.fg and colors.bg
        • Renamed colors.fat to colors.bright
    • Fixes
      • Added missing documentation for allOfType()
      • Fixed docs in various places
  • 1.16.0 - 2022-06-29
    • Additions
      • Added clamp() to ensure a number is between a min and max limit
    • Fixes
      • randRange() now doesn't depend on the performance module anymore
      • Updated deps
  • 1.15.0 - 2022-06-15
    • Breaking changes
      • Shortened namespace names:
        • generateUUID -> uuid
        • filesystem -> files
      • Renamed functions:
        • seededRNG.generateRandomSeed() -> seededRNG.randomSeed()
        • seededRNG.generateRandomNumbers() -> seededRNG.generateNumbers()
        • pause() -> system.pause()
    • Additions
      • Added function halves() to get the two halves of an array
      • Added function parseDuration() to parse out time units from a passed duration in milliseconds
      • Added function formatDuration() to convert a duration in milliseconds to a string with custom format
      • Added function files.existsSync() as a synchronous counterpart to files.exists()
      • SelectionMenu now supports EventEmitter's .on("submit") method
    • Fixes
      • reserialize() now keeps the type of the passed object (#38)
      • seededRNG.validateSeed() now returns false when a seed starts with 0 (#34)
      • Fixed missing argument in system.inDebugger() (#37)
      • Updated dependencies
  • 1.14.2 - 2021-08-08
    • Fixes
      • Fixed .d.ts type declarations (#27)
      • Fixed system.inDebugger() not detecting debugger (#30)
      • Set mysql as a peer dependency (#29)
      • Improved documentation a little bit
    • Internal stuff
      • Added CodeQL analysis workflow
  • 1.14.1 - 2021-06-07

    Fixed bug where filesystem.exists() wasn't exported (see #25)

  • 1.14.0 - 2021-05-11
    • Additions
      • Added class StatePromise that keeps track of the state of a promise
      • Added single-parameter overload to randRange()
      • Added string array overload to generateUUID.custom(), deprecated older overload
      • softShutdown() now accepts a Promise for async code execution before shutdown
    • Changes
      • Moved repository to @ Sv443-Network
      • Improved type declaration file (.d.ts) by a lot
    • Security
      • Audited dependencies
  • 1.13.1 - 2021-03-30
  • 1.13.0 - 2021-03-17

    Migration warnings:

    • You will need to modify all occurrences of FolderDaemon with the new syntax shown in the docs
    • The namespace of a few functions has changed (see changes)



    Added functions:

    • filesystem.exists() to provide a reimplementation to fs' deprecated exists() function (#14)
    • filesystem.ensureDirs() to ensure a set of directories exists (#18)
    • filesystem.ensureDirsSync() as a synchronous counterpart to ensureDirs() (#18)
    • system.usedHeap() to get the current heap usage in percent (#19)

    Changes:

    • Replaced FolderDaemon's configuration parameters with a single settings object (#13)
    • Added base class SCLError to all errors to implement the date property (#17)
    • Moved a few functions to the new system namespace:
      • noShutdown() - moved to system
      • yesShutdown() - moved to system
      • softShutdown() - moved to system
      • inDebugger() - moved to system
      • setWindowTitle() - moved to system

    Fixed bugs:

    • isEmpty() with value null threw a TypeError (#15)
    • Package mysql isn't included in the dependencies (#21)
    • Definition of system.softShutdown()'s callback function was wrong (#20)
  • 1.12.0 - 2021-01-26
  • 1.11.1 - 2020-08-31
from svcorelib GitHub release notes
Commit messages
Package name: svcorelib

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants