Browse Source

Bump eslint from 7.18.0 to 7.19.0

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-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 4 years ago
parent
commit
f16c62235b
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      package-lock.json
  2. 1
    1
      package.json

+ 3
- 3
package-lock.json View File

@@ -1354,9 +1354,9 @@
1354 1354
       "dev": true
1355 1355
     },
1356 1356
     "eslint": {
1357
-      "version": "7.18.0",
1358
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.18.0.tgz",
1359
-      "integrity": "sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==",
1357
+      "version": "7.19.0",
1358
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz",
1359
+      "integrity": "sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==",
1360 1360
       "dev": true,
1361 1361
       "requires": {
1362 1362
         "@babel/code-frame": "^7.0.0",

+ 1
- 1
package.json View File

@@ -7,7 +7,7 @@
7 7
   "devDependencies": {
8 8
     "@fortawesome/fontawesome-free": "^5.15.2",
9 9
     "bootstrap": "^4.5.3",
10
-    "eslint": "^7.18.0",
10
+    "eslint": "^7.19.0",
11 11
     "extend": ">=3.0.2",
12 12
     "gulp": "^4.0.2",
13 13
     "gulp-concat": "^2.6.1",

Loading…
Cancel
Save