Update checked-in dependencies
This commit is contained in:
parent
cf733fe86d
commit
07a86f82ca
167 changed files with 565 additions and 3893 deletions
37
node_modules/uuid/package.json
generated
vendored
37
node_modules/uuid/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "uuid",
|
||||
"version": "11.0.3",
|
||||
"version": "11.0.4",
|
||||
"description": "RFC9562 UUIDs",
|
||||
"type": "module",
|
||||
"funding": [
|
||||
|
|
@ -44,35 +44,32 @@
|
|||
"./dist/cjs/index.js": "./dist/cjs-browser/index.js"
|
||||
},
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"CONTRIBUTING.md",
|
||||
"LICENSE.md",
|
||||
"README.md",
|
||||
"dist"
|
||||
"dist",
|
||||
"!dist/**/test"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.25.9",
|
||||
"@commitlint/cli": "19.5.0",
|
||||
"@commitlint/config-conventional": "19.5.0",
|
||||
"@eslint/js": "9.13.0",
|
||||
"@commitlint/cli": "19.6.1",
|
||||
"@commitlint/config-conventional": "19.6.0",
|
||||
"@eslint/js": "9.17.0",
|
||||
"@types/eslint__js": "8.42.3",
|
||||
"bundlewatch": "0.4.0",
|
||||
"commander": "12.1.0",
|
||||
"eslint": "9.13.0",
|
||||
"eslint": "9.17.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"globals": "15.11.0",
|
||||
"husky": "9.1.6",
|
||||
"globals": "15.14.0",
|
||||
"husky": "9.1.7",
|
||||
"jest": "29.7.0",
|
||||
"lint-staged": "15.2.10",
|
||||
"neostandard": "0.11.7",
|
||||
"lint-staged": "15.2.11",
|
||||
"neostandard": "0.12.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.3.3",
|
||||
"release-please": "16.14.3",
|
||||
"runmd": "1.3.9",
|
||||
"prettier": "3.4.2",
|
||||
"release-please": "16.15.0",
|
||||
"runmd": "1.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
"typescript": "5.6.3",
|
||||
"typescript-eslint": "8.11.0"
|
||||
"typescript": "5.7.2",
|
||||
"typescript-eslint": "8.18.2"
|
||||
},
|
||||
"optionalDevDependencies": {
|
||||
"@wdio/browserstack-service": "9.2.1",
|
||||
|
|
@ -130,5 +127,5 @@
|
|||
"postchangelog": "prettier --write CHANGELOG.md"
|
||||
}
|
||||
},
|
||||
"packageManager": "npm@10.9.0"
|
||||
"packageManager": "npm@11.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue