Skip to content

Commit 1a793b5

Browse files
renovate[bot]felixfbecker
authored andcommitted
fix(deps): update dependency eslint-plugin-ban to ^1.3.0 (#17)
1 parent ba5886f commit 1a793b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "^2.4.0",
3939
"@typescript-eslint/parser": "^2.4.0",
4040
"eslint-config-prettier": "^6.0.0",
41-
"eslint-plugin-ban": "^1.2.0",
41+
"eslint-plugin-ban": "^1.3.0",
4242
"eslint-plugin-etc": "^0.0.1-beta.6",
4343
"eslint-plugin-import": "^2.18.2",
4444
"eslint-plugin-jsdoc": "^15.8.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,10 +1435,10 @@ eslint-module-utils@^2.4.0:
14351435
debug "^2.6.8"
14361436
pkg-dir "^2.0.0"
14371437

1438-
eslint-plugin-ban@^1.2.0:
1439-
version "1.2.0"
1440-
resolved "https://registry.npmjs.org/eslint-plugin-ban/-/eslint-plugin-ban-1.2.0.tgz#d65867ffcca542465004ad07d51d1c635a8514dc"
1441-
integrity sha512-UKdGRnKnaTo8dFnLYEgErBBmcDW1p/OtqFDdYz4a1QBduJpJFSNllz06psu53YMBShVK5bLGg798/E9LGf1bog==
1438+
eslint-plugin-ban@^1.3.0:
1439+
version "1.3.0"
1440+
resolved "https://registry.yarnpkg.com/eslint-plugin-ban/-/eslint-plugin-ban-1.3.0.tgz#be9714cb9e01a1adec6c86cdb182e97636eafe44"
1441+
integrity sha512-A9A2z60UeVj7/BdKzeIjVEGAog/4QXAyOkZ98AUnZc7fsRp+J7YW7+U/YEVpBJqjSiU/FGUA5tGJoI34ul/TyA==
14421442
dependencies:
14431443
requireindex "~1.2.0"
14441444

@@ -4343,12 +4343,12 @@ semver-regex@^2.0.0:
43434343
resolved "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
43444344
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
43454345

4346-
[email protected], semver@^6.0.0:
4346+
43474347
version "6.2.0"
43484348
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
43494349
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
43504350

4351-
semver@^6.3.0:
4351+
semver@^6.0.0, semver@^6.3.0:
43524352
version "6.3.0"
43534353
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
43544354
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)