jscrambler 8.10.7 → 8.10.8

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
@@ -1,5 +1,12 @@
1
1
  # jscrambler
2
2
 
3
+ ## 8.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [55803de]: Fix doc table contents
8
+ - [a5ba16b]: Update axios to 1.13.5
9
+
3
10
  ## 8.10.7
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -15,7 +15,7 @@ If you're looking to gain control over third-party tags and achieve PCI DSS comp
15
15
  - [Required Fields](#required-fields)
16
16
  - [Output to a single file](#output-to-a-single-file)
17
17
  - [Output multiple files to a directory](#output-multiple-files-to-a-directory)
18
- - [Using glob patterns](#using-minimatch)
18
+ - [Using glob patterns](#using-glob-patterns)
19
19
  - [Using configuration file](#using-configuration-file)
20
20
  - [Options](#options)
21
21
  - [Current working directory (--cwd)](#current-working-directory---cwd)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler Code Integrity API client.",
4
- "version": "8.10.7",
4
+ "version": "8.10.8",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <support@jscrambler.com>",
7
7
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "node": ">= 12.17.0"
22
22
  },
23
23
  "dependencies": {
24
- "axios": "1.12.0",
24
+ "axios": "1.13.5",
25
25
  "commander": "^2.8.1",
26
26
  "core-js": "3.38.1",
27
27
  "filesize-parser": "1.5.0",