Skip to content

Commit bc40fd3

Browse files
committed
Upgrade got dependency
Resolves dependabot alerts #26
1 parent 754e9ac commit bc40fd3

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

docs/_getting-started-macos-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ If you are having trouble with iOS, try to reinstall the dependencies by running
6868
3. `bundle exec pod install` to install the iOS dependencies managed by CocoaPods.
6969

7070
:::
71+
7172
### [Optional] Using a specific version or template
7273

7374
If you want to start a new project with a specific React Native version, you can use the `--version` argument:

plugins/remark-lint-no-dead-urls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
1919
},
2020
"dependencies": {
21-
"got": "^12.5.3",
21+
"got": "^13.0.0",
2222
"unified-lint-rule": "^2.1.1",
2323
"unist-util-visit": "^4.1.2"
2424
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@
12981298
"@docsearch/css" "3.2.0"
12991299
algoliasearch "^4.0.0"
13001300

1301-
"@docusaurus/core@2.3.1", "@docusaurus/core@^2.3.1":
1301+
"@docusaurus/core@2.3.1":
13021302
version "2.3.1"
13031303
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.3.1.tgz#32849f2ffd2f086a4e55739af8c4195c5eb386f2"
13041304
integrity sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==
@@ -1375,7 +1375,7 @@
13751375
webpack-merge "^5.8.0"
13761376
webpackbar "^5.0.2"
13771377

1378-
"@docusaurus/core@2.4.1":
1378+
"@docusaurus/core@2.4.1", "@docusaurus/core@^2.3.1":
13791379
version "2.4.1"
13801380
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.1.tgz#4b8ff5766131ce3fbccaad0b1daf2ad4dc76f62d"
13811381
integrity sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==
@@ -1806,7 +1806,7 @@
18061806
fs-extra "^10.1.0"
18071807
tslib "^2.4.0"
18081808

1809-
"@docusaurus/types@2.3.1", "@docusaurus/types@^2.3.1":
1809+
"@docusaurus/types@2.3.1":
18101810
version "2.3.1"
18111811
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.3.1.tgz#785ade2e0f4e35e1eb7fb0d04c27d11c3991a2e8"
18121812
integrity sha512-PREbIRhTaNNY042qmfSE372Jb7djZt+oVTZkoqHJ8eff8vOIc2zqqDqBVc5BhOfpZGPTrE078yy/torUEZy08A==
@@ -1820,7 +1820,7 @@
18201820
webpack "^5.73.0"
18211821
webpack-merge "^5.8.0"
18221822

1823-
"@docusaurus/types@2.4.1":
1823+
"@docusaurus/types@2.4.1", "@docusaurus/types@^2.3.1":
18241824
version "2.4.1"
18251825
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.1.tgz#d8e82f9e0f704984f98df1f93d6b4554d5458705"
18261826
integrity sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==
@@ -6815,10 +6815,10 @@ got@^12.1.0:
68156815
p-cancelable "^3.0.0"
68166816
responselike "^3.0.0"
68176817

6818-
got@^12.5.3:
6819-
version "12.6.0"
6820-
resolved "https://registry.yarnpkg.com/got/-/got-12.6.0.tgz#8d382ee5de4432c086e83c133efdd474484f6ac7"
6821-
integrity sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==
6818+
got@^13.0.0:
6819+
version "13.0.0"
6820+
resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
6821+
integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==
68226822
dependencies:
68236823
"@sindresorhus/is" "^5.2.0"
68246824
"@szmarczak/http-timer" "^5.0.1"

0 commit comments

Comments
 (0)