netlify-cli 9.12.4 → 9.12.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 +12 -12
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "9.12.
|
|
3
|
+
"version": "9.12.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "9.12.
|
|
9
|
+
"version": "9.12.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@netlify/build": "^26.
|
|
13
|
+
"@netlify/build": "^26.4.0",
|
|
14
14
|
"@netlify/config": "^17.0.18",
|
|
15
15
|
"@netlify/framework-info": "^9.0.2",
|
|
16
16
|
"@netlify/local-functions-proxy": "^1.1.1",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"tomlify-j0.4": "^3.0.0",
|
|
149
149
|
"tree-kill": "^1.2.2",
|
|
150
150
|
"typescript": "^4.4.4",
|
|
151
|
-
"verdaccio": "^5.
|
|
151
|
+
"verdaccio": "^5.4.0"
|
|
152
152
|
},
|
|
153
153
|
"engines": {
|
|
154
154
|
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
|
|
@@ -2358,9 +2358,9 @@
|
|
|
2358
2358
|
}
|
|
2359
2359
|
},
|
|
2360
2360
|
"node_modules/@netlify/build": {
|
|
2361
|
-
"version": "26.
|
|
2362
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-26.
|
|
2363
|
-
"integrity": "sha512-
|
|
2361
|
+
"version": "26.4.0",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-26.4.0.tgz",
|
|
2363
|
+
"integrity": "sha512-Xr4HR7gr+B34x8WwFcFU8+AOVoaPkWBchhPH9K+hJggzFf9CyCodMMwHo5+obkg6aNJtVcGQZTmZXtI9Tu8twQ==",
|
|
2364
2364
|
"dependencies": {
|
|
2365
2365
|
"@bugsnag/js": "^7.0.0",
|
|
2366
2366
|
"@netlify/cache-utils": "^4.0.0",
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
"@netlify/functions-utils": "^4.0.0",
|
|
2369
2369
|
"@netlify/git-utils": "^4.0.0",
|
|
2370
2370
|
"@netlify/plugin-edge-handlers": "^3.0.7",
|
|
2371
|
-
"@netlify/plugins-list": "^6.
|
|
2371
|
+
"@netlify/plugins-list": "^6.16.0",
|
|
2372
2372
|
"@netlify/run-utils": "^4.0.0",
|
|
2373
2373
|
"@netlify/zip-it-and-ship-it": "5.9.0",
|
|
2374
2374
|
"@sindresorhus/slugify": "^2.0.0",
|
|
@@ -26110,9 +26110,9 @@
|
|
|
26110
26110
|
}
|
|
26111
26111
|
},
|
|
26112
26112
|
"@netlify/build": {
|
|
26113
|
-
"version": "26.
|
|
26114
|
-
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-26.
|
|
26115
|
-
"integrity": "sha512-
|
|
26113
|
+
"version": "26.4.0",
|
|
26114
|
+
"resolved": "https://registry.npmjs.org/@netlify/build/-/build-26.4.0.tgz",
|
|
26115
|
+
"integrity": "sha512-Xr4HR7gr+B34x8WwFcFU8+AOVoaPkWBchhPH9K+hJggzFf9CyCodMMwHo5+obkg6aNJtVcGQZTmZXtI9Tu8twQ==",
|
|
26116
26116
|
"requires": {
|
|
26117
26117
|
"@bugsnag/js": "^7.0.0",
|
|
26118
26118
|
"@netlify/cache-utils": "^4.0.0",
|
|
@@ -26120,7 +26120,7 @@
|
|
|
26120
26120
|
"@netlify/functions-utils": "^4.0.0",
|
|
26121
26121
|
"@netlify/git-utils": "^4.0.0",
|
|
26122
26122
|
"@netlify/plugin-edge-handlers": "^3.0.7",
|
|
26123
|
-
"@netlify/plugins-list": "^6.
|
|
26123
|
+
"@netlify/plugins-list": "^6.16.0",
|
|
26124
26124
|
"@netlify/run-utils": "^4.0.0",
|
|
26125
26125
|
"@netlify/zip-it-and-ship-it": "5.9.0",
|
|
26126
26126
|
"@sindresorhus/slugify": "^2.0.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": "9.12.
|
|
4
|
+
"version": "9.12.5",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,tools,scripts,site,tests,.github}/**/*.{mjs,cjs,js,md,yml,json,html}\" \"*.{mjs,cjs,js,yml,json,html}\" \".*.{mjs,cjs,js,yml,json,html}\" \"!CHANGELOG.md\" \"!npm-shrinkwrap.json\" \"!site/package-lock.json\" \"!.github/**/*.md\""
|
|
201
201
|
},
|
|
202
202
|
"dependencies": {
|
|
203
|
-
"@netlify/build": "^26.
|
|
203
|
+
"@netlify/build": "^26.4.0",
|
|
204
204
|
"@netlify/config": "^17.0.18",
|
|
205
205
|
"@netlify/framework-info": "^9.0.2",
|
|
206
206
|
"@netlify/local-functions-proxy": "^1.1.1",
|