Skip to content

Commit

Permalink
update/deps ~ (up-to OSPaths-v7.1.1); latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Aug 6, 2022
1 parent dcd0a54 commit 9857460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"version": "run-s --silent _:version:update:changelog && run-s lint:spell && run-s --silent update:dist && git add CHANGELOG.mkd dist"
},
"dependencies": {
"os-paths": "^7.1.0"
"os-paths": "^7.1.1"
},
"devDependencies:#": "* for testing, Node-v6 requires ava < v2 and nyc < v15",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/platform-adapters/deno.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as path from 'https://deno.land/std@0.150.0/path/mod.ts';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import osPaths from 'https://deno.land/x/os_paths@v7.1.0/src/mod.deno.ts';
import osPaths from 'https://deno.land/x/os_paths@v7.1.1/src/mod.deno.ts';

/* eslint-disable @typescript-eslint/ban-ts-comment */

Expand Down

0 comments on commit 9857460

Please sign in to comment.