build(deps-dev): bump eslint-plugin-file-progress from 1.4.0 to 1.5.0 in /superset-frontend (#30460)

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:
dependabot[bot] 2024-10-01 11:54:14 -07:00 committed by GitHub
parent e5ddb3bbd6
commit 62350f2e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 9 deletions

View File

@ -231,7 +231,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-file-progress": "^1.4.0",
"eslint-plugin-file-progress": "^1.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jest-dom": "^3.6.5",
@ -23272,12 +23272,13 @@
}
},
"node_modules/eslint-plugin-file-progress": {
"version": "1.4.0",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-file-progress/-/eslint-plugin-file-progress-1.5.0.tgz",
"integrity": "sha512-get8oNfacIagP+igSzrEZhepPgodtdwACVeKQsE1fVvTL15tZvgCv8K4B2lKT4FZOZOyhxSkQGnWyjEOx1uoIw==",
"dev": true,
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"ora": "^5.4.1"
"nanospinner": "^1.1.0",
"picocolors": "^1.0.1"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
@ -39483,6 +39484,15 @@
"node": ">=0.10.0"
}
},
"node_modules/nanospinner": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/nanospinner/-/nanospinner-1.1.0.tgz",
"integrity": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==",
"dev": true,
"dependencies": {
"picocolors": "^1.0.0"
}
},
"node_modules/natural-compare": {
"version": "1.4.0",
"dev": true,
@ -75264,11 +75274,13 @@
}
},
"eslint-plugin-file-progress": {
"version": "1.4.0",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-file-progress/-/eslint-plugin-file-progress-1.5.0.tgz",
"integrity": "sha512-get8oNfacIagP+igSzrEZhepPgodtdwACVeKQsE1fVvTL15tZvgCv8K4B2lKT4FZOZOyhxSkQGnWyjEOx1uoIw==",
"dev": true,
"requires": {
"chalk": "^4.1.2",
"ora": "^5.4.1"
"nanospinner": "^1.1.0",
"picocolors": "^1.0.1"
}
},
"eslint-plugin-import": {
@ -84978,6 +84990,15 @@
}
}
},
"nanospinner": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/nanospinner/-/nanospinner-1.1.0.tgz",
"integrity": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==",
"dev": true,
"requires": {
"picocolors": "^1.0.0"
}
},
"natural-compare": {
"version": "1.4.0",
"dev": true

View File

@ -297,7 +297,7 @@
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-file-progress": "^1.4.0",
"eslint-plugin-file-progress": "^1.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jest-dom": "^3.6.5",