Skip to content

Commit 3af5466

Browse files
authored
Merge pull request #135 from masb0ymas/dependabot/npm_and_yarn/babel/cli-7.12.1
build(deps-dev): bump @babel/cli from 7.11.6 to 7.12.1
2 parents c8e8e1b + 140f978 commit 3af5466

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"yup": "^0.29.3"
7070
},
7171
"devDependencies": {
72-
"@babel/cli": "^7.11.6",
72+
"@babel/cli": "^7.12.1",
7373
"@babel/core": "^7.12.1",
7474
"@babel/node": "^7.12.1",
7575
"@babel/plugin-proposal-class-properties": "^7.12.1",

yarn.lock

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
call-me-maybe "^1.0.1"
3434
z-schema "^4.2.3"
3535

36-
"@babel/cli@^7.11.6":
37-
version "7.11.6"
38-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482"
39-
integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg==
36+
"@babel/cli@^7.12.1":
37+
version "7.12.1"
38+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.1.tgz#e08a0b1cb6fcd4b9eb6a606ba5602c5c0fe24a0c"
39+
integrity sha512-eRJREyrfAJ2r42Iaxe8h3v6yyj1wu9OyosaUHW6UImjGf9ahGL9nsFNh7OCopvtcPL8WnEo7tp78wrZaZ6vG9g==
4040
dependencies:
4141
commander "^4.0.1"
4242
convert-source-map "^1.1.0"
@@ -47,7 +47,8 @@
4747
slash "^2.0.0"
4848
source-map "^0.5.0"
4949
optionalDependencies:
50-
chokidar "^2.1.8"
50+
"@nicolo-ribaudo/chokidar-2" "^2.1.8"
51+
chokidar "^3.4.0"
5152

5253
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
5354
version "7.10.4"
@@ -1302,6 +1303,13 @@
13021303
resolved "https://registry.yarnpkg.com/@jsdevtools/ono/-/ono-7.1.3.tgz#9df03bbd7c696a5c58885c34aa06da41c8543796"
13031304
integrity sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==
13041305

1306+
"@nicolo-ribaudo/chokidar-2@^2.1.8":
1307+
version "2.1.8"
1308+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8.tgz#eef8d9b47e8dc589499f14d656e8d2dd978c3d14"
1309+
integrity sha512-FohwULwAebCUKi/akMFyGi7jfc7JXTeMHzKxuP3umRd9mK/2Y7/SMBSI2jX+YLopPXi+PF9l307NmpfxTdCegA==
1310+
dependencies:
1311+
chokidar "2.1.8"
1312+
13051313
"@sindresorhus/is@^0.14.0":
13061314
version "0.14.0"
13071315
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -2364,7 +2372,7 @@ character-parser@^2.2.0:
23642372
dependencies:
23652373
is-regex "^1.0.3"
23662374

2367-
chokidar@^2.1.8:
2375+
23682376
version "2.1.8"
23692377
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
23702378
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -2398,6 +2406,21 @@ chokidar@^3.2.2:
23982406
optionalDependencies:
23992407
fsevents "~2.1.2"
24002408

2409+
chokidar@^3.4.0:
2410+
version "3.4.3"
2411+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
2412+
integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
2413+
dependencies:
2414+
anymatch "~3.1.1"
2415+
braces "~3.0.2"
2416+
glob-parent "~5.1.0"
2417+
is-binary-path "~2.1.0"
2418+
is-glob "~4.0.1"
2419+
normalize-path "~3.0.0"
2420+
readdirp "~3.5.0"
2421+
optionalDependencies:
2422+
fsevents "~2.1.2"
2423+
24012424
chownr@^1.1.1:
24022425
version "1.1.4"
24032426
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -6893,6 +6916,13 @@ readdirp@~3.4.0:
68936916
dependencies:
68946917
picomatch "^2.2.1"
68956918

6919+
readdirp@~3.5.0:
6920+
version "3.5.0"
6921+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
6922+
integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
6923+
dependencies:
6924+
picomatch "^2.2.1"
6925+
68966926
redis-commands@^1.5.0:
68976927
version "1.6.0"
68986928
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.6.0.tgz#36d4ca42ae9ed29815cdb30ad9f97982eba1ce23"

0 commit comments

Comments
 (0)