Skip to content

Commit 27083d2

Browse files
chore(main): release 19.1.2
1 parent 475cecf commit 27083d2

File tree

3 files changed

+59
-36
lines changed

3 files changed

+59
-36
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [19.1.2](https://github.com/netlify/cli/compare/v19.1.1...v19.1.2) (2025-03-27)
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** update dependency @netlify/functions to v3.0.4 ([#7118](https://github.com/netlify/cli/issues/7118)) ([48a4e3e](https://github.com/netlify/cli/commit/48a4e3ede4252bcaa317f80a8df0b4bbe7c52689))
22+
1623
## [19.1.1](https://github.com/netlify/cli/compare/v19.1.0...v19.1.1) (2025-03-27)
1724

1825

package-lock.json

+48-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "19.1.1",
4+
"version": "19.1.2",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {
@@ -167,7 +167,7 @@
167167
"@bugsnag/js": "8.2.0",
168168
"@eslint/compat": "^1.2.7",
169169
"@eslint/js": "^9.21.0",
170-
"@netlify/functions": "3.0.4",
170+
"@netlify/functions": "3.0.2",
171171
"@sindresorhus/slugify": "2.2.1",
172172
"@tsconfig/node18": "^18.2.4",
173173
"@tsconfig/recommended": "^1.0.8",
@@ -197,14 +197,14 @@
197197
"@types/source-map-support": "0.5.10",
198198
"@types/through2-map": "3.0.4",
199199
"@types/write-file-atomic": "4.0.3",
200-
"@types/ws": "8.18.0",
200+
"@types/ws": "8.5.14",
201201
"@vitest/coverage-v8": "1.6.1",
202202
"@vitest/eslint-plugin": "^1.1.36",
203203
"c8": "10.1.3",
204204
"cheerio": "1.0.0",
205205
"dedent": "^1.5.3",
206206
"eslint": "^9.21.0",
207-
"eslint-config-prettier": "^10.1.1",
207+
"eslint-config-prettier": "^10.0.2",
208208
"eslint-plugin-n": "^17.16.1",
209209
"form-data": "4.0.2",
210210
"is-ci": "4.1.0",

0 commit comments

Comments
 (0)