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

Commit be1f8f6

Browse files
Merge pull request #334 from tpucci/dependabot/npm_and_yarn/example/babel/core-7.7.5
2 parents 13c7c3a + ec13e98 commit be1f8f6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"typescript": "^3.7.3"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.6.2",
32+
"@babel/core": "^7.7.5",
3333
"@babel/plugin-proposal-decorators": "^7.7.4",
3434
"@react-native-community/eslint-config": "^0.0.5",
3535
"babel-jest": "^24.9.0",

example/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.6.2":
13-
version "7.7.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
15-
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
12+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
13+
version "7.7.5"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
15+
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
1616
dependencies:
1717
"@babel/code-frame" "^7.5.5"
1818
"@babel/generator" "^7.7.4"
1919
"@babel/helpers" "^7.7.4"
20-
"@babel/parser" "^7.7.4"
20+
"@babel/parser" "^7.7.5"
2121
"@babel/template" "^7.7.4"
2222
"@babel/traverse" "^7.7.4"
2323
"@babel/types" "^7.7.4"
@@ -240,10 +240,10 @@
240240
esutils "^2.0.2"
241241
js-tokens "^4.0.0"
242242

243-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.4":
244-
version "7.7.4"
245-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
246-
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
243+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.4", "@babel/parser@^7.7.5":
244+
version "7.7.5"
245+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
246+
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
247247

248248
"@babel/plugin-external-helpers@^7.0.0":
249249
version "7.7.4"

0 commit comments

Comments
 (0)