Commit 99d86011 authored by Renovate Bot's avatar Renovate Bot
Browse files

chore(deps): lock file maintenance

parent 2d321cb9
Loading
Loading
Loading
Loading
+24 −24
Original line number Diff line number Diff line
@@ -144,20 +144,20 @@
      }
    },
    "node_modules/@octokit/openapi-types": {
      "version": "22.2.0",
      "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz",
      "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==",
      "version": "23.0.1",
      "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz",
      "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@octokit/plugin-paginate-rest": {
      "version": "11.3.6",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.6.tgz",
      "integrity": "sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==",
      "version": "11.4.0",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.0.tgz",
      "integrity": "sha512-ttpGck5AYWkwMkMazNCZMqxKqIq1fJBNxBfsFwwfyYKTf914jKkLF0POMS3YkPBwp5g1c2Y4L79gDz01GhSr1g==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@octokit/types": "^13.6.2"
        "@octokit/types": "^13.7.0"
      },
      "engines": {
        "node": ">= 18"
@@ -167,14 +167,14 @@
      }
    },
    "node_modules/@octokit/plugin-retry": {
      "version": "7.1.2",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.2.tgz",
      "integrity": "sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==",
      "version": "7.1.3",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.3.tgz",
      "integrity": "sha512-8nKOXvYWnzv89gSyIvgFHmCBAxfQAOPRlkacUHL9r5oWtp5Whxl8Skb2n3ACZd+X6cYijD6uvmrQuPH/UCL5zQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@octokit/request-error": "^6.0.0",
        "@octokit/types": "^13.0.0",
        "@octokit/request-error": "^6.1.6",
        "@octokit/types": "^13.6.2",
        "bottleneck": "^2.15.3"
      },
      "engines": {
@@ -185,20 +185,20 @@
      }
    },
    "node_modules/@octokit/plugin-throttling": {
      "version": "9.3.2",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz",
      "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==",
      "version": "9.4.0",
      "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.4.0.tgz",
      "integrity": "sha512-IOlXxXhZA4Z3m0EEYtrrACkuHiArHLZ3CvqWwOez/pURNqRuwfoFlTPbN5Muf28pzFuztxPyiUiNwz8KctdZaQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@octokit/types": "^13.0.0",
        "@octokit/types": "^13.7.0",
        "bottleneck": "^2.15.3"
      },
      "engines": {
        "node": ">= 18"
      },
      "peerDependencies": {
        "@octokit/core": "^6.0.0"
        "@octokit/core": "^6.1.3"
      }
    },
    "node_modules/@octokit/request": {
@@ -232,13 +232,13 @@
      }
    },
    "node_modules/@octokit/types": {
      "version": "13.6.2",
      "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz",
      "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==",
      "version": "13.7.0",
      "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.7.0.tgz",
      "integrity": "sha512-BXfRP+3P3IN6fd4uF3SniaHKOO4UXWBfkdR3vA8mIvaoO/wLjGN5qivUtW0QRitBHHMcfC41SLhNVYIZZE+wkA==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@octokit/openapi-types": "^22.2.0"
        "@octokit/openapi-types": "^23.0.1"
      }
    },
    "node_modules/@pnpm/config.env-replace": {
@@ -6464,9 +6464,9 @@
      }
    },
    "node_modules/type-fest": {
      "version": "4.31.0",
      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
      "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
      "version": "4.32.0",
      "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.32.0.tgz",
      "integrity": "sha512-rfgpoi08xagF3JSdtJlCwMq9DGNDE0IMh3Mkpc1wUypg9vPi786AiqeBBKcqvIkq42azsBM85N490fyZjeUftw==",
      "dev": true,
      "license": "(MIT OR CC0-1.0)",
      "engines": {