netlify-cli 23.12.1 → 23.12.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.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "23.12.1",
3
+ "version": "23.12.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "23.12.1",
9
+ "version": "23.12.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@fastify/static": "7.0.4",
14
- "@netlify/ai": "0.3.3",
14
+ "@netlify/ai": "0.3.4",
15
15
  "@netlify/api": "14.0.11",
16
16
  "@netlify/blobs": "10.1.0",
17
17
  "@netlify/build": "35.5.2",
@@ -1367,17 +1367,17 @@
1367
1367
  }
1368
1368
  },
1369
1369
  "node_modules/@netlify/ai": {
1370
- "version": "0.3.3",
1371
- "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.3.tgz",
1372
- "integrity": "sha512-P2EWy+fmybtJ4xptqR1qq+fL0JK4kj7MxqziSIB9BfqG7kIGDPTHHgbrzpEbgNvUpPt/l74mF5rQ5UW26VRp3A==",
1370
+ "version": "0.3.4",
1371
+ "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.4.tgz",
1372
+ "integrity": "sha512-mV0RtkO5dOwbuqRn/Sn0aHIV4j6sw8B4F16WCx0GYBRcJ9IbBkzvuEzW0IDUbNE6hxu9FFs5WRDASDJpgDY1ZQ==",
1373
1373
  "dependencies": {
1374
- "@netlify/api": "^14.0.10"
1374
+ "@netlify/api": "^14.0.11"
1375
1375
  },
1376
1376
  "engines": {
1377
1377
  "node": ">=20.6.1"
1378
1378
  },
1379
1379
  "peerDependencies": {
1380
- "@netlify/api": ">=14.0.10"
1380
+ "@netlify/api": ">=14.0.11"
1381
1381
  }
1382
1382
  },
1383
1383
  "node_modules/@netlify/api": {
@@ -7573,9 +7573,10 @@
7573
7573
  }
7574
7574
  },
7575
7575
  "node_modules/glob": {
7576
- "version": "10.4.5",
7577
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
7578
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
7576
+ "version": "10.5.0",
7577
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
7578
+ "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
7579
+ "license": "ISC",
7579
7580
  "dependencies": {
7580
7581
  "foreground-child": "^3.1.0",
7581
7582
  "jackspeak": "^3.1.2",
@@ -9692,9 +9693,10 @@
9692
9693
  "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q=="
9693
9694
  },
9694
9695
  "node_modules/node-forge": {
9695
- "version": "1.3.1",
9696
- "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
9697
- "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
9696
+ "version": "1.3.2",
9697
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz",
9698
+ "integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
9699
+ "license": "(BSD-3-Clause OR GPL-2.0)",
9698
9700
  "engines": {
9699
9701
  "node": ">= 6.13.0"
9700
9702
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "23.12.1",
4
+ "version": "23.12.3",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@fastify/static": "7.0.4",
61
- "@netlify/ai": "0.3.3",
61
+ "@netlify/ai": "0.3.4",
62
62
  "@netlify/api": "14.0.11",
63
63
  "@netlify/blobs": "10.1.0",
64
64
  "@netlify/build": "35.5.2",
@@ -163,5 +163,6 @@
163
163
  "verdaccio": {
164
164
  "compression": "1.8.1"
165
165
  }
166
- }
166
+ },
167
+ "packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900"
167
168
  }