Skip to content

Commit fe54b42

Browse files
Bump @babel/plugin-proposal-decorators from 7.13.5 to 7.13.15
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.13.5 to 7.13.15. - [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.13.15/packages/babel-plugin-proposal-decorators) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5399801 commit fe54b42

2 files changed

Lines changed: 7 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.14.0",
35-
"@babel/plugin-proposal-decorators": "^7.13.5",
35+
"@babel/plugin-proposal-decorators": "^7.13.15",
3636
"@babel/plugin-transform-typescript": "^7.13.0",
3737
"@babel/preset-env": "^7.14.0",
3838
"babel-core": "^6.25.0",

yarn.lock

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,7 @@
7676
browserslist "^4.14.5"
7777
semver "^6.3.0"
7878

79-
"@babel/helper-create-class-features-plugin@^7.13.0":
80-
version "7.13.8"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04"
82-
integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==
83-
dependencies:
84-
"@babel/helper-function-name" "^7.12.13"
85-
"@babel/helper-member-expression-to-functions" "^7.13.0"
86-
"@babel/helper-optimise-call-expression" "^7.12.13"
87-
"@babel/helper-replace-supers" "^7.13.0"
88-
"@babel/helper-split-export-declaration" "^7.12.13"
89-
90-
"@babel/helper-create-class-features-plugin@^7.14.0":
79+
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.13.11", "@babel/helper-create-class-features-plugin@^7.14.0":
9180
version "7.14.0"
9281
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.0.tgz#38367d3dab125b12f94273de418f4df23a11a15e"
9382
integrity sha512-6pXDPguA5zC40Y8oI5mqr+jEUpjMJonKvknvA+vD8CYDz5uuXEwWBK8sRAsE/t3gfb1k15AQb9RhwpscC4nUJQ==
@@ -364,12 +353,12 @@
364353
"@babel/helper-plugin-utils" "^7.13.0"
365354
"@babel/plugin-syntax-class-static-block" "^7.12.13"
366355

367-
"@babel/plugin-proposal-decorators@^7.13.5":
368-
version "7.13.5"
369-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.5.tgz#d28071457a5ba8ee1394b23e38d5dcf32ea20ef7"
370-
integrity sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag==
356+
"@babel/plugin-proposal-decorators@^7.13.15":
357+
version "7.13.15"
358+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz#e91ccfef2dc24dd5bd5dcc9fc9e2557c684ecfb8"
359+
integrity sha512-ibAMAqUm97yzi+LPgdr5Nqb9CMkeieGHvwPg1ywSGjZrZHQEGqE01HmOio8kxRpA/+VtOHouIVy2FMpBbtltjA==
371360
dependencies:
372-
"@babel/helper-create-class-features-plugin" "^7.13.0"
361+
"@babel/helper-create-class-features-plugin" "^7.13.11"
373362
"@babel/helper-plugin-utils" "^7.13.0"
374363
"@babel/plugin-syntax-decorators" "^7.12.13"
375364

0 commit comments

Comments
 (0)