Commit 55ce3d04 authored by 🤖 GitLab Bot 🤖's avatar 🤖 GitLab Bot 🤖
Browse files

chore(deps): update dependency @snowplow/tracker-core to v4.10.0

parent a7a218bf
Loading
Loading
Loading
Loading
+16 −17
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        "@opentelemetry/sdk-trace-base": "^2.10.0",
        "@opentelemetry/sdk-trace-node": "^2.10.0",
        "@opentelemetry/semantic-conventions": "^1.43.0",
        "@snowplow/tracker-core": "4.8.0",
        "@snowplow/tracker-core": "4.10.0",
        "archiver": "^7.0.0",
        "cross-fetch": "^4.1.0",
        "dayjs": "^1.11.21",
@@ -7129,27 +7129,26 @@
      }
    },
    "node_modules/@snowplow/tracker-core": {
      "version": "4.8.0",
      "resolved": "https://registry.npmjs.org/@snowplow/tracker-core/-/tracker-core-4.8.0.tgz",
      "integrity": "sha512-G/dZ1v6fC9EKiCDmVZvhltsBMAWgr+3YAmnxWbrA4hz7An4M40nPKkO88I5Ji6fJzJqHddOAWEUqr18TxOhHTA==",
      "version": "4.10.0",
      "resolved": "https://registry.npmjs.org/@snowplow/tracker-core/-/tracker-core-4.10.0.tgz",
      "integrity": "sha512-CirCjCDrhfhVJs5rf/JPgXjmoJbioKSGoytUDBnZNTK7wWaixNJsK1ONDTvejqRtutulgkoWyrbVVz2bQeo1xg==",
      "license": "BSD-3-Clause",
      "dependencies": {
        "tslib": "^2.3.1",
        "uuid": "^10.0.0"
        "uuid": "^11.1.1"
      }
    },
    "node_modules/@snowplow/tracker-core/node_modules/uuid": {
      "version": "10.0.0",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
      "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
      "deprecated": "uuid@10 and below is no longer supported.  For ESM codebases, update to uuid@latest.  For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
      "version": "11.1.1",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
      "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
      "funding": [
        "https://github.com/sponsors/broofa",
        "https://github.com/sponsors/ctavan"
      ],
      "license": "MIT",
      "bin": {
        "uuid": "dist/bin/uuid"
        "uuid": "dist/esm/bin/uuid"
      }
    },
    "node_modules/@szmarczak/http-timer": {
@@ -31440,18 +31439,18 @@
      }
    },
    "@snowplow/tracker-core": {
      "version": "4.8.0",
      "resolved": "https://registry.npmjs.org/@snowplow/tracker-core/-/tracker-core-4.8.0.tgz",
      "integrity": "sha512-G/dZ1v6fC9EKiCDmVZvhltsBMAWgr+3YAmnxWbrA4hz7An4M40nPKkO88I5Ji6fJzJqHddOAWEUqr18TxOhHTA==",
      "version": "4.10.0",
      "resolved": "https://registry.npmjs.org/@snowplow/tracker-core/-/tracker-core-4.10.0.tgz",
      "integrity": "sha512-CirCjCDrhfhVJs5rf/JPgXjmoJbioKSGoytUDBnZNTK7wWaixNJsK1ONDTvejqRtutulgkoWyrbVVz2bQeo1xg==",
      "requires": {
        "tslib": "^2.3.1",
        "uuid": "^10.0.0"
        "uuid": "^11.1.1"
      },
      "dependencies": {
        "uuid": {
          "version": "10.0.0",
          "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
          "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
          "version": "11.1.1",
          "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
          "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ=="
        }
      }
    },
+1 −1
Original line number Diff line number Diff line
@@ -648,7 +648,7 @@
    "@opentelemetry/sdk-trace-base": "^2.10.0",
    "@opentelemetry/sdk-trace-node": "^2.10.0",
    "@opentelemetry/semantic-conventions": "^1.43.0",
    "@snowplow/tracker-core": "4.8.0",
    "@snowplow/tracker-core": "4.10.0",
    "archiver": "^7.0.0",
    "cross-fetch": "^4.1.0",
    "dayjs": "^1.11.21",