Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndrewJo/mocha-slonik
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.2
Choose a base ref
...
head repository: AndrewJo/mocha-slonik
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 10, 2024

  1. fix: package.json & package-lock.json to reduce vulnerabilities (#30)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    AndrewJo and snyk-bot authored Dec 10, 2024
    Copy the full SHA
    5c673fc View commit details
  2. chore(release): 9.0.3 [skip ci]

    ## [9.0.3](v9.0.2...v9.0.3) (2024-12-10)
    
    ### Bug Fixes
    
    * package.json & package-lock.json to reduce vulnerabilities ([#30](#30)) ([5c673fc](5c673fc))
    AndrewJo authored and semantic-release-bot committed Dec 10, 2024
    Copy the full SHA
    21d488e View commit details
Showing with 490 additions and 33 deletions.
  1. +7 −0 CHANGELOG.md
  2. +481 −31 package-lock.json
  3. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.3](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.2...v9.0.3) (2024-12-10)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([#30](https://github.com/AndrewJo/mocha-slonik/issues/30)) ([5c673fc](https://github.com/AndrewJo/mocha-slonik/commit/5c673fc77410e1732fde569a9e72447a3b91e483))

## [9.0.2](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.1...v9.0.2) (2024-07-11)


Loading