jscrambler 8.10.7 → 8.10.9

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,18 @@
1
1
  # jscrambler
2
2
 
3
+ ## 8.10.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [ef15a23]: Bump glob due to vulnerability
8
+
9
+ ## 8.10.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [55803de]: Fix doc table contents
14
+ - [a5ba16b]: Update axios to 1.13.5
15
+
3
16
  ## 8.10.7
4
17
 
5
18
  ### 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/dist/utils.js CHANGED
@@ -20,7 +20,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
20
  * @returns {string[]}
21
21
  */
22
22
  function getMatchedFiles(pattern) {
23
- let matchedFiles = _glob.glob.sync(pattern, {
23
+ let matchedFiles = (0, _glob.globSync)(pattern, {
24
24
  dot: true
25
25
  });
26
26
 
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.9",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <support@jscrambler.com>",
7
7
  "repository": {
@@ -21,11 +21,11 @@
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",
28
- "glob": "^8.1.0",
28
+ "glob": "13.0.6",
29
29
  "http-proxy-agent": "7.0.2",
30
30
  "https-proxy-agent": "7.0.4",
31
31
  "jszip": "^3.8.0",