netlify-cli 12.2.5 → 12.2.6

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,19 +1,19 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "12.2.5",
3
+ "version": "12.2.6",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "12.2.5",
9
+ "version": "12.2.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@netlify/build": "^28.3.1",
14
14
  "@netlify/config": "^20.0.2",
15
15
  "@netlify/edge-bundler": "^4.4.1",
16
- "@netlify/framework-info": "^9.5.1",
16
+ "@netlify/framework-info": "^9.5.2",
17
17
  "@netlify/local-functions-proxy": "^1.1.1",
18
18
  "@netlify/zip-it-and-ship-it": "^8.1.0",
19
19
  "@octokit/rest": "^19.0.0",
@@ -3539,9 +3539,9 @@
3539
3539
  }
3540
3540
  },
3541
3541
  "node_modules/@netlify/framework-info": {
3542
- "version": "9.5.1",
3543
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.5.1.tgz",
3544
- "integrity": "sha512-UqwJM7Z2SnZMnX85GkfE6lHfG9ZGoWwh8ejyBr84arjXg21xcOUl3Gy0txuON2R9dR4YseuPWKoHJqfqObbplQ==",
3542
+ "version": "9.5.2",
3543
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.5.2.tgz",
3544
+ "integrity": "sha512-4gEP+02y6ueJEm/oLPfoFJGg/9TOQi/NCKcxZm1dwkLTVgCYmT47niXG7hVDWz3F3daqVm6lcCUSdrvkhDYgcQ==",
3545
3545
  "dependencies": {
3546
3546
  "ajv": "^8.0.0",
3547
3547
  "filter-obj": "^3.0.0",
@@ -25921,9 +25921,9 @@
25921
25921
  }
25922
25922
  },
25923
25923
  "@netlify/framework-info": {
25924
- "version": "9.5.1",
25925
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.5.1.tgz",
25926
- "integrity": "sha512-UqwJM7Z2SnZMnX85GkfE6lHfG9ZGoWwh8ejyBr84arjXg21xcOUl3Gy0txuON2R9dR4YseuPWKoHJqfqObbplQ==",
25924
+ "version": "9.5.2",
25925
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.5.2.tgz",
25926
+ "integrity": "sha512-4gEP+02y6ueJEm/oLPfoFJGg/9TOQi/NCKcxZm1dwkLTVgCYmT47niXG7hVDWz3F3daqVm6lcCUSdrvkhDYgcQ==",
25927
25927
  "requires": {
25928
25928
  "ajv": "^8.0.0",
25929
25929
  "filter-obj": "^3.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": "12.2.5",
4
+ "version": "12.2.6",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "contributors": [
@@ -231,7 +231,7 @@
231
231
  "@netlify/build": "^28.3.1",
232
232
  "@netlify/config": "^20.0.2",
233
233
  "@netlify/edge-bundler": "^4.4.1",
234
- "@netlify/framework-info": "^9.5.1",
234
+ "@netlify/framework-info": "^9.5.2",
235
235
  "@netlify/local-functions-proxy": "^1.1.1",
236
236
  "@netlify/zip-it-and-ship-it": "^8.1.0",
237
237
  "@octokit/rest": "^19.0.0",