netlify-cli 17.15.2 → 17.15.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
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "17.15.
|
|
3
|
+
"version": "17.15.3",
|
|
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.3",
|
|
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.
|
|
16
|
+
"@netlify/build": "29.33.1",
|
|
17
17
|
"@netlify/build-info": "7.11.5",
|
|
18
18
|
"@netlify/config": "20.10.2",
|
|
19
19
|
"@netlify/edge-bundler": "11.2.2",
|
|
@@ -1099,9 +1099,9 @@
|
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
1101
1101
|
"node_modules/@netlify/build": {
|
|
1102
|
-
"version": "29.
|
|
1103
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
1104
|
-
"integrity": "sha512
|
|
1102
|
+
"version": "29.33.1",
|
|
1103
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.1.tgz",
|
|
1104
|
+
"integrity": "sha512-/pGVWqnVDwPBJCqrym4A5qL4rPzCSYbfqfdDBonaMVLfeb7k6KFDLWAiE9A4ANSLy9LVmmIaYGlysZ5fKinOJQ==",
|
|
1105
1105
|
"dependencies": {
|
|
1106
1106
|
"@bugsnag/js": "^7.0.0",
|
|
1107
1107
|
"@netlify/blobs": "^6.4.2",
|
|
@@ -15388,9 +15388,9 @@
|
|
|
15388
15388
|
"integrity": "sha512-MccXfC/b8vRr5FWJTvMN7L3aBgtrbhNLWQsSu802C/R2Gmlb5C9/OC0IY4i0+BEZ8rS+F4TU/8NQsVlqHHVESQ=="
|
|
15389
15389
|
},
|
|
15390
15390
|
"@netlify/build": {
|
|
15391
|
-
"version": "29.
|
|
15392
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.
|
|
15393
|
-
"integrity": "sha512
|
|
15391
|
+
"version": "29.33.1",
|
|
15392
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.1.tgz",
|
|
15393
|
+
"integrity": "sha512-/pGVWqnVDwPBJCqrym4A5qL4rPzCSYbfqfdDBonaMVLfeb7k6KFDLWAiE9A4ANSLy9LVmmIaYGlysZ5fKinOJQ==",
|
|
15394
15394
|
"requires": {
|
|
15395
15395
|
"@bugsnag/js": "^7.0.0",
|
|
15396
15396
|
"@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.3",
|
|
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.
|
|
41
|
+
"@netlify/build": "29.33.1",
|
|
42
42
|
"@netlify/build-info": "7.11.5",
|
|
43
43
|
"@netlify/config": "20.10.2",
|
|
44
44
|
"@netlify/edge-bundler": "11.2.2",
|