Bump packages to fix linter

This commit is contained in:
Henry Mercer 2023-01-18 20:50:03 +00:00
parent ed9506bbaf
commit 0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions

11
node_modules/color-name/package.json generated vendored
View file

@ -1,14 +1,17 @@
{
"name": "color-name",
"version": "1.1.3",
"version": "1.1.4",
"description": "A list of color names and its values",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:dfcreative/color-name.git"
"url": "git@github.com:colorjs/color-name.git"
},
"keywords": [
"color-name",
@ -19,7 +22,7 @@
"author": "DY <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/color-name/issues"
"url": "https://github.com/colorjs/color-name/issues"
},
"homepage": "https://github.com/dfcreative/color-name"
"homepage": "https://github.com/colorjs/color-name"
}