Skip to content

Commit

Permalink
Upgrade got dependency
Browse files Browse the repository at this point in the history
Resolves dependabot alerts #26
  • Loading branch information
blakef committed Jun 28, 2023
1 parent 754e9ac commit bc40fd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/_getting-started-macos-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ If you are having trouble with iOS, try to reinstall the dependencies by running
3. `bundle exec pod install` to install the iOS dependencies managed by CocoaPods.

:::

### [Optional] Using a specific version or template

If you want to start a new project with a specific React Native version, you can use the `--version` argument:
Expand Down
2 changes: 1 addition & 1 deletion plugins/remark-lint-no-dead-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
},
"dependencies": {
"got": "^12.5.3",
"got": "^13.0.0",
"unified-lint-rule": "^2.1.1",
"unist-util-visit": "^4.1.2"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
"@docsearch/css" "3.2.0"
algoliasearch "^4.0.0"

"@docusaurus/core@2.3.1", "@docusaurus/core@^2.3.1":
"@docusaurus/core@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.3.1.tgz#32849f2ffd2f086a4e55739af8c4195c5eb386f2"
integrity sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==
Expand Down Expand Up @@ -1375,7 +1375,7 @@
webpack-merge "^5.8.0"
webpackbar "^5.0.2"

"@docusaurus/core@2.4.1":
"@docusaurus/core@2.4.1", "@docusaurus/core@^2.3.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.1.tgz#4b8ff5766131ce3fbccaad0b1daf2ad4dc76f62d"
integrity sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==
Expand Down Expand Up @@ -1806,7 +1806,7 @@
fs-extra "^10.1.0"
tslib "^2.4.0"

"@docusaurus/types@2.3.1", "@docusaurus/types@^2.3.1":
"@docusaurus/types@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.3.1.tgz#785ade2e0f4e35e1eb7fb0d04c27d11c3991a2e8"
integrity sha512-PREbIRhTaNNY042qmfSE372Jb7djZt+oVTZkoqHJ8eff8vOIc2zqqDqBVc5BhOfpZGPTrE078yy/torUEZy08A==
Expand All @@ -1820,7 +1820,7 @@
webpack "^5.73.0"
webpack-merge "^5.8.0"

"@docusaurus/types@2.4.1":
"@docusaurus/types@2.4.1", "@docusaurus/types@^2.3.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.1.tgz#d8e82f9e0f704984f98df1f93d6b4554d5458705"
integrity sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==
Expand Down Expand Up @@ -6815,10 +6815,10 @@ got@^12.1.0:
p-cancelable "^3.0.0"
responselike "^3.0.0"

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

0 comments on commit bc40fd3

Please sign in to comment.