diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98f6a4ac3..2667a1e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@master - uses: denolib/setup-deno@master with: - deno-version: 0.36.0 + deno-version: 0.37.1 - name: Run tests run: | cp ./ormconfig.gh-actions.json ./ormconfig.json diff --git a/dem.json b/dem.json index 2b7cc819c..4b24c96f5 100644 --- a/dem.json +++ b/dem.json @@ -3,7 +3,7 @@ { "protocol": "https", "path": "deno.land/std", - "version": "v0.36.0", + "version": "v0.37.1", "files": [ "/fmt/colors.ts", "/fs/mod.ts", diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index d6aa429f2..61cd75ce0 100644 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ b/vendor/https/deno.land/std/fmt/colors.ts @@ -1 +1 @@ -export * from 'https://deno.land/std@v0.36.0/fmt/colors.ts'; +export * from 'https://deno.land/std@v0.37.1/fmt/colors.ts'; diff --git a/vendor/https/deno.land/std/fs/mod.ts b/vendor/https/deno.land/std/fs/mod.ts index 93fddb930..2b02c0a14 100644 --- a/vendor/https/deno.land/std/fs/mod.ts +++ b/vendor/https/deno.land/std/fs/mod.ts @@ -1 +1 @@ -export * from 'https://deno.land/std@v0.36.0/fs/mod.ts'; +export * from 'https://deno.land/std@v0.37.1/fs/mod.ts'; diff --git a/vendor/https/deno.land/std/node/process.ts b/vendor/https/deno.land/std/node/process.ts index 8a9fcae7a..0a781d461 100644 --- a/vendor/https/deno.land/std/node/process.ts +++ b/vendor/https/deno.land/std/node/process.ts @@ -1 +1 @@ -export * from 'https://deno.land/std@v0.36.0/node/process.ts'; +export * from 'https://deno.land/std@v0.37.1/node/process.ts'; diff --git a/vendor/https/deno.land/std/path/mod.ts b/vendor/https/deno.land/std/path/mod.ts index 9a7d017e7..d312e7202 100644 --- a/vendor/https/deno.land/std/path/mod.ts +++ b/vendor/https/deno.land/std/path/mod.ts @@ -1 +1 @@ -export * from 'https://deno.land/std@v0.36.0/path/mod.ts'; +export * from 'https://deno.land/std@v0.37.1/path/mod.ts'; diff --git a/vendor/https/deno.land/std/util/async.ts b/vendor/https/deno.land/std/util/async.ts index c068c1b51..1e3780e5a 100644 --- a/vendor/https/deno.land/std/util/async.ts +++ b/vendor/https/deno.land/std/util/async.ts @@ -1 +1 @@ -export * from 'https://deno.land/std@v0.36.0/util/async.ts'; +export * from 'https://deno.land/std@v0.37.1/util/async.ts';