netlify-cli 19.1.3 → 19.1.4

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.
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "19.1.3",
3
+ "version": "19.1.4",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "19.1.3",
9
+ "version": "19.1.4",
10
+ "hasInstallScript": true,
10
11
  "license": "MIT",
11
12
  "dependencies": {
12
13
  "@fastify/static": "7.0.4",
@@ -56,7 +57,7 @@
56
57
  "folder-walker": "3.2.0",
57
58
  "from2-array": "0.0.4",
58
59
  "fuzzy": "0.1.3",
59
- "get-port": "7.1.0",
60
+ "get-port": "5.1.1",
60
61
  "gh-release-fetch": "4.0.3",
61
62
  "git-repo-info": "2.1.1",
62
63
  "gitconfiglocal": "2.1.0",
@@ -11889,11 +11890,12 @@
11889
11890
  }
11890
11891
  },
11891
11892
  "node_modules/get-port": {
11892
- "version": "7.1.0",
11893
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
11894
- "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
11893
+ "version": "5.1.1",
11894
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz",
11895
+ "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==",
11896
+ "license": "MIT",
11895
11897
  "engines": {
11896
- "node": ">=16"
11898
+ "node": ">=8"
11897
11899
  },
11898
11900
  "funding": {
11899
11901
  "url": "https://github.com/sponsors/sindresorhus"
@@ -28268,9 +28270,9 @@
28268
28270
  "integrity": "sha512-LmCKVxioe63Fy6KDAQ/mmCSOSSRUE/x4zdrMD+7dU8quF3bGpzvP8mOmq4Dgce3nzU9AgkVDotucNOOg7c27BQ=="
28269
28271
  },
28270
28272
  "get-port": {
28271
- "version": "7.1.0",
28272
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
28273
- "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw=="
28273
+ "version": "5.1.1",
28274
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz",
28275
+ "integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ=="
28274
28276
  },
28275
28277
  "get-port-please": {
28276
28278
  "version": "3.1.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": "19.1.3",
4
+ "version": "19.1.4",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -55,6 +55,7 @@
55
55
  "test:init:next-deps": "npm ci --prefix tests/integration/__fixtures__/next-app-without-config --no-audit && npm ci --prefix tests/integration/__fixtures__/next-app --no-audit",
56
56
  "test:ci:vitest:integration": "vitest run --coverage tests/integration/",
57
57
  "test:ci:vitest:unit": "vitest run --coverage tests/unit/",
58
+ "postinstall": "node ./scripts/postinstall.js",
58
59
  "prepublishOnly": "npm shrinkwrap",
59
60
  "typecheck": "tsc",
60
61
  "typecheck:watch": "tsc --watch",
@@ -108,7 +109,7 @@
108
109
  "folder-walker": "3.2.0",
109
110
  "from2-array": "0.0.4",
110
111
  "fuzzy": "0.1.3",
111
- "get-port": "7.1.0",
112
+ "get-port": "5.1.1",
112
113
  "gh-release-fetch": "4.0.3",
113
114
  "git-repo-info": "2.1.1",
114
115
  "gitconfiglocal": "2.1.0",