Skip to content

Commit

Permalink
Merge pull request #235 from SavageCore/dependabot/npm_and_yarn/xo-0.…
Browse files Browse the repository at this point in the history
…53.1

Bump xo from 0.46.0 to 0.53.1
  • Loading branch information
SavageCore committed Feb 14, 2023
2 parents 1ccb53b + 34cf8b3 commit 771165c
Show file tree
Hide file tree
Showing 4 changed files with 3,332 additions and 3,098 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const os = require('os');
const path = require('path');
const process = require('process');
const os = require('node:os');
const path = require('node:path');
const process = require('node:process');

const verifyFile = require('./lib/verify-file.js');

Expand Down
2 changes: 1 addition & 1 deletion lib/verify-file.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fs = require('fs');
const fs = require('node:fs');

function verifyFile(file) {
try {
Expand Down

0 comments on commit 771165c

Please sign in to comment.