mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-28 04:04:58 +03:00
chore(deps-dev): bump eslint-import-resolver-babel-module (#252)
Bumps [eslint-import-resolver-babel-module](https://github.com/tleunen/eslint-import-resolver-babel-module) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/tleunen/eslint-import-resolver-babel-module/releases) - [Changelog](https://github.com/tleunen/eslint-import-resolver-babel-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/tleunen/eslint-import-resolver-babel-module/compare/v5.2.0...v5.3.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
68b86e1eae
commit
d60eebd2a0
31
package-lock.json
generated
31
package-lock.json
generated
@ -8507,13 +8507,34 @@
|
||||
}
|
||||
},
|
||||
"eslint-import-resolver-babel-module": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-import-resolver-babel-module/-/eslint-import-resolver-babel-module-5.2.0.tgz",
|
||||
"integrity": "sha512-BoVKAfaveJSzKGI1wIaomg/lEbE7Zr08+fDSCWccgYrE9wRQjCbtYIQsNRNYFCcwbFv48/y+Qa19FwOv0B5g5A==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-import-resolver-babel-module/-/eslint-import-resolver-babel-module-5.3.1.tgz",
|
||||
"integrity": "sha512-WomQAkjO7lUNOdU3FG2zgNgylkoAVUmaw04bHgSpM9QrMWuOLLWa2qcP6CrsBd4VWuLRbUPyzrgBc9ZQIx9agw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"pkg-up": "^2.0.0",
|
||||
"resolve": "^1.10.0"
|
||||
"pkg-up": "^3.1.0",
|
||||
"resolve": "^1.20.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pkg-up": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
|
||||
"integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"find-up": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"resolve": {
|
||||
"version": "1.20.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
|
||||
"integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"is-core-module": "^2.2.0",
|
||||
"path-parse": "^1.0.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"eslint-import-resolver-node": {
|
||||
|
@ -88,7 +88,7 @@
|
||||
"cli-spinner": "^0.2.10",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-import-resolver-babel-module": "^5.2.0",
|
||||
"eslint-import-resolver-babel-module": "^5.3.1",
|
||||
"eslint-plugin-import": "^2.23.2",
|
||||
"eslint-plugin-jest": "^24.3.1",
|
||||
"git-changelog": "^2.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user