fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #209 from hey-api/dependabot/npm_and_yarn/dev-deps-2a2999fdc6

build(deps-dev): Bump the dev-deps group with 2 updates

authored by

Jordan Shatford and committed by
GitHub
33ffd148 ca2847f6

+48 -48
+46 -46
package-lock.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.32.1", 3 + "version": "0.33.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@hey-api/openapi-ts", 9 - "version": "0.32.1", 9 + "version": "0.33.2", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "@apidevtools/json-schema-ref-parser": "11.5.4", ··· 39 39 "@types/cross-spawn": "6.0.6", 40 40 "@types/express": "4.17.21", 41 41 "@types/node": "20.12.2", 42 - "@typescript-eslint/eslint-plugin": "7.4.0", 43 - "@typescript-eslint/parser": "7.4.0", 42 + "@typescript-eslint/eslint-plugin": "7.5.0", 43 + "@typescript-eslint/parser": "7.5.0", 44 44 "@vitest/coverage-v8": "1.4.0", 45 45 "abort-controller": "3.0.0", 46 46 "axios": "1.6.8", ··· 4870 4870 } 4871 4871 }, 4872 4872 "node_modules/@typescript-eslint/eslint-plugin": { 4873 - "version": "7.4.0", 4874 - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz", 4875 - "integrity": "sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==", 4873 + "version": "7.5.0", 4874 + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.5.0.tgz", 4875 + "integrity": "sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==", 4876 4876 "dev": true, 4877 4877 "dependencies": { 4878 4878 "@eslint-community/regexpp": "^4.5.1", 4879 - "@typescript-eslint/scope-manager": "7.4.0", 4880 - "@typescript-eslint/type-utils": "7.4.0", 4881 - "@typescript-eslint/utils": "7.4.0", 4882 - "@typescript-eslint/visitor-keys": "7.4.0", 4879 + "@typescript-eslint/scope-manager": "7.5.0", 4880 + "@typescript-eslint/type-utils": "7.5.0", 4881 + "@typescript-eslint/utils": "7.5.0", 4882 + "@typescript-eslint/visitor-keys": "7.5.0", 4883 4883 "debug": "^4.3.4", 4884 4884 "graphemer": "^1.4.0", 4885 4885 "ignore": "^5.2.4", ··· 4905 4905 } 4906 4906 }, 4907 4907 "node_modules/@typescript-eslint/parser": { 4908 - "version": "7.4.0", 4909 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.4.0.tgz", 4910 - "integrity": "sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ==", 4908 + "version": "7.5.0", 4909 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.5.0.tgz", 4910 + "integrity": "sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==", 4911 4911 "dev": true, 4912 4912 "dependencies": { 4913 - "@typescript-eslint/scope-manager": "7.4.0", 4914 - "@typescript-eslint/types": "7.4.0", 4915 - "@typescript-eslint/typescript-estree": "7.4.0", 4916 - "@typescript-eslint/visitor-keys": "7.4.0", 4913 + "@typescript-eslint/scope-manager": "7.5.0", 4914 + "@typescript-eslint/types": "7.5.0", 4915 + "@typescript-eslint/typescript-estree": "7.5.0", 4916 + "@typescript-eslint/visitor-keys": "7.5.0", 4917 4917 "debug": "^4.3.4" 4918 4918 }, 4919 4919 "engines": { ··· 4933 4933 } 4934 4934 }, 4935 4935 "node_modules/@typescript-eslint/scope-manager": { 4936 - "version": "7.4.0", 4937 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz", 4938 - "integrity": "sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==", 4936 + "version": "7.5.0", 4937 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz", 4938 + "integrity": "sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==", 4939 4939 "dev": true, 4940 4940 "dependencies": { 4941 - "@typescript-eslint/types": "7.4.0", 4942 - "@typescript-eslint/visitor-keys": "7.4.0" 4941 + "@typescript-eslint/types": "7.5.0", 4942 + "@typescript-eslint/visitor-keys": "7.5.0" 4943 4943 }, 4944 4944 "engines": { 4945 4945 "node": "^18.18.0 || >=20.0.0" ··· 4950 4950 } 4951 4951 }, 4952 4952 "node_modules/@typescript-eslint/type-utils": { 4953 - "version": "7.4.0", 4954 - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz", 4955 - "integrity": "sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==", 4953 + "version": "7.5.0", 4954 + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.5.0.tgz", 4955 + "integrity": "sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==", 4956 4956 "dev": true, 4957 4957 "dependencies": { 4958 - "@typescript-eslint/typescript-estree": "7.4.0", 4959 - "@typescript-eslint/utils": "7.4.0", 4958 + "@typescript-eslint/typescript-estree": "7.5.0", 4959 + "@typescript-eslint/utils": "7.5.0", 4960 4960 "debug": "^4.3.4", 4961 4961 "ts-api-utils": "^1.0.1" 4962 4962 }, ··· 4977 4977 } 4978 4978 }, 4979 4979 "node_modules/@typescript-eslint/types": { 4980 - "version": "7.4.0", 4981 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.4.0.tgz", 4982 - "integrity": "sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==", 4980 + "version": "7.5.0", 4981 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.5.0.tgz", 4982 + "integrity": "sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==", 4983 4983 "dev": true, 4984 4984 "engines": { 4985 4985 "node": "^18.18.0 || >=20.0.0" ··· 4990 4990 } 4991 4991 }, 4992 4992 "node_modules/@typescript-eslint/typescript-estree": { 4993 - "version": "7.4.0", 4994 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz", 4995 - "integrity": "sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==", 4993 + "version": "7.5.0", 4994 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz", 4995 + "integrity": "sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==", 4996 4996 "dev": true, 4997 4997 "dependencies": { 4998 - "@typescript-eslint/types": "7.4.0", 4999 - "@typescript-eslint/visitor-keys": "7.4.0", 4998 + "@typescript-eslint/types": "7.5.0", 4999 + "@typescript-eslint/visitor-keys": "7.5.0", 5000 5000 "debug": "^4.3.4", 5001 5001 "globby": "^11.1.0", 5002 5002 "is-glob": "^4.0.3", ··· 5018 5018 } 5019 5019 }, 5020 5020 "node_modules/@typescript-eslint/utils": { 5021 - "version": "7.4.0", 5022 - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.4.0.tgz", 5023 - "integrity": "sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==", 5021 + "version": "7.5.0", 5022 + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.5.0.tgz", 5023 + "integrity": "sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==", 5024 5024 "dev": true, 5025 5025 "dependencies": { 5026 5026 "@eslint-community/eslint-utils": "^4.4.0", 5027 5027 "@types/json-schema": "^7.0.12", 5028 5028 "@types/semver": "^7.5.0", 5029 - "@typescript-eslint/scope-manager": "7.4.0", 5030 - "@typescript-eslint/types": "7.4.0", 5031 - "@typescript-eslint/typescript-estree": "7.4.0", 5029 + "@typescript-eslint/scope-manager": "7.5.0", 5030 + "@typescript-eslint/types": "7.5.0", 5031 + "@typescript-eslint/typescript-estree": "7.5.0", 5032 5032 "semver": "^7.5.4" 5033 5033 }, 5034 5034 "engines": { ··· 5043 5043 } 5044 5044 }, 5045 5045 "node_modules/@typescript-eslint/visitor-keys": { 5046 - "version": "7.4.0", 5047 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz", 5048 - "integrity": "sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==", 5046 + "version": "7.5.0", 5047 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz", 5048 + "integrity": "sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==", 5049 5049 "dev": true, 5050 5050 "dependencies": { 5051 - "@typescript-eslint/types": "7.4.0", 5051 + "@typescript-eslint/types": "7.5.0", 5052 5052 "eslint-visitor-keys": "^3.4.1" 5053 5053 }, 5054 5054 "engines": {
+2 -2
package.json
··· 88 88 "@types/cross-spawn": "6.0.6", 89 89 "@types/express": "4.17.21", 90 90 "@types/node": "20.12.2", 91 - "@typescript-eslint/eslint-plugin": "7.4.0", 92 - "@typescript-eslint/parser": "7.4.0", 91 + "@typescript-eslint/eslint-plugin": "7.5.0", 92 + "@typescript-eslint/parser": "7.5.0", 93 93 "@vitest/coverage-v8": "1.4.0", 94 94 "abort-controller": "3.0.0", 95 95 "axios": "1.6.8",