diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-24 07:57:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 07:57:21 +0000 |
commit | 8a8864f54e2866b14dcf13729d9e4bc5f3855f73 (patch) | |
tree | 7828d5e78b763741649d6e8dd6be97a489574b37 | |
parent | 256c221a9e6197677379bb90758a602c10cd439a (diff) | |
parent | 7064251b326bde025fa52906d6d001e5b5d52e7e (diff) | |
download | timeline-8a8864f54e2866b14dcf13729d9e4bc5f3855f73.tar.gz timeline-8a8864f54e2866b14dcf13729d9e4bc5f3855f73.tar.bz2 timeline-8a8864f54e2866b14dcf13729d9e4bc5f3855f73.zip |
Merge pull request #320 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/plugin-proposal-decorators-7.13.5
-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 472a677b..a42fd512 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 bda7ceaf..8afb7d15 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",
|