diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-24 06:56:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 06:56:35 +0000 |
commit | 7064251b326bde025fa52906d6d001e5b5d52e7e (patch) | |
tree | 2e6282c915db664ec70511b28c9ca390bf2069d0 | |
parent | a387b1577a4d81519ced23a2143cd74b7e8d427f (diff) | |
download | timeline-7064251b326bde025fa52906d6d001e5b5d52e7e.tar.gz timeline-7064251b326bde025fa52906d6d001e5b5d52e7e.tar.bz2 timeline-7064251b326bde025fa52906d6d001e5b5d52e7e.zip |
build(deps-dev): Bump @babel/plugin-proposal-decorators in /FrontEnd
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.13.0 to 7.13.5.
- [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.5/packages/babel-plugin-proposal-decorators)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 262e518d..bd0ded86 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -41,7 +41,7 @@ "devDependencies": { "@babel/core": "^7.13.1", "@babel/plugin-proposal-class-properties": "^7.12.13", - "@babel/plugin-proposal-decorators": "^7.13.0", + "@babel/plugin-proposal-decorators": "^7.13.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0", "@babel/plugin-proposal-optional-chaining": "^7.13.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", @@ -497,9 +497,9 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.0.tgz", - "integrity": "sha512-OZxK2b8WuKEgxToXS83i3zQEW6DcqbQEyrLxn63wQkUrT3fDLgMdM58kUX7780zeqIBlqIqPgU5brZoC7Hfrlw==", + "version": "7.13.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.5.tgz", + "integrity": "sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag==", "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.13.0", @@ -16520,9 +16520,9 @@ } }, "@babel/plugin-proposal-decorators": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.0.tgz", - "integrity": "sha512-OZxK2b8WuKEgxToXS83i3zQEW6DcqbQEyrLxn63wQkUrT3fDLgMdM58kUX7780zeqIBlqIqPgU5brZoC7Hfrlw==", + "version": "7.13.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.5.tgz", + "integrity": "sha512-i0GDfVNuoapwiheevUOuSW67mInqJ8qw7uWfpjNVeHMn143kXblEy/bmL9AdZ/0yf/4BMQeWXezK0tQIvNPqag==", "dev": true, "requires": { "@babel/helper-create-class-features-plugin": "^7.13.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 9363c941..0b1b378f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.12.13",
- "@babel/plugin-proposal-decorators": "^7.13.0",
+ "@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|