netlify-cli 8.19.3 → 9.0.0

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +23 -10
  2. package/package.json +2 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "8.19.3",
3
+ "version": "9.0.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.19.3",
9
+ "version": "9.0.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -42,7 +42,7 @@
42
42
  "decache": "^4.6.0",
43
43
  "del": "^6.0.0",
44
44
  "dot-prop": "^6.0.0",
45
- "dotenv": "^10.0.0",
45
+ "dotenv": "^16.0.0",
46
46
  "env-paths": "^2.2.0",
47
47
  "envinfo": "^7.3.1",
48
48
  "execa": "^5.0.0",
@@ -8794,11 +8794,11 @@
8794
8794
  }
8795
8795
  },
8796
8796
  "node_modules/dotenv": {
8797
- "version": "10.0.0",
8798
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
8799
- "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
8797
+ "version": "16.0.0",
8798
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
8799
+ "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
8800
8800
  "engines": {
8801
- "node": ">=10"
8801
+ "node": ">=12"
8802
8802
  }
8803
8803
  },
8804
8804
  "node_modules/download": {
@@ -14016,6 +14016,14 @@
14016
14016
  "node": ">= 12"
14017
14017
  }
14018
14018
  },
14019
+ "node_modules/lambda-local/node_modules/dotenv": {
14020
+ "version": "10.0.0",
14021
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
14022
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
14023
+ "engines": {
14024
+ "node": ">=10"
14025
+ }
14026
+ },
14019
14027
  "node_modules/latest-version": {
14020
14028
  "version": "5.1.0",
14021
14029
  "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz",
@@ -29428,9 +29436,9 @@
29428
29436
  }
29429
29437
  },
29430
29438
  "dotenv": {
29431
- "version": "10.0.0",
29432
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
29433
- "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
29439
+ "version": "16.0.0",
29440
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
29441
+ "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
29434
29442
  },
29435
29443
  "download": {
29436
29444
  "version": "8.0.0",
@@ -33337,6 +33345,11 @@
33337
33345
  "version": "8.3.0",
33338
33346
  "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
33339
33347
  "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
33348
+ },
33349
+ "dotenv": {
33350
+ "version": "10.0.0",
33351
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
33352
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
33340
33353
  }
33341
33354
  }
33342
33355
  },
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.19.3",
4
+ "version": "9.0.0",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
@@ -230,7 +230,7 @@
230
230
  "decache": "^4.6.0",
231
231
  "del": "^6.0.0",
232
232
  "dot-prop": "^6.0.0",
233
- "dotenv": "^10.0.0",
233
+ "dotenv": "^16.0.0",
234
234
  "env-paths": "^2.2.0",
235
235
  "envinfo": "^7.3.1",
236
236
  "execa": "^5.0.0",