Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
8
node_modules/ava/entrypoints/eslint-plugin-helper.cjs
generated
vendored
8
node_modules/ava/entrypoints/eslint-plugin-helper.cjs
generated
vendored
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
const path = require('path');
|
||||
const url = require('url');
|
||||
const v8 = require('v8');
|
||||
const {Worker} = require('worker_threads');
|
||||
const path = require('node:path');
|
||||
const url = require('node:url');
|
||||
const v8 = require('node:v8');
|
||||
const {Worker} = require('node:worker_threads');
|
||||
|
||||
const {
|
||||
classify,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue