jscrambler 8.6.1 → 8.6.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# jscrambler
|
|
2
2
|
|
|
3
|
+
## 8.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [294d182]: Fix axios vulnerability
|
|
8
|
+
|
|
9
|
+
## 8.6.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [ab4eb68]: added core-js dependency as it was wrongfully removed previously
|
|
14
|
+
|
|
3
15
|
## 8.6.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jscrambler",
|
|
3
3
|
"description": "Jscrambler API client.",
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.3",
|
|
5
5
|
"homepage": "https://github.com/jscrambler/jscrambler",
|
|
6
6
|
"author": "Jscrambler <support@jscrambler.com>",
|
|
7
7
|
"repository": {
|
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
"node": ">= 12.17.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"axios": "^1.7.
|
|
24
|
+
"axios": "^1.7.7",
|
|
25
25
|
"commander": "^2.8.1",
|
|
26
|
+
"core-js": "3.38.1",
|
|
26
27
|
"filesize-parser": "1.5.0",
|
|
27
28
|
"glob": "10.4.5",
|
|
28
29
|
"http-proxy-agent": "7.0.2",
|