diff --git a/bun.lockb b/bun.lockb index 11b024e..9a3294b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/mocks/single_org/organizations/1/vpc/region/azure-test/vpc-endpoints/vpc-test/POST.js b/mocks/single_org/organizations/1/vpc/region/azure-test/vpc_endpoints/vpc-test/POST.js similarity index 100% rename from mocks/single_org/organizations/1/vpc/region/azure-test/vpc-endpoints/vpc-test/POST.js rename to mocks/single_org/organizations/1/vpc/region/azure-test/vpc_endpoints/vpc-test/POST.js diff --git a/mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/GET.json b/mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/GET.json similarity index 100% rename from mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/GET.json rename to mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/GET.json diff --git a/mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/DELETE.js b/mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/DELETE.js similarity index 100% rename from mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/DELETE.js rename to mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/DELETE.js diff --git a/mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/GET.json b/mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/GET.json similarity index 100% rename from mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/GET.json rename to mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/GET.json diff --git a/mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/POST.js b/mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/POST.js similarity index 100% rename from mocks/single_org/organizations/1/vpc/region/test/vpc-endpoints/vpc-test/POST.js rename to mocks/single_org/organizations/1/vpc/region/test/vpc_endpoints/vpc-test/POST.js diff --git a/mocks/single_org/projects/test-project-123456/vpc-endpoints/GET.json b/mocks/single_org/projects/test-project-123456/vpc_endpoints/GET.json similarity index 100% rename from mocks/single_org/projects/test-project-123456/vpc-endpoints/GET.json rename to mocks/single_org/projects/test-project-123456/vpc_endpoints/GET.json diff --git a/mocks/single_org/projects/test-project-123456/vpc-endpoints/vpc-test/DELETE.js b/mocks/single_org/projects/test-project-123456/vpc_endpoints/vpc-test/DELETE.js similarity index 100% rename from mocks/single_org/projects/test-project-123456/vpc-endpoints/vpc-test/DELETE.js rename to mocks/single_org/projects/test-project-123456/vpc_endpoints/vpc-test/DELETE.js diff --git a/mocks/single_org/projects/test-project-123456/vpc-endpoints/vpc-test/POST.js b/mocks/single_org/projects/test-project-123456/vpc_endpoints/vpc-test/POST.js similarity index 100% rename from mocks/single_org/projects/test-project-123456/vpc-endpoints/vpc-test/POST.js rename to mocks/single_org/projects/test-project-123456/vpc_endpoints/vpc-test/POST.js diff --git a/package-lock.json b/package-lock.json index b0a706f..8980d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.6.0", "license": "MIT", "dependencies": { - "@neondatabase/api-client": "1.11.2", + "@neondatabase/api-client": "1.11.5", "@segment/analytics-node": "^1.0.0-beta.26", "axios": "^1.4.0", "axios-debug-log": "^1.0.0", @@ -931,10 +931,9 @@ } }, "node_modules/@neondatabase/api-client": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@neondatabase/api-client/-/api-client-1.11.1.tgz", - "integrity": "sha512-fV+gcTtQSLEvziAYa+6LSM7DpMy6bZ5zt2bWAegq87b4VSo62fhNGGm/tBsfKX0G7kkN48V0jJr0OI1L+/d5Qg==", - "license": "MIT", + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/@neondatabase/api-client/-/api-client-1.11.5.tgz", + "integrity": "sha512-IoRpuEUixTTzB93D3RECwHkr+vEPEQyZn+uIBXlmhjxCVEFQY4jXakrfB/xwyYiSM7OvN9q0vHKZA+xGTM+iLw==", "dependencies": { "axios": "^1.7.9" } @@ -7464,6 +7463,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/npm/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/npm/node_modules/cacache": { "version": "18.0.3", "dev": true, diff --git a/package.json b/package.json index 9fe3de2..1ec8595 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "vitest": "^1.6.0" }, "dependencies": { - "@neondatabase/api-client": "1.11.2", + "@neondatabase/api-client": "1.11.5", "@segment/analytics-node": "^1.0.0-beta.26", "axios": "^1.4.0", "axios-debug-log": "^1.0.0",