Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit ab44430

Browse files
committed
Update dependencies
1 parent de34609 commit ab44430

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Function parameter library to ease development and testing. The library provides Date, Exit, Fetch and Timeout related functions that can be used without complicated spy/mock setups so that an application can easily be tested with function parameters.
44

5+
**Deprecated**: This library will no longer be maintained. Use ***@sgohlke/funpara*** instead!
6+
57
## Installation
68

79
```sh

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please consider using only supported versions.
1212

1313
| Version | Supported |
1414
| ------- | ------------------ |
15-
| 1.3.x | :white_check_mark: |
15+
| 1.3.x | :x: |
1616
| < 1.3 | :x: |
1717

1818
## Reporting a Vulnerability

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dreamit/funpara",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Function parameter library for coding and testing",
55
"scripts": {
66
"build": "tsup-node",
@@ -46,10 +46,10 @@
4646
"devDependencies": {
4747
"@sgohlke/stryker-log-ignorer": "2.0.3",
4848
"@stryker-mutator/vitest-runner": "9.0.1",
49-
"@swc/core": "1.12.9",
50-
"@types/node": "24.0.10",
49+
"@swc/core": "1.12.11",
50+
"@types/node": "24.0.12",
5151
"@vitest/coverage-v8": "3.2.4",
52-
"oxlint": "1.5.0",
52+
"oxlint": "1.6.0",
5353
"prettier": "3.6.2",
5454
"prettier-plugin-organize-imports": "4.1.0",
5555
"tsup": "8.5.0",

0 commit comments

Comments
 (0)