diff --git a/deno.json b/deno.json index 5c4989f93..d49bb4ec5 100644 --- a/deno.json +++ b/deno.json @@ -16,7 +16,6 @@ "@std/flags": "jsr:@std/flags@^0.224.0", "@std/fmt": "jsr:@std/fmt@^0.225.3", "@std/fs": "jsr:@std/fs@^0.229.1", - "@std/http": "jsr:@std/http@^1.0.0", "@std/io": "jsr:@std/io@^0.224.4", "@std/log": "jsr:@std/log@^0.224.5", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", diff --git a/vtex/loaders/orders/orderplaced.ts b/vtex/loaders/orders/orderplaced.ts index 90308f7ab..556099b96 100644 --- a/vtex/loaders/orders/orderplaced.ts +++ b/vtex/loaders/orders/orderplaced.ts @@ -1,4 +1,4 @@ -import { getCookies } from "@std/http"; +import { getCookies } from "std/http/cookie.ts"; import { AppContext } from "../../mod.ts"; import { CHECKOUT_DATA_ACCESS_COOKIE,