Skip to content

Commit 6b080d6

Browse files
fix(deps): bump got from 14.4.3 to 14.4.4
Bumps [got](https://github.com/sindresorhus/got) from 14.4.3 to 14.4.4. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.4.3...v14.4.4) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed378c1 commit 6b080d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/kit": "^3.2.2",
1212
"@salesforce/sf-plugins-core": "^11.3.12",
1313
"form-data": "^4.0.1",
14-
"got": "^14.4.3",
14+
"got": "^14.4.4",
1515
"tough-cookie": "^4.1.4"
1616
},
1717
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4712,10 +4712,10 @@ got@^13:
47124712
p-cancelable "^3.0.0"
47134713
responselike "^3.0.0"
47144714

4715-
got@^14.4.3:
4716-
version "14.4.3"
4717-
resolved "https://registry.yarnpkg.com/got/-/got-14.4.3.tgz#ecef887ba2a0916cc8a44a5514fe8426a39e632f"
4718-
integrity sha512-iTC0Z87yxSijWTh/IpvGpwOhIQK7+GgWkYrMRoN/hB9qeRj9RPuLGODwevs0p5idUf7nrxCVa5IlOmK3b8z+KA==
4715+
got@^14.4.4:
4716+
version "14.4.4"
4717+
resolved "https://registry.yarnpkg.com/got/-/got-14.4.4.tgz#de6ae81e09dea32f11295e7896fd9fd80a49dbcd"
4718+
integrity sha512-tqiF7eSgTBwQkxb1LxsEpva8TaMYVisbhplrFVmw9GQE3855Z+MH/mnsXLLOkDxR6hZJRFMj5VTAZ8lmTF8ZOA==
47194719
dependencies:
47204720
"@sindresorhus/is" "^7.0.1"
47214721
"@szmarczak/http-timer" "^5.0.1"

0 commit comments

Comments
 (0)