Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[configure-splash-screen] Bump cli-platform-[ios/android] versions fo…
Browse files Browse the repository at this point in the history
…r logkitty security fix
  • Loading branch information
brentvatne committed Jul 30, 2020
1 parent be39d31 commit 83b9cb1
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 28 deletions.
5 changes: 3 additions & 2 deletions packages/configure-splash-screen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"node": ">=10"
},
"dependencies": {
"@react-native-community/cli-platform-android": "4.7.0",
"@react-native-community/cli-platform-ios": "4.7.0",
"@react-native-community/cli-platform-android": "^4.10.0",
"@react-native-community/cli-platform-ios": "^4.10.0",
"color-string": "^1.5.3",
"commander": "^5.1.0",
"core-js": "^3.6.5",
Expand All @@ -53,6 +53,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.16",
"@react-native-community/cli-types": "^4.10.0",
"@types/color-string": "^1.5.0",
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^9.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '@react-native-community/cli-platform-android' {
import { AndroidProjectConfig, AndroidProjectParams } from '@react-native-community/cli-types';

export function projectConfig(path: string, options?: AndroidProjectParams): AndroidProjectConfig;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '@react-native-community/cli-platform-ios' {
import { IOSProjectConfig, IOSProjectParams } from '@react-native-community/cli-types';

export function projectConfig(path: string, options?: IOSProjectParams): IOSProjectConfig;
}
95 changes: 69 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3142,22 +3142,6 @@
dependencies:
serve-static "^1.13.1"

"@react-native-community/cli-platform-android@4.7.0":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.7.0.tgz#aace6b8004b8d3aae40d6affaad1c472e0310a25"
integrity sha512-Lb6D0ipmFwYLJeQy5/NI4uJpeSHw85rd84C40wwpoUfsCgZhA93WUJdFkuQEIDkfTqs5Yqgl+/szhIZdnIXPxw==
dependencies:
"@react-native-community/cli-tools" "^4.7.0"
chalk "^3.0.0"
execa "^1.0.0"
fs-extra "^8.1.0"
glob "^7.1.3"
jetifier "^1.6.2"
lodash "^4.17.15"
logkitty "^0.6.0"
slash "^3.0.0"
xmldoc "^1.1.2"

"@react-native-community/cli-platform-android@^3.0.0-alpha.1":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-3.1.4.tgz#61f964dc311623e60b0fb29c5f3732cc8a6f076f"
Expand All @@ -3171,18 +3155,21 @@
slash "^3.0.0"
xmldoc "^1.1.2"

"@react-native-community/cli-platform-ios@4.7.0":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.7.0.tgz#471dcdbd2645c5650f16c0eddcca50e47ca78398"
integrity sha512-XqnxP6H6+PG/wn4+Pwas5jaTSr5n7x6v8trkPY8iO37b8sq7tJLNYznaBMROF43i0NqO48JdhquYOqnDN8FdBA==
"@react-native-community/cli-platform-android@^4.10.0":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.10.1.tgz#c326dfcce42acf106cc9c4afb95b360644fa595b"
integrity sha512-RawTRMd+pGQ/k+ZnZ/wTOcPd7sfbxkuhUmBoIthj8WJcufQdda57y/c6Cys9efAxKjvBP02RKX/Uhu+v7aS4jA==
dependencies:
"@react-native-community/cli-tools" "^4.7.0"
"@react-native-community/cli-tools" "^4.10.1"
chalk "^3.0.0"
execa "^1.0.0"
fs-extra "^8.1.0"
glob "^7.1.3"
js-yaml "^3.13.1"
jetifier "^1.6.2"
lodash "^4.17.15"
plist "^3.0.1"
xcode "^2.0.0"
logkitty "^0.7.1"
slash "^3.0.0"
xmldoc "^1.1.2"

"@react-native-community/cli-platform-ios@^3.0.0-alpha.1":
version "3.2.0"
Expand All @@ -3194,6 +3181,19 @@
js-yaml "^3.13.1"
xcode "^2.0.0"

"@react-native-community/cli-platform-ios@^4.10.0":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.10.1.tgz#c73d7b33f22458aa806069df0dfc0ed55973679b"
integrity sha512-CiwAcZ0YZ5NBz6cKfa4MRFnPtTadRiy/A+kzaBUzsLXqV2qw5YIl08JEaxAI7sjuoi8/EE8CRCIkjlGYcqNK9Q==
dependencies:
"@react-native-community/cli-tools" "^4.10.1"
chalk "^3.0.0"
glob "^7.1.3"
js-yaml "^3.13.1"
lodash "^4.17.15"
plist "^3.0.1"
xcode "^2.0.0"

"@react-native-community/cli-server-api@4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.9.0.tgz#503f50331c6e2cc8c5fcf6b693170e3a3a669d1a"
Expand All @@ -3218,7 +3218,19 @@
mime "^2.4.1"
node-fetch "^2.5.0"

"@react-native-community/cli-tools@^4.7.0", "@react-native-community/cli-tools@^4.9.0":
"@react-native-community/cli-tools@^4.10.1":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.10.1.tgz#11f6833e646fbf53509282912e8d77658a8578b0"
integrity sha512-zGD0h+Ay8Rk8p+2wG41V163am8HfKkoZsVDKYkEKYD8O019if893pZyQ2sDcgk2ppNILrCt9O264dPDe/Ly1ow==
dependencies:
chalk "^3.0.0"
lodash "^4.17.15"
mime "^2.4.1"
node-fetch "^2.6.0"
open "^6.2.0"
shell-quote "1.6.1"

"@react-native-community/cli-tools@^4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-4.9.0.tgz#d8fd0326cc2fcaeb8c920baf24b68b63c8164fa2"
integrity sha512-vCeYkJ3n/EIaW3lAfznzojMffGxYhCUzwZzwBuC3+O+gYxkymdpletqNYLLEa04DzJr174mxgbgBw8g5IP91yA==
Expand All @@ -3235,6 +3247,11 @@
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-3.0.0.tgz#488d46605cb05e88537e030f38da236eeda74652"
integrity sha512-ng6Tm537E/M42GjE4TRUxQyL8sRfClcL7bQWblOCoxPZzJ2J3bdALsjeG3vDnVCIfI/R0AeFalN9KjMt0+Z/Zg==

"@react-native-community/cli-types@^4.10.0":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.10.1.tgz#d68a2dcd1649d3b3774823c64e5e9ce55bfbe1c9"
integrity sha512-ael2f1onoPF3vF7YqHGWy7NnafzGu+yp88BbFbP0ydoCP2xGSUzmZVw0zakPTC040Id+JQ9WeFczujMkDy6jYQ==

"@react-native-community/cli@^3.0.0-alpha.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-3.2.1.tgz#2a466801eb6080a1f73358c5d740c53c24ed8c6f"
Expand Down Expand Up @@ -14394,6 +14411,15 @@ logkitty@^0.6.0:
dayjs "^1.8.15"
yargs "^12.0.5"

logkitty@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7"
integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==
dependencies:
ansi-fragments "^0.2.1"
dayjs "^1.8.15"
yargs "^15.1.0"

loglevel@^1.6.6:
version "1.6.7"
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.7.tgz#b3e034233188c68b889f5b862415306f565e2c56"
Expand Down Expand Up @@ -22896,7 +22922,7 @@ yaml@^1.7.2:
dependencies:
"@babel/runtime" "^7.8.7"

yargs-parser@18.x, yargs-parser@^18.1.1:
yargs-parser@18.x, yargs-parser@^18.1.1, yargs-parser@^18.1.2:
version "18.1.3"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
Expand Down Expand Up @@ -23041,6 +23067,23 @@ yargs@^14.2.0, yargs@^14.2.2:
y18n "^4.0.0"
yargs-parser "^15.0.1"

yargs@^15.1.0:
version "15.4.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
dependencies:
cliui "^6.0.0"
decamelize "^1.2.0"
find-up "^4.1.0"
get-caller-file "^2.0.1"
require-directory "^2.1.1"
require-main-filename "^2.0.0"
set-blocking "^2.0.0"
string-width "^4.2.0"
which-module "^2.0.0"
y18n "^4.0.0"
yargs-parser "^18.1.2"

yargs@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.3.1.tgz#9505b472763963e54afe60148ad27a330818e98b"
Expand Down

0 comments on commit 83b9cb1

Please sign in to comment.