netlify-cli 8.2.2 → 8.2.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/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "8.2.
|
|
9
|
+
"version": "8.2.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@netlify/build": "^25.0.3",
|
|
14
|
-
"@netlify/config": "^17.0.
|
|
14
|
+
"@netlify/config": "^17.0.1",
|
|
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",
|
|
@@ -2883,9 +2883,9 @@
|
|
|
2883
2883
|
}
|
|
2884
2884
|
},
|
|
2885
2885
|
"node_modules/@netlify/config": {
|
|
2886
|
-
"version": "17.0.
|
|
2887
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.
|
|
2888
|
-
"integrity": "sha512-
|
|
2886
|
+
"version": "17.0.1",
|
|
2887
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.1.tgz",
|
|
2888
|
+
"integrity": "sha512-3i1efAKWSww6enE0uzwovmKPX0q0mCLezW/R79gsCg+vyadkg0GdaFTN2Q7ASdYuUyQ8EolySE0rsLQTaYzm1A==",
|
|
2889
2889
|
"dependencies": {
|
|
2890
2890
|
"chalk": "^4.1.2",
|
|
2891
2891
|
"cron-parser": "^4.1.0",
|
|
@@ -22511,9 +22511,9 @@
|
|
|
22511
22511
|
}
|
|
22512
22512
|
},
|
|
22513
22513
|
"@netlify/config": {
|
|
22514
|
-
"version": "17.0.
|
|
22515
|
-
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.
|
|
22516
|
-
"integrity": "sha512-
|
|
22514
|
+
"version": "17.0.1",
|
|
22515
|
+
"resolved": "https://registry.npmjs.org/@netlify/config/-/config-17.0.1.tgz",
|
|
22516
|
+
"integrity": "sha512-3i1efAKWSww6enE0uzwovmKPX0q0mCLezW/R79gsCg+vyadkg0GdaFTN2Q7ASdYuUyQ8EolySE0rsLQTaYzm1A==",
|
|
22517
22517
|
"requires": {
|
|
22518
22518
|
"chalk": "^4.1.2",
|
|
22519
22519
|
"cron-parser": "^4.1.0",
|
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.2.
|
|
4
|
+
"version": "8.2.3",
|
|
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": "^25.0.3",
|
|
82
|
-
"@netlify/config": "^17.0.
|
|
82
|
+
"@netlify/config": "^17.0.1",
|
|
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",
|