Commit baece905ddb65c63a90b998398bd9d0ea9417bb5
Committed by
小小鲁班
1 parent
6eb308fd
build(deps): bump eslint-utils from 1.4.0 to 1.4.2 in /back-end/h5-api
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2) Signed-off-by: dependabot[bot] <support@github.com>
Showing
1 changed file
with
6 additions
and
6 deletions
back-end/h5-api/yarn.lock
| ... | ... | @@ -3241,16 +3241,16 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3: |
| 3241 | 3241 | estraverse "^4.1.1" |
| 3242 | 3242 | |
| 3243 | 3243 | eslint-utils@^1.3.1: |
| 3244 | - version "1.4.0" | |
| 3245 | - resolved "https://registry.npm.taobao.org/eslint-utils/download/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c" | |
| 3246 | - integrity sha1-4sPI26doQl+JfPD55R/i4kFIXUw= | |
| 3244 | + version "1.4.2" | |
| 3245 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" | |
| 3246 | + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== | |
| 3247 | 3247 | dependencies: |
| 3248 | 3248 | eslint-visitor-keys "^1.0.0" |
| 3249 | 3249 | |
| 3250 | 3250 | eslint-visitor-keys@^1.0.0: |
| 3251 | - version "1.0.0" | |
| 3252 | - resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | |
| 3253 | - integrity sha1-PzGA+y4pEBdxastMnW1bXDSmqB0= | |
| 3251 | + version "1.1.0" | |
| 3252 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" | |
| 3253 | + integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A== | |
| 3254 | 3254 | |
| 3255 | 3255 | eslint@^6.0.0: |
| 3256 | 3256 | version "6.0.1" | ... | ... |