Bump eslint-plugin-vitest-globals from 1.3.1 to 1.4.0 in /web

Bumps [eslint-plugin-vitest-globals](https://github.com/saqqdy/eslint-plugin-vitest-globals) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/saqqdy/eslint-plugin-vitest-globals/releases)
- [Commits](https://github.com/saqqdy/eslint-plugin-vitest-globals/compare/1.3.1...1.4.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vitest-globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 11:34:22 +00:00 committed by GitHub
parent 7c0d25f9da
commit 0f25219d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -40,7 +40,7 @@
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-config-preact": "^1.3.0", "eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest-globals": "^1.3.1", "eslint-plugin-vitest-globals": "^1.4.0",
"fake-indexeddb": "^4.0.1", "fake-indexeddb": "^4.0.1",
"jsdom": "^22.0.0", "jsdom": "^22.0.0",
"msw": "^1.2.1", "msw": "^1.2.1",
@ -4125,9 +4125,9 @@
} }
}, },
"node_modules/eslint-plugin-vitest-globals": { "node_modules/eslint-plugin-vitest-globals": {
"version": "1.3.1", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.3.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.4.0.tgz",
"integrity": "sha512-ELBqLfu/ZAwVHE1uEvj+Z06o4WnaD+5IcwW/OHQ5qVPA7i7mZexnUBj+04BF60rY7pb3ljRgJRsK+rCTmSS/5g==", "integrity": "sha512-WE+YlK9X9s4vf5EaYRU0Scw7WItDZStm+PapFSYlg2ABNtaQ4zIG7wEqpoUB3SlfM+SgkhgmzR0TeJOO5k3/Nw==",
"dev": true "dev": true
}, },
"node_modules/eslint-scope": { "node_modules/eslint-scope": {
@ -12480,9 +12480,9 @@
"requires": {} "requires": {}
}, },
"eslint-plugin-vitest-globals": { "eslint-plugin-vitest-globals": {
"version": "1.3.1", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.3.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.4.0.tgz",
"integrity": "sha512-ELBqLfu/ZAwVHE1uEvj+Z06o4WnaD+5IcwW/OHQ5qVPA7i7mZexnUBj+04BF60rY7pb3ljRgJRsK+rCTmSS/5g==", "integrity": "sha512-WE+YlK9X9s4vf5EaYRU0Scw7WItDZStm+PapFSYlg2ABNtaQ4zIG7wEqpoUB3SlfM+SgkhgmzR0TeJOO5k3/Nw==",
"dev": true "dev": true
}, },
"eslint-scope": { "eslint-scope": {

View File

@ -44,7 +44,7 @@
"eslint": "^8.39.0", "eslint": "^8.39.0",
"eslint-config-preact": "^1.3.0", "eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest-globals": "^1.3.1", "eslint-plugin-vitest-globals": "^1.4.0",
"fake-indexeddb": "^4.0.1", "fake-indexeddb": "^4.0.1",
"jsdom": "^22.0.0", "jsdom": "^22.0.0",
"msw": "^1.2.1", "msw": "^1.2.1",