Skip to content

Commit 4905009

Browse files
chore(deps-dev): bump @babel/cli from 7.13.16 to 7.19.3 (bootstrap-vue#7053)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.13.16 to 7.19.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.3/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 090e97d commit 4905009

File tree

2 files changed

+25
-30
lines changed

2 files changed

+25
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"vue-functional-data-merge": "^3.1.0"
8888
},
8989
"devDependencies": {
90-
"@babel/cli": "^7.13.16",
90+
"@babel/cli": "^7.19.3",
9191
"@babel/core": "^7.16.5",
9292
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
9393
"@babel/plugin-transform-runtime": "^7.16.5",

yarn.lock

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

44

5-
"@babel/cli@^7.13.16":
6-
version "7.13.16"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
8-
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
5+
"@babel/cli@^7.19.3":
6+
version "7.19.3"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
8+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
99
dependencies:
10+
"@jridgewell/trace-mapping" "^0.3.8"
1011
commander "^4.0.1"
1112
convert-source-map "^1.1.0"
1213
fs-readdir-recursive "^1.1.0"
13-
glob "^7.0.0"
14+
glob "^7.2.0"
1415
make-dir "^2.1.0"
1516
slash "^2.0.0"
16-
source-map "^0.5.0"
1717
optionalDependencies:
18-
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
18+
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
1919
chokidar "^3.4.0"
2020

2121
@@ -1297,7 +1297,7 @@
12971297
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
12981298
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
12991299

1300-
"@jridgewell/trace-mapping@^0.3.9":
1300+
"@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
13011301
version "0.3.15"
13021302
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
13031303
integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==
@@ -1317,22 +1317,10 @@
13171317
resolved "https://registry.yarnpkg.com/@lokidb/loki/-/loki-2.1.0.tgz#f707e184016ce57d6dd12013938c33f9c540960e"
13181318
integrity sha512-u2VH/4h4kZww23bak5I/oRai8VqIZCSuqiLbuSHpYXHB9Na5E9KNazh59prgUyvMzfooY7XKiHejbKVxFoAEOQ==
13191319

1320-
"@nicolo-ribaudo/[email protected]":
1321-
version "2.1.8-no-fsevents"
1322-
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
1323-
integrity sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==
1324-
dependencies:
1325-
anymatch "^2.0.0"
1326-
async-each "^1.0.1"
1327-
braces "^2.3.2"
1328-
glob-parent "^3.1.0"
1329-
inherits "^2.0.3"
1330-
is-binary-path "^1.0.0"
1331-
is-glob "^4.0.0"
1332-
normalize-path "^3.0.0"
1333-
path-is-absolute "^1.0.0"
1334-
readdirp "^2.2.1"
1335-
upath "^1.1.1"
1320+
"@nicolo-ribaudo/[email protected]":
1321+
version "2.1.8-no-fsevents.3"
1322+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
1323+
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
13361324

13371325
"@nodelib/[email protected]":
13381326
version "2.1.4"
@@ -6885,15 +6873,15 @@ glob-to-regexp@^0.4.1:
68856873
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
68866874
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
68876875

6888-
[email protected], glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
6889-
version "7.2.0"
6890-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
6891-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
6876+
[email protected], glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0:
6877+
version "7.2.3"
6878+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
6879+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
68926880
dependencies:
68936881
fs.realpath "^1.0.0"
68946882
inflight "^1.0.4"
68956883
inherits "2"
6896-
minimatch "^3.0.4"
6884+
minimatch "^3.1.1"
68976885
once "^1.3.0"
68986886
path-is-absolute "^1.0.0"
68996887

@@ -9740,6 +9728,13 @@ minimatch@^3.0.2, minimatch@^3.0.4:
97409728
dependencies:
97419729
brace-expansion "^1.1.7"
97429730

9731+
minimatch@^3.1.1:
9732+
version "3.1.2"
9733+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
9734+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
9735+
dependencies:
9736+
brace-expansion "^1.1.7"
9737+
97439738
97449739
version "4.1.0"
97459740
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)