diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-31 05:51:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 05:51:07 +0000 |
commit | f64c0e244a9c9fc929f288f31b92508565107ed1 (patch) | |
tree | ddc1cb684ef1c006717ff88d0a95b7df8bd832d1 | |
parent | 21564830954879a86a2f2803c82d3d6819c03aee (diff) | |
download | timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.tar.gz timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.tar.bz2 timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.zip |
build(deps-dev): Bump eslint from 7.18.0 to 7.19.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index c314ab84..01c98f9a 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -4330,9 +4330,9 @@ "dev": true }, "eslint": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz", - "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz", + "integrity": "sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 6a8de100..9f7d89ad 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
- "eslint": "^7.18.0",
+ "eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|