netlify-cli 17.15.4 → 17.15.5
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
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.15.
|
|
3
|
+
"version": "17.15.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "17.15.
|
|
9
|
+
"version": "17.15.5",
|
|
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
15
|
"@netlify/blobs": "6.4.2",
|
|
16
|
-
"@netlify/build": "29.33.
|
|
16
|
+
"@netlify/build": "29.33.3",
|
|
17
17
|
"@netlify/build-info": "7.11.5",
|
|
18
18
|
"@netlify/config": "20.10.2",
|
|
19
19
|
"@netlify/edge-bundler": "11.2.2",
|
|
@@ -1112,9 +1112,9 @@
|
|
|
1112
1112
|
}
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/@netlify/build": {
|
|
1115
|
-
"version": "29.33.
|
|
1116
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.
|
|
1117
|
-
"integrity": "sha512-
|
|
1115
|
+
"version": "29.33.3",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.3.tgz",
|
|
1117
|
+
"integrity": "sha512-E3jm+8U3eGJR62olS6rTMJlC6/2iJ1p9hXL5W640UDUuSBfBs2Fhm8Hw5dVuC6jtM9/Ps6jH/Qda3r2U948m6g==",
|
|
1118
1118
|
"dependencies": {
|
|
1119
1119
|
"@bugsnag/js": "^7.0.0",
|
|
1120
1120
|
"@netlify/blobs": "^6.4.2",
|
|
@@ -15398,9 +15398,9 @@
|
|
|
15398
15398
|
"integrity": "sha512-MccXfC/b8vRr5FWJTvMN7L3aBgtrbhNLWQsSu802C/R2Gmlb5C9/OC0IY4i0+BEZ8rS+F4TU/8NQsVlqHHVESQ=="
|
|
15399
15399
|
},
|
|
15400
15400
|
"@netlify/build": {
|
|
15401
|
-
"version": "29.33.
|
|
15402
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.
|
|
15403
|
-
"integrity": "sha512-
|
|
15401
|
+
"version": "29.33.3",
|
|
15402
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.3.tgz",
|
|
15403
|
+
"integrity": "sha512-E3jm+8U3eGJR62olS6rTMJlC6/2iJ1p9hXL5W640UDUuSBfBs2Fhm8Hw5dVuC6jtM9/Ps6jH/Qda3r2U948m6g==",
|
|
15404
15404
|
"requires": {
|
|
15405
15405
|
"@bugsnag/js": "^7.0.0",
|
|
15406
15406
|
"@netlify/blobs": "^6.4.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": "17.15.
|
|
4
|
+
"version": "17.15.5",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@bugsnag/js": "7.20.2",
|
|
39
39
|
"@fastify/static": "6.10.2",
|
|
40
40
|
"@netlify/blobs": "6.4.2",
|
|
41
|
-
"@netlify/build": "29.33.
|
|
41
|
+
"@netlify/build": "29.33.3",
|
|
42
42
|
"@netlify/build-info": "7.11.5",
|
|
43
43
|
"@netlify/config": "20.10.2",
|
|
44
44
|
"@netlify/edge-bundler": "11.2.2",
|