netlify-cli 8.6.5 → 8.6.6
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 +11 -11
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.6",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.6.
|
|
9
|
+
"version": "8.6.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@netlify/build": "^26.1.0",
|
|
14
|
-
"@netlify/config": "^17.0.
|
|
14
|
+
"@netlify/config": "^17.0.3",
|
|
15
15
|
"@netlify/framework-info": "^7.0.0",
|
|
16
16
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
17
17
|
"@netlify/plugin-edge-handlers": "^3.0.0",
|
|
@@ -2945,9 +2945,9 @@
|
|
|
2945
2945
|
}
|
|
2946
2946
|
},
|
|
2947
2947
|
"node_modules/@netlify/config": {
|
|
2948
|
-
"version": "17.0.
|
|
2949
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.
|
|
2950
|
-
"integrity": "sha512-
|
|
2948
|
+
"version": "17.0.3",
|
|
2949
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.3.tgz",
|
|
2950
|
+
"integrity": "sha512-u1x//PEqKvsExPQtRMG4x786mKcAV6ykwqiN102szLlr5Dojb7X5y+6vb9wi4JJ/KNiVURP7Wna/sMxGvFi/Tw==",
|
|
2951
2951
|
"dependencies": {
|
|
2952
2952
|
"chalk": "^4.1.2",
|
|
2953
2953
|
"cron-parser": "^4.1.0",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
"js-yaml": "^4.0.0",
|
|
2964
2964
|
"make-dir": "^3.1.0",
|
|
2965
2965
|
"map-obj": "^4.0.0",
|
|
2966
|
-
"netlify": "^10.1.
|
|
2966
|
+
"netlify": "^10.1.1",
|
|
2967
2967
|
"netlify-headers-parser": "^6.0.0",
|
|
2968
2968
|
"netlify-redirect-parser": "^13.0.0",
|
|
2969
2969
|
"omit.js": "^2.0.2",
|
|
@@ -22895,9 +22895,9 @@
|
|
|
22895
22895
|
}
|
|
22896
22896
|
},
|
|
22897
22897
|
"@netlify/config": {
|
|
22898
|
-
"version": "17.0.
|
|
22899
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.
|
|
22900
|
-
"integrity": "sha512-
|
|
22898
|
+
"version": "17.0.3",
|
|
22899
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.3.tgz",
|
|
22900
|
+
"integrity": "sha512-u1x//PEqKvsExPQtRMG4x786mKcAV6ykwqiN102szLlr5Dojb7X5y+6vb9wi4JJ/KNiVURP7Wna/sMxGvFi/Tw==",
|
|
22901
22901
|
"requires": {
|
|
22902
22902
|
"chalk": "^4.1.2",
|
|
22903
22903
|
"cron-parser": "^4.1.0",
|
|
@@ -22913,7 +22913,7 @@
|
|
|
22913
22913
|
"js-yaml": "^4.0.0",
|
|
22914
22914
|
"make-dir": "^3.1.0",
|
|
22915
22915
|
"map-obj": "^4.0.0",
|
|
22916
|
-
"netlify": "^10.1.
|
|
22916
|
+
"netlify": "^10.1.1",
|
|
22917
22917
|
"netlify-headers-parser": "^6.0.0",
|
|
22918
22918
|
"netlify-redirect-parser": "^13.0.0",
|
|
22919
22919
|
"omit.js": "^2.0.2",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.6",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@netlify/build": "^26.1.0",
|
|
82
|
-
"@netlify/config": "^17.0.
|
|
82
|
+
"@netlify/config": "^17.0.3",
|
|
83
83
|
"@netlify/framework-info": "^7.0.0",
|
|
84
84
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
85
85
|
"@netlify/plugin-edge-handlers": "^3.0.0",
|