tidy-table 4.0.12 → 4.0.13

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/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -73,3 +73,8 @@ NPM security update ([CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cg
73
73
 
74
74
  - Override serialize-javascript (see mochajs/mocha#5781)
75
75
  - Upgraded outdated NPM dependencies
76
+
77
+ ## [4.0.13] - 2026-05-24
78
+
79
+ - Upgraded outdated NPM dependencies
80
+ - NPM security updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tidy-table",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Create a HTML table that can be sorted, selected, and post-processed.",
5
5
  "main": "src/tidy-table.js",
6
6
  "scripts": {
@@ -36,8 +36,8 @@
36
36
  "@babel/plugin-proposal-decorators": "^7.29.0",
37
37
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
38
38
  "@babel/plugin-transform-class-properties": "^7.28.6",
39
- "@babel/preset-env": "^7.29.2",
40
- "@babel/register": "^7.28.6",
39
+ "@babel/preset-env": "^7.29.5",
40
+ "@babel/register": "^7.29.3",
41
41
  "@node-minify/clean-css": "^4.0.5",
42
42
  "@node-minify/cli": "^6.2.0",
43
43
  "@node-minify/uglify-js": "^4.0.5",
@@ -46,7 +46,7 @@
46
46
  "@wdio/mocha-framework": "^9.27.0",
47
47
  "@wdio/spec-reporter": "^9.27.0",
48
48
  "eslint": "^9.39.4",
49
- "sass": "^1.98.0"
49
+ "sass": "^1.100.0"
50
50
  },
51
51
  "overrides": {
52
52
  "got": "^12.0.0",