Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 1d76279

Browse files
Merge pull request #145 from tpucci/dependabot/npm_and_yarn/example/babel/core-7.5.5
2 parents eaaf537 + 3f1ae79 commit 1d76279

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:ci": "yarn test:lint && yarn test:unit:ci && yarn test:type"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.5.4",
17+
"@babel/core": "^7.5.5",
1818
"@babel/preset-typescript": "^7.3.3",
1919
"@babel/runtime": "^7.5.5",
2020
"babel-plugin-module-resolver": "^3.2.0",

example/yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0":
6-
version "7.0.0"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
8-
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
6+
version "7.5.5"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
8+
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.0.0", "@babel/core@^7.5.4":
13-
version "7.5.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
15-
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
12+
"@babel/core@^7.0.0", "@babel/core@^7.5.5":
13+
version "7.5.5"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
15+
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
1616
dependencies:
17-
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.5.0"
19-
"@babel/helpers" "^7.5.4"
20-
"@babel/parser" "^7.5.0"
17+
"@babel/code-frame" "^7.5.5"
18+
"@babel/generator" "^7.5.5"
19+
"@babel/helpers" "^7.5.5"
20+
"@babel/parser" "^7.5.5"
2121
"@babel/template" "^7.4.4"
22-
"@babel/traverse" "^7.5.0"
23-
"@babel/types" "^7.5.0"
22+
"@babel/traverse" "^7.5.5"
23+
"@babel/types" "^7.5.5"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
27-
lodash "^4.17.11"
27+
lodash "^4.17.13"
2828
resolve "^1.3.2"
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/generator@^7.0.0", "@babel/generator@^7.5.0":
33-
version "7.5.0"
34-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
35-
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
32+
"@babel/generator@^7.0.0", "@babel/generator@^7.5.5":
33+
version "7.5.5"
34+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
35+
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
3636
dependencies:
37-
"@babel/types" "^7.5.0"
37+
"@babel/types" "^7.5.5"
3838
jsesc "^2.5.1"
39-
lodash "^4.17.11"
39+
lodash "^4.17.13"
4040
source-map "^0.5.0"
4141
trim-right "^1.0.1"
4242

@@ -232,14 +232,14 @@
232232
"@babel/traverse" "^7.1.0"
233233
"@babel/types" "^7.2.0"
234234

235-
"@babel/helpers@^7.5.4":
236-
version "7.5.4"
237-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
238-
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
235+
"@babel/helpers@^7.5.5":
236+
version "7.5.5"
237+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
238+
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
239239
dependencies:
240240
"@babel/template" "^7.4.4"
241-
"@babel/traverse" "^7.5.0"
242-
"@babel/types" "^7.5.0"
241+
"@babel/traverse" "^7.5.5"
242+
"@babel/types" "^7.5.5"
243243

244244
"@babel/highlight@^7.0.0":
245245
version "7.0.0"
@@ -250,10 +250,10 @@
250250
esutils "^2.0.2"
251251
js-tokens "^4.0.0"
252252

253-
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
254-
version "7.5.0"
255-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
256-
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
253+
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
254+
version "7.5.5"
255+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
256+
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
257257

258258
"@babel/plugin-external-helpers@^7.0.0":
259259
version "7.2.0"
@@ -648,28 +648,28 @@
648648
"@babel/parser" "^7.4.4"
649649
"@babel/types" "^7.4.4"
650650

651-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
652-
version "7.5.0"
653-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
654-
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
651+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
652+
version "7.5.5"
653+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
654+
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
655655
dependencies:
656-
"@babel/code-frame" "^7.0.0"
657-
"@babel/generator" "^7.5.0"
656+
"@babel/code-frame" "^7.5.5"
657+
"@babel/generator" "^7.5.5"
658658
"@babel/helper-function-name" "^7.1.0"
659659
"@babel/helper-split-export-declaration" "^7.4.4"
660-
"@babel/parser" "^7.5.0"
661-
"@babel/types" "^7.5.0"
660+
"@babel/parser" "^7.5.5"
661+
"@babel/types" "^7.5.5"
662662
debug "^4.1.0"
663663
globals "^11.1.0"
664-
lodash "^4.17.11"
664+
lodash "^4.17.13"
665665

666-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
667-
version "7.5.0"
668-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
669-
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
666+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
667+
version "7.5.5"
668+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
669+
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
670670
dependencies:
671671
esutils "^2.0.2"
672-
lodash "^4.17.11"
672+
lodash "^4.17.13"
673673
to-fast-properties "^2.0.0"
674674

675675
"@react-native-community/cli@^1.2.1":
@@ -2672,7 +2672,7 @@ lodash.throttle@^4.1.1:
26722672
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
26732673
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
26742674

2675-
lodash@^4.17.11, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
2675+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
26762676
version "4.17.14"
26772677
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
26782678
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

0 commit comments

Comments
 (0)