Skip to content

Commit dbedfe0

Browse files
authored
Merge pull request #110 from adjust/dependabot-warnings
Address dependabot warnings
2 parents a4bfcaa + 878d2f6 commit dbedfe0

File tree

4 files changed

+80
-2
lines changed

4 files changed

+80
-2
lines changed

example/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13+
"node-notifier": "^9.0.0",
1314
"react": "16.13.1",
1415
"react-native": "0.62.2",
1516
"react-native-adjust": "../temp",
16-
"react-native-adjust-oaid": "../plugins/oaid"
17+
"react-native-adjust-oaid": "../plugins/oaid",
18+
"semver": "^7.3.4",
19+
"uuid": "^8.3.2"
1720
},
1821
"devDependencies": {
1922
"@babel/core": "^7.10.2",

example/yarn.lock

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,6 +4480,13 @@ lru-cache@^4.0.1:
44804480
pseudomap "^1.0.2"
44814481
yallist "^2.1.2"
44824482

4483+
lru-cache@^6.0.0:
4484+
version "6.0.0"
4485+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4486+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4487+
dependencies:
4488+
yallist "^4.0.0"
4489+
44834490
make-dir@^2.0.0, make-dir@^2.1.0:
44844491
version "2.1.0"
44854492
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -4986,6 +4993,18 @@ node-notifier@^8.0.0:
49864993
uuid "^8.3.0"
49874994
which "^2.0.2"
49884995

4996+
node-notifier@^9.0.0:
4997+
version "9.0.0"
4998+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-9.0.0.tgz#46c5bbecbb796d4a803f646cea5bc91403f2ff38"
4999+
integrity sha512-SkwNwGnMMlSPrcoeH4CSo9XyWe72acAHEJGDdPdB+CyBVHsIYaTQ4U/1wk3URsyzC75xZLg2vzU2YaALlqDF1Q==
5000+
dependencies:
5001+
growly "^1.3.0"
5002+
is-wsl "^2.2.0"
5003+
semver "^7.3.2"
5004+
shellwords "^0.1.1"
5005+
uuid "^8.3.0"
5006+
which "^2.0.2"
5007+
49895008
node-stream-zip@^1.9.1:
49905009
version "1.11.6"
49915010
resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.11.6.tgz#67f73f460afc6eafcefc3f4f8308349b798fdb42"
@@ -5937,6 +5956,13 @@ semver@^7.2.1, semver@^7.3.2:
59375956
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
59385957
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
59395958

5959+
semver@^7.3.4:
5960+
version "7.3.4"
5961+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5962+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5963+
dependencies:
5964+
lru-cache "^6.0.0"
5965+
59405966
59415967
version "0.17.1"
59425968
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -6743,6 +6769,11 @@ uuid@^8.3.0:
67436769
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
67446770
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
67456771

6772+
uuid@^8.3.2:
6773+
version "8.3.2"
6774+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6775+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6776+
67466777
v8-compile-cache@^2.0.3:
67476778
version "2.2.0"
67486779
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
@@ -7001,6 +7032,11 @@ yallist@^2.1.2:
70017032
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
70027033
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
70037034

7035+
yallist@^4.0.0:
7036+
version "4.0.0"
7037+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
7038+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
7039+
70047040
yargs-parser@^15.0.1:
70057041
version "15.0.1"
70067042
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"

test/app/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13+
"node-notifier": "^9.0.0",
1314
"react": "16.13.1",
1415
"react-native": "0.62.2",
1516
"react-native-adjust": "../../temp",
1617
"react-native-adjust-oaid": "../../plugins/oaid",
17-
"react-native-adjust-test": "../lib"
18+
"react-native-adjust-test": "../lib",
19+
"semver": "^7.3.4",
20+
"uuid": "^8.3.2"
1821
},
1922
"devDependencies": {
2023
"@babel/core": "^7.10.2",

test/app/yarn.lock

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,6 +4480,13 @@ lru-cache@^4.0.1:
44804480
pseudomap "^1.0.2"
44814481
yallist "^2.1.2"
44824482

4483+
lru-cache@^6.0.0:
4484+
version "6.0.0"
4485+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4486+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4487+
dependencies:
4488+
yallist "^4.0.0"
4489+
44834490
make-dir@^2.0.0, make-dir@^2.1.0:
44844491
version "2.1.0"
44854492
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -4986,6 +4993,18 @@ node-notifier@^8.0.0:
49864993
uuid "^8.3.0"
49874994
which "^2.0.2"
49884995

4996+
node-notifier@^9.0.0:
4997+
version "9.0.0"
4998+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-9.0.0.tgz#46c5bbecbb796d4a803f646cea5bc91403f2ff38"
4999+
integrity sha512-SkwNwGnMMlSPrcoeH4CSo9XyWe72acAHEJGDdPdB+CyBVHsIYaTQ4U/1wk3URsyzC75xZLg2vzU2YaALlqDF1Q==
5000+
dependencies:
5001+
growly "^1.3.0"
5002+
is-wsl "^2.2.0"
5003+
semver "^7.3.2"
5004+
shellwords "^0.1.1"
5005+
uuid "^8.3.0"
5006+
which "^2.0.2"
5007+
49895008
node-stream-zip@^1.9.1:
49905009
version "1.11.6"
49915010
resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.11.6.tgz#67f73f460afc6eafcefc3f4f8308349b798fdb42"
@@ -5940,6 +5959,13 @@ semver@^7.2.1, semver@^7.3.2:
59405959
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
59415960
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
59425961

5962+
semver@^7.3.4:
5963+
version "7.3.4"
5964+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5965+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5966+
dependencies:
5967+
lru-cache "^6.0.0"
5968+
59435969
59445970
version "0.17.1"
59455971
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -6746,6 +6772,11 @@ uuid@^8.3.0:
67466772
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
67476773
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
67486774

6775+
uuid@^8.3.2:
6776+
version "8.3.2"
6777+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6778+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6779+
67496780
v8-compile-cache@^2.0.3:
67506781
version "2.2.0"
67516782
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
@@ -7004,6 +7035,11 @@ yallist@^2.1.2:
70047035
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
70057036
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
70067037

7038+
yallist@^4.0.0:
7039+
version "4.0.0"
7040+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
7041+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
7042+
70077043
yargs-parser@^15.0.1:
70087044
version "15.0.1"
70097045
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"

0 commit comments

Comments
 (0)