Skip to content

Commit 098e850

Browse files
Bump @babel/core from 7.18.0 to 7.18.2 (activeadmin#7517)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.0 to 7.18.2. - [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.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b60a5c commit 098e850

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

app/assets/javascripts/active_admin/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
_setPrototypeOf(subClass, superClass);
475475
}
476476
function _setPrototypeOf(o, p) {
477-
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
477+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
478478
o.__proto__ = p;
479479
return o;
480480
};

yarn.lock

+31-26
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
2323

2424
"@babel/core@":
25-
version "7.18.0"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
27-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
25+
version "7.18.2"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
27+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
2828
dependencies:
2929
"@ampproject/remapping" "^2.1.0"
3030
"@babel/code-frame" "^7.16.7"
31-
"@babel/generator" "^7.18.0"
32-
"@babel/helper-compilation-targets" "^7.17.10"
31+
"@babel/generator" "^7.18.2"
32+
"@babel/helper-compilation-targets" "^7.18.2"
3333
"@babel/helper-module-transforms" "^7.18.0"
34-
"@babel/helpers" "^7.18.0"
34+
"@babel/helpers" "^7.18.2"
3535
"@babel/parser" "^7.18.0"
3636
"@babel/template" "^7.16.7"
37-
"@babel/traverse" "^7.18.0"
38-
"@babel/types" "^7.18.0"
37+
"@babel/traverse" "^7.18.2"
38+
"@babel/types" "^7.18.2"
3939
convert-source-map "^1.7.0"
4040
debug "^4.1.0"
4141
gensync "^1.0.0-beta.2"
4242
json5 "^2.2.1"
4343
semver "^6.3.0"
4444

45-
"@babel/generator@^7.18.0":
46-
version "7.18.0"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
48-
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
45+
"@babel/generator@^7.18.2":
46+
version "7.18.2"
47+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
48+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
4949
dependencies:
50-
"@babel/types" "^7.18.0"
50+
"@babel/types" "^7.18.2"
5151
"@jridgewell/gen-mapping" "^0.3.0"
5252
jsesc "^2.5.1"
5353

@@ -139,6 +139,11 @@
139139
dependencies:
140140
"@babel/types" "^7.16.7"
141141

142+
"@babel/helper-environment-visitor@^7.18.2":
143+
version "7.18.2"
144+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
145+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
146+
142147
"@babel/helper-explode-assignable-expression@^7.16.7":
143148
version "7.16.7"
144149
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -299,14 +304,14 @@
299304
"@babel/traverse" "^7.16.8"
300305
"@babel/types" "^7.16.8"
301306

302-
"@babel/helpers@^7.18.0":
303-
version "7.18.0"
304-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
305-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
307+
"@babel/helpers@^7.18.2":
308+
version "7.18.2"
309+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
310+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
306311
dependencies:
307312
"@babel/template" "^7.16.7"
308-
"@babel/traverse" "^7.18.0"
309-
"@babel/types" "^7.18.0"
313+
"@babel/traverse" "^7.18.2"
314+
"@babel/types" "^7.18.2"
310315

311316
"@babel/highlight@^7.16.7":
312317
version "7.16.7"
@@ -931,19 +936,19 @@
931936
"@babel/parser" "^7.16.7"
932937
"@babel/types" "^7.16.7"
933938

934-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0":
935-
version "7.18.0"
936-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
937-
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
939+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
940+
version "7.18.2"
941+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
942+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
938943
dependencies:
939944
"@babel/code-frame" "^7.16.7"
940-
"@babel/generator" "^7.18.0"
941-
"@babel/helper-environment-visitor" "^7.16.7"
945+
"@babel/generator" "^7.18.2"
946+
"@babel/helper-environment-visitor" "^7.18.2"
942947
"@babel/helper-function-name" "^7.17.9"
943948
"@babel/helper-hoist-variables" "^7.16.7"
944949
"@babel/helper-split-export-declaration" "^7.16.7"
945950
"@babel/parser" "^7.18.0"
946-
"@babel/types" "^7.18.0"
951+
"@babel/types" "^7.18.2"
947952
debug "^4.1.0"
948953
globals "^11.1.0"
949954

0 commit comments

Comments
 (0)