|
|
@ -96,9 +96,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"@babel/eslint-parser": {
|
|
|
|
"@babel/eslint-parser": {
|
|
|
|
"version": "7.12.17",
|
|
|
|
"version": "7.13.10",
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.12.17.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.10.tgz",
|
|
|
|
"integrity": "sha512-CoetDyQRwtkUlOtbkCmYFpneXD78oANblFGUMX4DKLYj/mHzuS3rPt7zWzaDf0lB4uEB3C7C+hQAS/QgxqjdXQ==",
|
|
|
|
"integrity": "sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"eslint-scope": "5.1.0",
|
|
|
|
"eslint-scope": "5.1.0",
|
|
|
@ -4621,26 +4621,32 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"eslint-plugin-unicorn": {
|
|
|
|
"eslint-plugin-unicorn": {
|
|
|
|
"version": "28.0.2",
|
|
|
|
"version": "29.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.2.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-29.0.0.tgz",
|
|
|
|
"integrity": "sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw==",
|
|
|
|
"integrity": "sha512-R9jGLKb2p6LuOixviByGlH2mkfY72EBELXAPeUufveebN0M2Woa7B7dUO3gN2xPn/+eGjrIm4I2u7dDtr9G4iA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"requires": {
|
|
|
|
"requires": {
|
|
|
|
"ci-info": "^2.0.0",
|
|
|
|
"ci-info": "^3.1.1",
|
|
|
|
"clean-regexp": "^1.0.0",
|
|
|
|
"clean-regexp": "^1.0.0",
|
|
|
|
"eslint-template-visitor": "^2.2.2",
|
|
|
|
"eslint-template-visitor": "^2.3.2",
|
|
|
|
"eslint-utils": "^2.1.0",
|
|
|
|
"eslint-utils": "^2.1.0",
|
|
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
|
|
"import-modules": "^2.1.0",
|
|
|
|
"import-modules": "^2.1.0",
|
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"pluralize": "^8.0.0",
|
|
|
|
"pluralize": "^8.0.0",
|
|
|
|
"read-pkg-up": "^7.0.1",
|
|
|
|
"read-pkg-up": "^7.0.1",
|
|
|
|
"regexp-tree": "^0.1.22",
|
|
|
|
"regexp-tree": "^0.1.23",
|
|
|
|
"reserved-words": "^0.1.2",
|
|
|
|
"reserved-words": "^0.1.2",
|
|
|
|
"safe-regex": "^2.1.1",
|
|
|
|
"safe-regex": "^2.1.1",
|
|
|
|
"semver": "^7.3.4"
|
|
|
|
"semver": "^7.3.4"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
|
|
|
|
"ci-info": {
|
|
|
|
|
|
|
|
"version": "3.1.1",
|
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.1.1.tgz",
|
|
|
|
|
|
|
|
"integrity": "sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==",
|
|
|
|
|
|
|
|
"dev": true
|
|
|
|
|
|
|
|
},
|
|
|
|
"semver": {
|
|
|
|
"semver": {
|
|
|
|
"version": "7.3.4",
|
|
|
|
"version": "7.3.4",
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
|
|
|