Commit e2d58c5b 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.45.0

See merge request to-be-continuous/kicker!241
parents ac35c9d5 df0ef5af
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@
        "@types/jasminewd2": "2.0.10",
        "@types/node": "16.18.38",
        "@types/showdown": "1.9.4",
        "@typescript-eslint/eslint-plugin": "^5.62.0",
        "@typescript-eslint/eslint-plugin-tslint": "^5.62.0",
        "@typescript-eslint/parser": "^5.62.0",
        "eslint": "^8.30.0",
        "@typescript-eslint/eslint-plugin": "^5.44.0",
        "@typescript-eslint/eslint-plugin-tslint": "^5.47.1",
        "@typescript-eslint/parser": "^5.44.0",
        "eslint": "^8.45.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-jsdoc": "^46.0.0",
@@ -7351,9 +7351,9 @@
      }
    },
    "node_modules/eslint": {
      "version": "8.44.0",
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
      "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
      "version": "8.45.0",
      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz",
      "integrity": "sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==",
      "dev": true,
      "dependencies": {
        "@eslint-community/eslint-utils": "^4.2.0",
@@ -7381,7 +7381,6 @@
        "globals": "^13.19.0",
        "graphemer": "^1.4.0",
        "ignore": "^5.2.0",
        "import-fresh": "^3.0.0",
        "imurmurhash": "^0.1.4",
        "is-glob": "^4.0.0",
        "is-path-inside": "^3.0.3",
@@ -7393,7 +7392,6 @@
        "natural-compare": "^1.4.0",
        "optionator": "^0.9.3",
        "strip-ansi": "^6.0.1",
        "strip-json-comments": "^3.1.0",
        "text-table": "^0.2.0"
      },
      "bin": {
@@ -7696,9 +7694,9 @@
      }
    },
    "node_modules/eslint/node_modules/eslint-scope": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
      "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
      "version": "7.2.1",
      "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.1.tgz",
      "integrity": "sha512-CvefSOsDdaYYvxChovdrPo/ZGt8d5lrJWleAc1diXRKhHGiTYEI26cvo8Kle/wGnsizoCJjK73FMg1/IkIwiNA==",
      "dev": true,
      "dependencies": {
        "esrecurse": "^4.3.0",