Commit d7faf706 authored by to be continuous bot's avatar to be continuous bot
Browse files

Merge branch 'renovate/eslint-8.x-lockfile' into 'master'

chore(deps): update dependency eslint to v8.51.0

See merge request to-be-continuous/kicker!294
parents a02c4bf5 793cab25
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -3739,9 +3739,9 @@
      }
    },
    "node_modules/@eslint/js": {
      "version": "8.50.0",
      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz",
      "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==",
      "version": "8.51.0",
      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
      "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
      "dev": true,
      "engines": {
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -7431,15 +7431,15 @@
      }
    },
    "node_modules/eslint": {
      "version": "8.50.0",
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz",
      "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==",
      "version": "8.51.0",
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
      "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
      "dev": true,
      "dependencies": {
        "@eslint-community/eslint-utils": "^4.2.0",
        "@eslint-community/regexpp": "^4.6.1",
        "@eslint/eslintrc": "^2.1.2",
        "@eslint/js": "8.50.0",
        "@eslint/js": "8.51.0",
        "@humanwhocodes/config-array": "^0.11.11",
        "@humanwhocodes/module-importer": "^1.0.1",
        "@nodelib/fs.walk": "^1.2.8",
@@ -7856,9 +7856,9 @@
      }
    },
    "node_modules/eslint/node_modules/globals": {
      "version": "13.22.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz",
      "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==",
      "version": "13.23.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
      "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
      "dev": true,
      "dependencies": {
        "type-fest": "^0.20.2"