Skip to content

Commit 8bd749d

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Build(deps-dev): Bump @babel/cli from 7.18.9 to 7.18.10
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.18.9 to 7.18.10. - [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.18.10/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67d5614 commit 8bd749d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "16 -18"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.18.9",
49+
"@babel/cli": "^7.18.10",
5050
"@babel/core": "^7.18.10",
5151
"@storybook/addon-a11y": "^6.5.9",
5252
"@storybook/addon-actions": "^6.5.9",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@
120120
semver "^7.0.0"
121121
tslib "1.10.0"
122122

123-
"@babel/cli@^7.18.9":
124-
version "7.18.9"
125-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.9.tgz#1fbc8424e5f74ae08bc61ec71609af29287d82d2"
126-
integrity sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==
123+
"@babel/cli@^7.18.10":
124+
version "7.18.10"
125+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
126+
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
127127
dependencies:
128128
"@jridgewell/trace-mapping" "^0.3.8"
129129
commander "^4.0.1"
130130
convert-source-map "^1.1.0"
131131
fs-readdir-recursive "^1.1.0"
132-
glob "^7.0.0"
132+
glob "^7.2.0"
133133
make-dir "^2.1.0"
134134
slash "^2.0.0"
135135
optionalDependencies:
@@ -8715,15 +8715,15 @@ glob-to-regexp@^0.4.1:
87158715
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
87168716
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
87178717

8718-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
8719-
version "7.2.0"
8720-
resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz"
8721-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
8718+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
8719+
version "7.2.3"
8720+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
8721+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
87228722
dependencies:
87238723
fs.realpath "^1.0.0"
87248724
inflight "^1.0.4"
87258725
inherits "2"
8726-
minimatch "^3.0.4"
8726+
minimatch "^3.1.1"
87278727
once "^1.3.0"
87288728
path-is-absolute "^1.0.0"
87298729

@@ -11247,7 +11247,7 @@ [email protected], minimatch@^3.0.2:
1124711247
dependencies:
1124811248
brace-expansion "^1.1.7"
1124911249

11250-
minimatch@^3.0.4:
11250+
minimatch@^3.0.4, minimatch@^3.1.1:
1125111251
version "3.1.2"
1125211252
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
1125311253
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)