netlify 24.11.1 → 24.11.2
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/npm-shrinkwrap.json +15 -7
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
|
-
"version": "24.11.
|
|
3
|
+
"version": "24.11.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify",
|
|
9
|
-
"version": "24.11.
|
|
9
|
+
"version": "24.11.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"jwt-decode": "4.0.0",
|
|
77
77
|
"lambda-local": "2.2.0",
|
|
78
78
|
"locate-path": "8.0.0",
|
|
79
|
-
"lodash": "4.
|
|
79
|
+
"lodash": "4.18.1",
|
|
80
80
|
"log-update": "7.2.0",
|
|
81
81
|
"maxstache": "1.0.7",
|
|
82
82
|
"maxstache-stream": "1.0.4",
|
|
@@ -5737,7 +5737,9 @@
|
|
|
5737
5737
|
}
|
|
5738
5738
|
},
|
|
5739
5739
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
5740
|
-
"version": "2.3.
|
|
5740
|
+
"version": "2.3.2",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5742
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5741
5743
|
"license": "MIT",
|
|
5742
5744
|
"engines": {
|
|
5743
5745
|
"node": ">=8.6"
|
|
@@ -6876,7 +6878,9 @@
|
|
|
6876
6878
|
}
|
|
6877
6879
|
},
|
|
6878
6880
|
"node_modules/defu": {
|
|
6879
|
-
"version": "6.1.
|
|
6881
|
+
"version": "6.1.7",
|
|
6882
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
|
|
6883
|
+
"integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
|
|
6880
6884
|
"license": "MIT"
|
|
6881
6885
|
},
|
|
6882
6886
|
"node_modules/depd": {
|
|
@@ -9513,7 +9517,9 @@
|
|
|
9513
9517
|
}
|
|
9514
9518
|
},
|
|
9515
9519
|
"node_modules/lodash": {
|
|
9516
|
-
"version": "4.
|
|
9520
|
+
"version": "4.18.1",
|
|
9521
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
9522
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
9517
9523
|
"license": "MIT"
|
|
9518
9524
|
},
|
|
9519
9525
|
"node_modules/lodash.includes": {
|
|
@@ -9899,7 +9905,9 @@
|
|
|
9899
9905
|
}
|
|
9900
9906
|
},
|
|
9901
9907
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
9902
|
-
"version": "2.3.
|
|
9908
|
+
"version": "2.3.2",
|
|
9909
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
9910
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
9903
9911
|
"license": "MIT",
|
|
9904
9912
|
"engines": {
|
|
9905
9913
|
"node": ">=8.6"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "24.11.
|
|
4
|
+
"version": "24.11.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"jwt-decode": "4.0.0",
|
|
122
122
|
"lambda-local": "2.2.0",
|
|
123
123
|
"locate-path": "8.0.0",
|
|
124
|
-
"lodash": "4.
|
|
124
|
+
"lodash": "4.18.1",
|
|
125
125
|
"log-update": "7.2.0",
|
|
126
126
|
"maxstache": "1.0.7",
|
|
127
127
|
"maxstache-stream": "1.0.4",
|