Skip to content

Commit be21c15

Browse files
fix(deps): update dependency got to ^11.8.5 for gatsby-source-npm-package-search (#35802)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2dbdd68 commit be21c15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-source-npm-package-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@babel/runtime": "^7.15.4",
1414
"algoliasearch": "^4.9.1",
15-
"got": "^11.8.3"
15+
"got": "^11.8.5"
1616
},
1717
"devDependencies": {
1818
"@babel/cli": "^7.15.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11991,10 +11991,10 @@ good-listener@^1.2.2:
1199111991
dependencies:
1199211992
delegate "^3.1.2"
1199311993

11994-
got@^11.8.2, got@^11.8.3:
11995-
version "11.8.3"
11996-
resolved "https://registry.yarnpkg.com/got/-/got-11.8.3.tgz#f496c8fdda5d729a90b4905d2b07dbd148170770"
11997-
integrity sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==
11994+
got@^11.8.2, got@^11.8.3, got@^11.8.5:
11995+
version "11.8.5"
11996+
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
11997+
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
1199811998
dependencies:
1199911999
"@sindresorhus/is" "^4.0.0"
1200012000
"@szmarczak/http-timer" "^4.0.5"

0 commit comments

Comments
 (0)