netlify 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/dist/lib/geo-location.js +1 -2
- package/dist/lib/geo-location.js.map +1 -1
- package/dist/lib/string.d.ts +1 -1
- package/dist/lib/string.d.ts.map +1 -1
- package/dist/lib/string.js +1 -5
- package/dist/lib/string.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/parse-raw-flags.d.ts +2 -2
- package/dist/utils/parse-raw-flags.d.ts.map +1 -1
- package/dist/utils/parse-raw-flags.js +0 -3
- package/dist/utils/parse-raw-flags.js.map +1 -1
- package/npm-shrinkwrap.json +203 -99
- package/package.json +3 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "23.13.
|
|
4
|
+
"version": "23.13.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"envinfo": "7.15.0",
|
|
96
96
|
"etag": "1.8.1",
|
|
97
97
|
"execa": "5.1.1",
|
|
98
|
-
"express": "4.
|
|
98
|
+
"express": "4.22.1",
|
|
99
99
|
"express-logging": "1.1.1",
|
|
100
100
|
"extract-zip": "2.0.1",
|
|
101
101
|
"fastest-levenshtein": "1.0.16",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"is-stream": "4.0.1",
|
|
118
118
|
"is-wsl": "3.1.0",
|
|
119
119
|
"isexe": "3.1.1",
|
|
120
|
-
"jsonwebtoken": "9.0.
|
|
120
|
+
"jsonwebtoken": "9.0.3",
|
|
121
121
|
"jwt-decode": "4.0.0",
|
|
122
122
|
"lambda-local": "2.2.0",
|
|
123
123
|
"locate-path": "7.2.0",
|
|
@@ -157,11 +157,6 @@
|
|
|
157
157
|
"tests/**/*.test.cjs"
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
-
"overrides": {
|
|
161
|
-
"verdaccio": {
|
|
162
|
-
"compression": "1.8.1"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
160
|
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900",
|
|
166
161
|
"main": "./dist/index.js"
|
|
167
162
|
}
|