netlify-cli 8.6.20 → 8.6.21

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-cli",
3
- "version": "8.6.20",
3
+ "version": "8.6.21",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "8.6.20",
9
+ "version": "8.6.21",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@netlify/framework-info": "^8.0.0",
16
16
  "@netlify/local-functions-proxy": "^1.1.1",
17
17
  "@netlify/plugin-edge-handlers": "^3.0.2",
18
- "@netlify/plugins-list": "^6.2.0",
18
+ "@netlify/plugins-list": "^6.2.1",
19
19
  "@netlify/routing-local-proxy": "^0.34.1",
20
20
  "@netlify/zip-it-and-ship-it": "5.4.0",
21
21
  "@octokit/rest": "^18.0.0",
@@ -3322,9 +3322,9 @@
3322
3322
  "integrity": "sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng=="
3323
3323
  },
3324
3324
  "node_modules/@netlify/plugins-list": {
3325
- "version": "6.2.0",
3326
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.2.0.tgz",
3327
- "integrity": "sha512-ZkrNrq1A/pVt32XsSLye9We0v+f0yqnOMD32Yu17KoMsL6AVF0KOyiAqjuJFNOZlusTkLgmZuMAbtmriybP0AQ==",
3325
+ "version": "6.2.1",
3326
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.2.1.tgz",
3327
+ "integrity": "sha512-/sXe4hjTFgKnRDFDiqU1qLvRCc+JtOqTLFf3aMNA6Xp7bSKGtTYJFOwTpPIUUOyLaDqbBdU3IOjemc6EtyC8qg==",
3328
3328
  "engines": {
3329
3329
  "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
3330
3330
  }
@@ -22350,9 +22350,9 @@
22350
22350
  }
22351
22351
  },
22352
22352
  "@netlify/plugins-list": {
22353
- "version": "6.2.0",
22354
- "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.2.0.tgz",
22355
- "integrity": "sha512-ZkrNrq1A/pVt32XsSLye9We0v+f0yqnOMD32Yu17KoMsL6AVF0KOyiAqjuJFNOZlusTkLgmZuMAbtmriybP0AQ=="
22353
+ "version": "6.2.1",
22354
+ "resolved": "https://registry.npmjs.org/@netlify/plugins-list/-/plugins-list-6.2.1.tgz",
22355
+ "integrity": "sha512-/sXe4hjTFgKnRDFDiqU1qLvRCc+JtOqTLFf3aMNA6Xp7bSKGtTYJFOwTpPIUUOyLaDqbBdU3IOjemc6EtyC8qg=="
22356
22356
  },
22357
22357
  "@netlify/routing-local-proxy": {
22358
22358
  "version": "0.34.1",
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.6.20",
4
+ "version": "8.6.21",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -83,7 +83,7 @@
83
83
  "@netlify/framework-info": "^8.0.0",
84
84
  "@netlify/local-functions-proxy": "^1.1.1",
85
85
  "@netlify/plugin-edge-handlers": "^3.0.2",
86
- "@netlify/plugins-list": "^6.2.0",
86
+ "@netlify/plugins-list": "^6.2.1",
87
87
  "@netlify/routing-local-proxy": "^0.34.1",
88
88
  "@netlify/zip-it-and-ship-it": "5.4.0",
89
89
  "@octokit/rest": "^18.0.0",