Commit e435ac7b authored by GitLab Dependency Bot's avatar GitLab Dependency Bot Committed by Erran Carey
Browse files

fix(security): Upgrade to GitLab Language Server 8.0.1

parent 9e1d7d6f
Loading
Loading
Loading
Loading
+79 −7
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
      "license": "MIT",
      "dependencies": {
        "@anycable/core": "^0.9.2",
        "@gitlab-org/gitlab-lsp": "^7.54.0",
        "@gitlab-org/gitlab-lsp": "^8.0.1",
        "@snowplow/tracker-core": "4.6.5",
        "cross-fetch": "^4.1.0",
        "dayjs": "^1.11.13",
@@ -2895,6 +2895,32 @@
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
    },
    "node_modules/@fastify/cors": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.1.tgz",
      "integrity": "sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==",
      "license": "MIT",
      "dependencies": {
        "fastify-plugin": "^4.0.0",
        "mnemonist": "0.39.6"
      }
    },
    "node_modules/@fastify/csrf": {
      "version": "8.0.1",
      "resolved": "https://registry.npmjs.org/@fastify/csrf/-/csrf-8.0.1.tgz",
      "integrity": "sha512-dAmCrdfJ3CV/A/hHHK/rRBjjLRRSIltgJB0BxiVfbhr/31G6fgF8l2I8evtH8mjS5kTIvd0JOh7MOA3HA6eYDw==",
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/fastify"
        },
        {
          "type": "opencollective",
          "url": "https://opencollective.com/fastify"
        }
      ],
      "license": "MIT"
    },
    "node_modules/@fastify/error": {
      "version": "3.4.1",
      "resolved": "https://registry.npmjs.org/@fastify/error/-/error-3.4.1.tgz",
@@ -2953,12 +2979,14 @@
      }
    },
    "node_modules/@gitlab-org/gitlab-lsp": {
      "version": "7.54.0",
      "resolved": "https://gitlab.com/api/v4/projects/46519181/packages/npm/@gitlab-org/gitlab-lsp/-/@gitlab-org/gitlab-lsp-7.54.0.tgz",
      "integrity": "sha1-hVihjjITDMv1WbkRxb/zKYLSbrw=",
      "version": "8.0.1",
      "resolved": "https://gitlab.com/api/v4/projects/46519181/packages/npm/@gitlab-org/gitlab-lsp/-/@gitlab-org/gitlab-lsp-8.0.1.tgz",
      "integrity": "sha1-ehmUm1VwOaj+1Ht0LBINEal9BW4=",
      "dependencies": {
        "@anycable/core": "^0.9.2",
        "@asteasolutions/zod-to-openapi": "^7.3.4",
        "@fastify/cors": "^9.0.1",
        "@fastify/csrf": "^8.0.0",
        "@fastify/static": "7.0.4",
        "@gitlab/needle": "1.4.0",
        "@sentry/node": "9.7.0",
@@ -15849,6 +15877,15 @@
      "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
      "dev": true
    },
    "node_modules/mnemonist": {
      "version": "0.39.6",
      "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.6.tgz",
      "integrity": "sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==",
      "license": "MIT",
      "dependencies": {
        "obliterator": "^2.0.1"
      }
    },
    "node_modules/mocha": {
      "version": "11.7.1",
      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz",
@@ -19418,6 +19455,12 @@
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/obliterator": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
      "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
      "license": "MIT"
    },
    "node_modules/on-exit-leak-free": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
@@ -26259,6 +26302,20 @@
        }
      }
    },
    "@fastify/cors": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.1.tgz",
      "integrity": "sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==",
      "requires": {
        "fastify-plugin": "^4.0.0",
        "mnemonist": "0.39.6"
      }
    },
    "@fastify/csrf": {
      "version": "8.0.1",
      "resolved": "https://registry.npmjs.org/@fastify/csrf/-/csrf-8.0.1.tgz",
      "integrity": "sha512-dAmCrdfJ3CV/A/hHHK/rRBjjLRRSIltgJB0BxiVfbhr/31G6fgF8l2I8evtH8mjS5kTIvd0JOh7MOA3HA6eYDw=="
    },
    "@fastify/error": {
      "version": "3.4.1",
      "resolved": "https://registry.npmjs.org/@fastify/error/-/error-3.4.1.tgz",
@@ -26313,12 +26370,14 @@
      }
    },
    "@gitlab-org/gitlab-lsp": {
      "version": "7.54.0",
      "resolved": "https://gitlab.com/api/v4/projects/46519181/packages/npm/@gitlab-org/gitlab-lsp/-/@gitlab-org/gitlab-lsp-7.54.0.tgz",
      "integrity": "sha1-hVihjjITDMv1WbkRxb/zKYLSbrw=",
      "version": "8.0.1",
      "resolved": "https://gitlab.com/api/v4/projects/46519181/packages/npm/@gitlab-org/gitlab-lsp/-/@gitlab-org/gitlab-lsp-8.0.1.tgz",
      "integrity": "sha1-ehmUm1VwOaj+1Ht0LBINEal9BW4=",
      "requires": {
        "@anycable/core": "^0.9.2",
        "@asteasolutions/zod-to-openapi": "^7.3.4",
        "@fastify/cors": "^9.0.1",
        "@fastify/csrf": "^8.0.0",
        "@fastify/static": "7.0.4",
        "@gitlab/needle": "1.4.0",
        "@sentry/node": "9.7.0",
@@ -35454,6 +35513,14 @@
      "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
      "dev": true
    },
    "mnemonist": {
      "version": "0.39.6",
      "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.6.tgz",
      "integrity": "sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==",
      "requires": {
        "obliterator": "^2.0.1"
      }
    },
    "mocha": {
      "version": "11.7.1",
      "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz",
@@ -37839,6 +37906,11 @@
        "es-object-atoms": "^1.0.0"
      }
    },
    "obliterator": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
      "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw=="
    },
    "on-exit-leak-free": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@
  },
  "dependencies": {
    "@anycable/core": "^0.9.2",
    "@gitlab-org/gitlab-lsp": "^7.54.0",
    "@gitlab-org/gitlab-lsp": "^8.0.1",
    "@snowplow/tracker-core": "4.6.5",
    "cross-fetch": "^4.1.0",
    "dayjs": "^1.11.13",