netlify-cli 23.13.0 → 23.13.2

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.
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.13.0",
4
+ "version": "23.13.2",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -97,7 +97,7 @@
97
97
  "envinfo": "7.15.0",
98
98
  "etag": "1.8.1",
99
99
  "execa": "5.1.1",
100
- "express": "4.21.2",
100
+ "express": "4.22.1",
101
101
  "express-logging": "1.1.1",
102
102
  "extract-zip": "2.0.1",
103
103
  "fastest-levenshtein": "1.0.16",
@@ -119,7 +119,7 @@
119
119
  "is-stream": "4.0.1",
120
120
  "is-wsl": "3.1.0",
121
121
  "isexe": "3.1.1",
122
- "jsonwebtoken": "9.0.2",
122
+ "jsonwebtoken": "9.0.3",
123
123
  "jwt-decode": "4.0.0",
124
124
  "lambda-local": "2.2.0",
125
125
  "locate-path": "7.2.0",
@@ -159,10 +159,5 @@
159
159
  "tests/**/*.test.cjs"
160
160
  ]
161
161
  },
162
- "overrides": {
163
- "verdaccio": {
164
- "compression": "1.8.1"
165
- }
166
- },
167
162
  "packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900"
168
163
  }