netlify-cli 16.5.0 → 16.5.1
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 +50 -47
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "16.5.
|
|
3
|
+
"version": "16.5.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "16.5.
|
|
9
|
+
"version": "16.5.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "7.20.2",
|
|
14
14
|
"@fastify/static": "6.10.2",
|
|
15
|
-
"@netlify/build": "29.21.
|
|
16
|
-
"@netlify/build-info": "7.
|
|
15
|
+
"@netlify/build": "29.21.2",
|
|
16
|
+
"@netlify/build-info": "7.9.0",
|
|
17
17
|
"@netlify/config": "20.9.0",
|
|
18
18
|
"@netlify/edge-bundler": "9.1.0",
|
|
19
19
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
20
20
|
"@netlify/serverless-functions-api": "1.7.3",
|
|
21
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
21
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
22
22
|
"@octokit/rest": "19.0.13",
|
|
23
23
|
"ansi-escapes": "6.2.0",
|
|
24
24
|
"ansi-styles": "6.2.1",
|
|
@@ -781,9 +781,9 @@
|
|
|
781
781
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
782
782
|
},
|
|
783
783
|
"node_modules/@netlify/build": {
|
|
784
|
-
"version": "29.21.
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.21.
|
|
786
|
-
"integrity": "sha512-
|
|
784
|
+
"version": "29.21.2",
|
|
785
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.21.2.tgz",
|
|
786
|
+
"integrity": "sha512-I+9OIO31PpYoEFlHOwZMhC5CenBbsVrwtXRYo1zzi4x7VUwPe2E4K1igonlWd5h3E6KN1zuGQUGmoTH7DpzLTg==",
|
|
787
787
|
"dependencies": {
|
|
788
788
|
"@bugsnag/js": "^7.0.0",
|
|
789
789
|
"@honeycombio/opentelemetry-node": "^0.5.0",
|
|
@@ -791,11 +791,11 @@
|
|
|
791
791
|
"@netlify/config": "^20.9.0",
|
|
792
792
|
"@netlify/edge-bundler": "8.20.0",
|
|
793
793
|
"@netlify/framework-info": "^9.8.10",
|
|
794
|
-
"@netlify/functions-utils": "^5.2.
|
|
794
|
+
"@netlify/functions-utils": "^5.2.30",
|
|
795
795
|
"@netlify/git-utils": "^5.1.1",
|
|
796
796
|
"@netlify/plugins-list": "^6.71.0",
|
|
797
797
|
"@netlify/run-utils": "^5.1.1",
|
|
798
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
798
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
799
799
|
"@opentelemetry/api": "^1.4.1",
|
|
800
800
|
"@sindresorhus/slugify": "^2.0.0",
|
|
801
801
|
"ansi-escapes": "^6.0.0",
|
|
@@ -849,9 +849,9 @@
|
|
|
849
849
|
}
|
|
850
850
|
},
|
|
851
851
|
"node_modules/@netlify/build-info": {
|
|
852
|
-
"version": "7.
|
|
853
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
854
|
-
"integrity": "sha512-
|
|
852
|
+
"version": "7.9.0",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.9.0.tgz",
|
|
854
|
+
"integrity": "sha512-9BcQlfcuYAdgu5RN6+gFnxI7+840tMnEEdHi8ZAHFtlDn1trspNQ0/o1H6S1zfd3gpd13/l0erYJv//1bBN6Jw==",
|
|
855
855
|
"dependencies": {
|
|
856
856
|
"@bugsnag/js": "^7.20.0",
|
|
857
857
|
"dot-prop": "^7.2.0",
|
|
@@ -2706,11 +2706,11 @@
|
|
|
2706
2706
|
}
|
|
2707
2707
|
},
|
|
2708
2708
|
"node_modules/@netlify/functions-utils": {
|
|
2709
|
-
"version": "5.2.
|
|
2710
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
2711
|
-
"integrity": "sha512-
|
|
2709
|
+
"version": "5.2.30",
|
|
2710
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.30.tgz",
|
|
2711
|
+
"integrity": "sha512-p2TyQxdCJjj6gXyhwTAEtkGpAsquCzjQ8Cm7LmS5Gt/Z6BqsmugxXictFHTh/BJvX3UJLxtGlyiExOw9SeWlWQ==",
|
|
2712
2712
|
"dependencies": {
|
|
2713
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
2713
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
2714
2714
|
"cpy": "^9.0.0",
|
|
2715
2715
|
"path-exists": "^5.0.0"
|
|
2716
2716
|
},
|
|
@@ -3142,9 +3142,9 @@
|
|
|
3142
3142
|
}
|
|
3143
3143
|
},
|
|
3144
3144
|
"node_modules/@netlify/zip-it-and-ship-it": {
|
|
3145
|
-
"version": "9.
|
|
3146
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.
|
|
3147
|
-
"integrity": "sha512-
|
|
3145
|
+
"version": "9.19.0",
|
|
3146
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.19.0.tgz",
|
|
3147
|
+
"integrity": "sha512-2SAFndmls1+BSsl8pMazGehscAM+pY89kHVshQl5i4UR99HGb8/NPSbnJvG0ECZmv9EONZ3fUrzGQUku1i21Tg==",
|
|
3148
3148
|
"dependencies": {
|
|
3149
3149
|
"@babel/parser": "^7.22.5",
|
|
3150
3150
|
"@netlify/binary-info": "^1.0.0",
|
|
@@ -8842,9 +8842,9 @@
|
|
|
8842
8842
|
}
|
|
8843
8843
|
},
|
|
8844
8844
|
"node_modules/fastify/node_modules/pino": {
|
|
8845
|
-
"version": "8.15.
|
|
8846
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.
|
|
8847
|
-
"integrity": "sha512-
|
|
8845
|
+
"version": "8.15.3",
|
|
8846
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.3.tgz",
|
|
8847
|
+
"integrity": "sha512-wDds1+DH8VaREe4fpLEKttGnDoLiX3KR3AP5bHsrRwEZ93y+Z/HFC03zkGSxpIGWKDHg24sloVqGcIWoLCkTLQ==",
|
|
8848
8848
|
"dependencies": {
|
|
8849
8849
|
"atomic-sleep": "^1.0.0",
|
|
8850
8850
|
"fast-redact": "^3.1.1",
|
|
@@ -12722,9 +12722,12 @@
|
|
|
12722
12722
|
"integrity": "sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg=="
|
|
12723
12723
|
},
|
|
12724
12724
|
"node_modules/on-exit-leak-free": {
|
|
12725
|
-
"version": "2.1.
|
|
12726
|
-
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.
|
|
12727
|
-
"integrity": "sha512-
|
|
12725
|
+
"version": "2.1.1",
|
|
12726
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.1.tgz",
|
|
12727
|
+
"integrity": "sha512-IPTBZ175tI0sSg0ikDcCDfa5dPgcFbJgABsTHsY+Mkdm6Y2VKGuchubXSvTuu5tSPl4mqt53o3nLI74HTs8UgQ==",
|
|
12728
|
+
"engines": {
|
|
12729
|
+
"node": ">=14.0.0"
|
|
12730
|
+
}
|
|
12728
12731
|
},
|
|
12729
12732
|
"node_modules/on-finished": {
|
|
12730
12733
|
"version": "2.4.1",
|
|
@@ -16826,9 +16829,9 @@
|
|
|
16826
16829
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
16827
16830
|
},
|
|
16828
16831
|
"@netlify/build": {
|
|
16829
|
-
"version": "29.21.
|
|
16830
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.21.
|
|
16831
|
-
"integrity": "sha512-
|
|
16832
|
+
"version": "29.21.2",
|
|
16833
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.21.2.tgz",
|
|
16834
|
+
"integrity": "sha512-I+9OIO31PpYoEFlHOwZMhC5CenBbsVrwtXRYo1zzi4x7VUwPe2E4K1igonlWd5h3E6KN1zuGQUGmoTH7DpzLTg==",
|
|
16832
16835
|
"requires": {
|
|
16833
16836
|
"@bugsnag/js": "^7.0.0",
|
|
16834
16837
|
"@honeycombio/opentelemetry-node": "^0.5.0",
|
|
@@ -16836,11 +16839,11 @@
|
|
|
16836
16839
|
"@netlify/config": "^20.9.0",
|
|
16837
16840
|
"@netlify/edge-bundler": "8.20.0",
|
|
16838
16841
|
"@netlify/framework-info": "^9.8.10",
|
|
16839
|
-
"@netlify/functions-utils": "^5.2.
|
|
16842
|
+
"@netlify/functions-utils": "^5.2.30",
|
|
16840
16843
|
"@netlify/git-utils": "^5.1.1",
|
|
16841
16844
|
"@netlify/plugins-list": "^6.71.0",
|
|
16842
16845
|
"@netlify/run-utils": "^5.1.1",
|
|
16843
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
16846
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
16844
16847
|
"@opentelemetry/api": "^1.4.1",
|
|
16845
16848
|
"@sindresorhus/slugify": "^2.0.0",
|
|
16846
16849
|
"ansi-escapes": "^6.0.0",
|
|
@@ -17355,9 +17358,9 @@
|
|
|
17355
17358
|
}
|
|
17356
17359
|
},
|
|
17357
17360
|
"@netlify/build-info": {
|
|
17358
|
-
"version": "7.
|
|
17359
|
-
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.
|
|
17360
|
-
"integrity": "sha512-
|
|
17361
|
+
"version": "7.9.0",
|
|
17362
|
+
"resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.9.0.tgz",
|
|
17363
|
+
"integrity": "sha512-9BcQlfcuYAdgu5RN6+gFnxI7+840tMnEEdHi8ZAHFtlDn1trspNQ0/o1H6S1zfd3gpd13/l0erYJv//1bBN6Jw==",
|
|
17361
17364
|
"requires": {
|
|
17362
17365
|
"@bugsnag/js": "^7.20.0",
|
|
17363
17366
|
"dot-prop": "^7.2.0",
|
|
@@ -17929,11 +17932,11 @@
|
|
|
17929
17932
|
}
|
|
17930
17933
|
},
|
|
17931
17934
|
"@netlify/functions-utils": {
|
|
17932
|
-
"version": "5.2.
|
|
17933
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.
|
|
17934
|
-
"integrity": "sha512-
|
|
17935
|
+
"version": "5.2.30",
|
|
17936
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.30.tgz",
|
|
17937
|
+
"integrity": "sha512-p2TyQxdCJjj6gXyhwTAEtkGpAsquCzjQ8Cm7LmS5Gt/Z6BqsmugxXictFHTh/BJvX3UJLxtGlyiExOw9SeWlWQ==",
|
|
17935
17938
|
"requires": {
|
|
17936
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
17939
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
17937
17940
|
"cpy": "^9.0.0",
|
|
17938
17941
|
"path-exists": "^5.0.0"
|
|
17939
17942
|
},
|
|
@@ -18179,9 +18182,9 @@
|
|
|
18179
18182
|
}
|
|
18180
18183
|
},
|
|
18181
18184
|
"@netlify/zip-it-and-ship-it": {
|
|
18182
|
-
"version": "9.
|
|
18183
|
-
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.
|
|
18184
|
-
"integrity": "sha512-
|
|
18185
|
+
"version": "9.19.0",
|
|
18186
|
+
"resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.19.0.tgz",
|
|
18187
|
+
"integrity": "sha512-2SAFndmls1+BSsl8pMazGehscAM+pY89kHVshQl5i4UR99HGb8/NPSbnJvG0ECZmv9EONZ3fUrzGQUku1i21Tg==",
|
|
18185
18188
|
"requires": {
|
|
18186
18189
|
"@babel/parser": "^7.22.5",
|
|
18187
18190
|
"@netlify/binary-info": "^1.0.0",
|
|
@@ -22239,9 +22242,9 @@
|
|
|
22239
22242
|
}
|
|
22240
22243
|
},
|
|
22241
22244
|
"pino": {
|
|
22242
|
-
"version": "8.15.
|
|
22243
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.
|
|
22244
|
-
"integrity": "sha512-
|
|
22245
|
+
"version": "8.15.3",
|
|
22246
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.15.3.tgz",
|
|
22247
|
+
"integrity": "sha512-wDds1+DH8VaREe4fpLEKttGnDoLiX3KR3AP5bHsrRwEZ93y+Z/HFC03zkGSxpIGWKDHg24sloVqGcIWoLCkTLQ==",
|
|
22245
22248
|
"requires": {
|
|
22246
22249
|
"atomic-sleep": "^1.0.0",
|
|
22247
22250
|
"fast-redact": "^3.1.1",
|
|
@@ -25029,9 +25032,9 @@
|
|
|
25029
25032
|
"integrity": "sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg=="
|
|
25030
25033
|
},
|
|
25031
25034
|
"on-exit-leak-free": {
|
|
25032
|
-
"version": "2.1.
|
|
25033
|
-
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.
|
|
25034
|
-
"integrity": "sha512-
|
|
25035
|
+
"version": "2.1.1",
|
|
25036
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.1.tgz",
|
|
25037
|
+
"integrity": "sha512-IPTBZ175tI0sSg0ikDcCDfa5dPgcFbJgABsTHsY+Mkdm6Y2VKGuchubXSvTuu5tSPl4mqt53o3nLI74HTs8UgQ=="
|
|
25035
25038
|
},
|
|
25036
25039
|
"on-finished": {
|
|
25037
25040
|
"version": "2.4.1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "16.5.
|
|
4
|
+
"version": "16.5.1",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@bugsnag/js": "7.20.2",
|
|
46
46
|
"@fastify/static": "6.10.2",
|
|
47
|
-
"@netlify/build": "29.21.
|
|
48
|
-
"@netlify/build-info": "7.
|
|
47
|
+
"@netlify/build": "29.21.2",
|
|
48
|
+
"@netlify/build-info": "7.9.0",
|
|
49
49
|
"@netlify/config": "20.9.0",
|
|
50
50
|
"@netlify/edge-bundler": "9.1.0",
|
|
51
51
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
52
52
|
"@netlify/serverless-functions-api": "1.7.3",
|
|
53
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
53
|
+
"@netlify/zip-it-and-ship-it": "9.19.0",
|
|
54
54
|
"@octokit/rest": "19.0.13",
|
|
55
55
|
"ansi-escapes": "6.2.0",
|
|
56
56
|
"ansi-styles": "6.2.1",
|