netlify 24.8.2 → 24.9.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify",
3
- "version": "24.8.2",
3
+ "version": "24.9.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify",
9
- "version": "24.8.2",
9
+ "version": "24.9.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -460,9 +460,9 @@
460
460
  }
461
461
  },
462
462
  "node_modules/@fastify/static/node_modules/brace-expansion": {
463
- "version": "5.0.4",
464
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
465
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
463
+ "version": "5.0.5",
464
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
465
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
466
466
  "license": "MIT",
467
467
  "dependencies": {
468
468
  "balanced-match": "^4.0.2"
@@ -1358,9 +1358,9 @@
1358
1358
  }
1359
1359
  },
1360
1360
  "node_modules/@netlify/build-info/node_modules/brace-expansion": {
1361
- "version": "5.0.4",
1362
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
1363
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
1361
+ "version": "5.0.5",
1362
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
1363
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1364
1364
  "license": "MIT",
1365
1365
  "dependencies": {
1366
1366
  "balanced-match": "^4.0.2"
@@ -5996,7 +5996,9 @@
5996
5996
  }
5997
5997
  },
5998
5998
  "node_modules/brace-expansion": {
5999
- "version": "2.0.2",
5999
+ "version": "2.0.3",
6000
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
6001
+ "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
6000
6002
  "license": "MIT",
6001
6003
  "dependencies": {
6002
6004
  "balanced-match": "^1.0.0"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify",
3
3
  "description": "Netlify command line tool",
4
- "version": "24.8.2",
4
+ "version": "24.9.0",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {