Bump eslint-plugin-import to avoid vulnerability in dependency

This commit is contained in:
Henry Mercer 2023-01-18 20:26:59 +00:00
parent 10695e6a20
commit ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions

13
node_modules/is-bigint/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "is-bigint",
"version": "1.0.2",
"version": "1.0.4",
"description": "Is this value an ES BigInt?",
"main": "index.js",
"scripts": {
@ -33,16 +33,19 @@
"url": "https://github.com/inspect-js/is-bigint/issues"
},
"homepage": "https://github.com/inspect-js/is-bigint#readme",
"dependencies": {
"has-bigints": "^1.0.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"aud": "^1.1.5",
"auto-changelog": "^2.2.1",
"eslint": "^7.25.0",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"has-symbols": "^1.0.2",
"nyc": "^10.3.2",
"object-inspect": "^1.10.2",
"object-inspect": "^1.11.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.2.2"
"tape": "^5.3.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",