tidy-table 4.0.6 → 4.0.7

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.
package/CHANGELOG.md CHANGED
@@ -39,3 +39,7 @@ NPM dependency security updates.
39
39
  ### Changed
40
40
 
41
41
  - Replaced/removed deprecated dependencies
42
+
43
+ ## [4.0.7] - 2024-02-08
44
+
45
+ - Added third-party (got) audit override
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # Tidy Table [![npm version](https://badge.fury.io/js/tidy-table.svg)](https://badge.fury.io/js/tidy-table) [![](https://img.shields.io/npm/dm/tidy-table)](https://www.npmjs.com/package/tidy-table) [![Build Status](https://api.travis-ci.com/nuxy/tidy-table.svg?branch=master)](https://app.travis-ci.com/github/nuxy/tidy-table) [![Install size](https://packagephobia.com/badge?p=tidy-table)](https://packagephobia.com/result?p=tidy-table)
1
+ # Tidy Table
2
+
3
+ [![npm version](https://badge.fury.io/js/tidy-table.svg)](https://badge.fury.io/js/tidy-table) [![](https://img.shields.io/npm/dm/tidy-table)](https://www.npmjs.com/package/tidy-table) [![Build Status](https://api.travis-ci.com/nuxy/tidy-table.svg?branch=master)](https://app.travis-ci.com/github/nuxy/tidy-table) [![Install size](https://packagephobia.com/badge?p=tidy-table)](https://packagephobia.com/result?p=tidy-table) [![](https://img.shields.io/github/v/release/nuxy/tidy-table)](https://github.com/nuxy/tidy-table/releases)
2
4
 
3
5
  Create a HTML table that can be sorted, selected, and post-processed.
4
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tidy-table",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
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": {
@@ -47,5 +47,8 @@
47
47
  "@wdio/spec-reporter": "^8.8.7",
48
48
  "eslint": "^8.18.0",
49
49
  "sass": "^1.53.0"
50
+ },
51
+ "overrides": {
52
+ "got": "^12.0.0"
50
53
  }
51
54
  }