netlify-cli 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-cli",
|
|
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-cli",
|
|
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",
|
|
@@ -5738,7 +5738,9 @@
|
|
|
5738
5738
|
}
|
|
5739
5739
|
},
|
|
5740
5740
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
5741
|
-
"version": "2.3.
|
|
5741
|
+
"version": "2.3.2",
|
|
5742
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5743
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5742
5744
|
"license": "MIT",
|
|
5743
5745
|
"engines": {
|
|
5744
5746
|
"node": ">=8.6"
|
|
@@ -6877,7 +6879,9 @@
|
|
|
6877
6879
|
}
|
|
6878
6880
|
},
|
|
6879
6881
|
"node_modules/defu": {
|
|
6880
|
-
"version": "6.1.
|
|
6882
|
+
"version": "6.1.7",
|
|
6883
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz",
|
|
6884
|
+
"integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==",
|
|
6881
6885
|
"license": "MIT"
|
|
6882
6886
|
},
|
|
6883
6887
|
"node_modules/depd": {
|
|
@@ -9514,7 +9518,9 @@
|
|
|
9514
9518
|
}
|
|
9515
9519
|
},
|
|
9516
9520
|
"node_modules/lodash": {
|
|
9517
|
-
"version": "4.
|
|
9521
|
+
"version": "4.18.1",
|
|
9522
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
9523
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
9518
9524
|
"license": "MIT"
|
|
9519
9525
|
},
|
|
9520
9526
|
"node_modules/lodash.includes": {
|
|
@@ -9900,7 +9906,9 @@
|
|
|
9900
9906
|
}
|
|
9901
9907
|
},
|
|
9902
9908
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
9903
|
-
"version": "2.3.
|
|
9909
|
+
"version": "2.3.2",
|
|
9910
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
9911
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
9904
9912
|
"license": "MIT",
|
|
9905
9913
|
"engines": {
|
|
9906
9914
|
"node": ">=8.6"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
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": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"jwt-decode": "4.0.0",
|
|
124
124
|
"lambda-local": "2.2.0",
|
|
125
125
|
"locate-path": "8.0.0",
|
|
126
|
-
"lodash": "4.
|
|
126
|
+
"lodash": "4.18.1",
|
|
127
127
|
"log-update": "7.2.0",
|
|
128
128
|
"maxstache": "1.0.7",
|
|
129
129
|
"maxstache-stream": "1.0.4",
|