serialize-function 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![ci status](https://github.com/EvanK/npm-serialize-function/actions/workflows/ci.yaml/badge.svg)
5
5
  ](https://github.com/EvanK/npm-serialize-function/actions/workflows/ci.yaml)
6
6
  [
7
- ![Node.js supported and tested on v20 through v26](https://img.shields.io/badge/Node.js-v22%20--%20v26-seagreen?logo=nodedotjs "Node.js supported and tested on v22 through v26")
7
+ ![Node.js supported and tested on v22 through v26](https://img.shields.io/badge/Node.js-v22%20--%20v26-seagreen?logo=nodedotjs "Node.js supported and tested on v22 through v26")
8
8
  ](https://nodejs.org/en/about/previous-releases)
9
9
  [
10
10
  ![ECMAScript standard supported as of ES2023](https://img.shields.io/badge/ES-2023-dodgerblue "ECMAScript standard supported as of ES2023")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serialize-function",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Serializes javascript functions to a JSON-friendly format",
5
5
  "author": "Evan Kaufman <evan@evanskaufman.com>",
6
6
  "license": "MIT",
@@ -59,7 +59,7 @@
59
59
  "fastify": "^5.12.1",
60
60
  "globals": "^17.11.0",
61
61
  "jsdoc": "^4.0.5",
62
- "mocha": "^11.8.0",
62
+ "mocha": "^12.0.0",
63
63
  "proxyquire": "^2.1.3",
64
64
  "puppeteer": "^25.9.0",
65
65
  "sinon": "^22.1.0"