CI(deps): Update internal-deps (#56)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-24 18:58:45 +00:00 committed by GitHub
parent b5aba71d2a
commit 194514c93a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 119 deletions

134
package-lock.json generated
View file

@ -8,8 +8,8 @@
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "9.17.0",
"@revi/eslint-config": "0.0.19",
"@revi/prettier-config": "0.2.3",
"@revi/eslint-config": "0.0.20",
"@revi/prettier-config": "0.2.4",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"jshint": "2.13.6",
@ -281,118 +281,34 @@
}
},
"node_modules/@revi/eslint-config": {
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.19.tgz",
"integrity": "sha512-3e22+/M/enqgbfI7F1QQS1JpHROBORLQkCts2uVvlroIi44s+LW/wb+9iV/zUFi3PkV3Tg5fx+9qIW7VuL+MRg==",
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@revi/eslint-config/-/eslint-config-0.0.20.tgz",
"integrity": "sha512-bW2IRr9sYewM/WNlqVRhn19ZHs2j30Fnkg+Ly8vjy2IRH3FtnBgwBPfLKP81YgOW4nsfT1CNTNZ8r2aB0COMNw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/js": "9.16.0",
"eslint": "9.16.0",
"@eslint/js": "9.17.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.12.0"
"globals": "15.14.0"
},
"funding": {
"url": "https://github.com/sponsors/revi"
},
"peerDependencies": {
"eslint": "9.16.0"
}
},
"node_modules/@revi/eslint-config/node_modules/@eslint/js": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.16.0.tgz",
"integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
"dev": true,
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@revi/eslint-config/node_modules/@humanwhocodes/retry": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz",
"integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=18.18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@revi/eslint-config/node_modules/eslint": {
"version": "9.16.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.16.0.tgz",
"integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.19.0",
"@eslint/core": "^0.9.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "9.16.0",
"@eslint/plugin-kit": "^0.2.3",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.1",
"@types/estree": "^1.0.6",
"@types/json-schema": "^7.0.15",
"ajv": "^6.12.4",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.5",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^8.2.0",
"eslint-visitor-keys": "^4.2.0",
"espree": "^10.3.0",
"esquery": "^1.5.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^8.0.0",
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
"ignore": "^5.2.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.3"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://eslint.org/donate"
},
"peerDependencies": {
"jiti": "*"
},
"peerDependenciesMeta": {
"jiti": {
"optional": true
}
"eslint": "9.17.0"
}
},
"node_modules/@revi/prettier-config": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.2.3.tgz",
"integrity": "sha512-uM67hek2zmfukowrEclRtBsHyxY9Oqh6gyX+UqSLzqiFkYEWaRe5VuadwKPEzV3QRD5KxO5UJcTaPk6P0obO+w==",
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@revi/prettier-config/-/prettier-config-0.2.4.tgz",
"integrity": "sha512-ScHahixgaxUCBMT3U4tgynGVkV2n+W3ecBZPn7yBKcbGLS//brqGlZsgvX2QZ/x5pUT5i6NUAKOrTh/Ho3SKAA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@prettier/plugin-php": "0.22.2",
"@prettier/plugin-xml": "3.4.1",
"prettier": "3.4.1",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
@ -401,23 +317,7 @@
"url": "https://github.com/sponsors/revi"
},
"peerDependencies": {
"prettier": "3.4.1"
}
},
"node_modules/@revi/prettier-config/node_modules/prettier": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
"prettier": "3.4.2"
}
},
"node_modules/@taplo/core": {
@ -1192,9 +1092,9 @@
}
},
"node_modules/globals": {
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
"version": "15.14.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
"integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
"dev": true,
"license": "MIT",
"engines": {

View file

@ -2,8 +2,8 @@
"$schema": "https://json.schemastore.org/package.json",
"devDependencies": {
"@eslint/js": "9.17.0",
"@revi/eslint-config": "0.0.19",
"@revi/prettier-config": "0.2.3",
"@revi/eslint-config": "0.0.20",
"@revi/prettier-config": "0.2.4",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"jshint": "2.13.6",