Skip to content

Commit a2ba4f8

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent c2201fa commit a2ba4f8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@4c/babel-preset": "^7.4.1",
5959
"@babel/cli": "^7.14.5",
6060
"@babel/core": "^7.14.6",
61-
"@babel/node": "^7.14.5",
61+
"@babel/node": "^7.14.7",
6262
"babel-jest": "^26.6.3",
6363
"babel-plugin-add-module-exports": "^1.0.4",
6464
"babel-plugin-relay": "^10.1.3",
@@ -75,7 +75,7 @@
7575
"husky": "^4.3.8",
7676
"jest": "^26.6.3",
7777
"lint-staged": "^10.5.4",
78-
"prettier": "^2.3.1",
78+
"prettier": "^2.3.2",
7979
"relay-compiler": "^10.1.3",
8080
"relay-runtime": "^10.1.3"
8181
}

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@
314314
chalk "^2.0.0"
315315
js-tokens "^4.0.0"
316316

317-
"@babel/node@^7.14.5":
318-
version "7.14.5"
319-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.5.tgz#cfbfab24c74f2855243d0548bb74a0b8b37b8fce"
320-
integrity sha512-fwAf0Ba3gjcwP04T0BD0Y3oHOTDQH2tVcyaPOMjb+8xkCJ38FoaVOlLfQ/asBgm6aCkBkn12/l8spCXUEEeAyA==
317+
"@babel/node@^7.14.7":
318+
version "7.14.7"
319+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.7.tgz#0090e83e726027ea682240718ca39e4b625b15ad"
320+
integrity sha512-QghINtVgOUCrSpE7z4IXPTGJfRYyjoY7ny5Qz0cuUlsThQv6WSn1xJk217WlEDucPLP2o5HwGXPSkxD4LWOZxQ==
321321
dependencies:
322322
"@babel/register" "^7.14.5"
323323
commander "^4.0.1"
324-
core-js "^3.14.0"
324+
core-js "^3.15.0"
325325
node-environment-flags "^1.0.5"
326326
regenerator-runtime "^0.13.4"
327327
v8flags "^3.1.1"
@@ -2184,10 +2184,10 @@ core-js-compat@^3.6.2:
21842184
browserslist "^4.8.3"
21852185
semver "7.0.0"
21862186

2187-
core-js@^3.14.0:
2188-
version "3.14.0"
2189-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.14.0.tgz#62322b98c71cc2018b027971a69419e2425c2a6c"
2190-
integrity sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==
2187+
core-js@^3.15.0:
2188+
version "3.15.1"
2189+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.1.tgz#6c08ab88abdf56545045ccf5fd81f47f407e7f1a"
2190+
integrity sha512-h8VbZYnc9pDzueiS2610IULDkpFFPunHwIpl8yRwFahAEEdSpHlTy3h3z3rKq5h11CaUdBEeRViu9AYvbxiMeg==
21912191

21922192
[email protected], core-util-is@~1.0.0:
21932193
version "1.0.2"
@@ -4914,10 +4914,10 @@ prettier-linter-helpers@^1.0.0:
49144914
dependencies:
49154915
fast-diff "^1.1.2"
49164916

4917-
prettier@^2.3.1:
4918-
version "2.3.1"
4919-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
4920-
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
4917+
prettier@^2.3.2:
4918+
version "2.3.2"
4919+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
4920+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
49214921

49224922
pretty-format@^26.6.2:
49234923
version "26.6.2"

0 commit comments

Comments
 (0)