CI(deps): Update npm patch upgrades (#63)

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] 2025-02-17 15:27:35 +00:00 committed by GitHub
parent 860fb95ced
commit f573501704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -10,10 +10,10 @@
"@eslint/js": "9.20.0", "@eslint/js": "9.20.0",
"@revi/eslint-config": "0.0.22", "@revi/eslint-config": "0.0.22",
"@revi/prettier-config": "0.2.4", "@revi/prettier-config": "0.2.4",
"eslint": "9.20.0", "eslint": "9.20.1",
"eslint-config-prettier": "10.0.1", "eslint-config-prettier": "10.0.1",
"jshint": "2.13.6", "jshint": "2.13.6",
"prettier": "3.5.0" "prettier": "3.5.1"
} }
}, },
"node_modules/@eslint-community/eslint-utils": { "node_modules/@eslint-community/eslint-utils": {
@ -816,9 +816,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "9.20.0", "version": "9.20.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz",
"integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==", "integrity": "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -1723,9 +1723,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.5.0", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View file

@ -4,10 +4,10 @@
"@eslint/js": "9.20.0", "@eslint/js": "9.20.0",
"@revi/eslint-config": "0.0.22", "@revi/eslint-config": "0.0.22",
"@revi/prettier-config": "0.2.4", "@revi/prettier-config": "0.2.4",
"eslint": "9.20.0", "eslint": "9.20.1",
"eslint-config-prettier": "10.0.1", "eslint-config-prettier": "10.0.1",
"jshint": "2.13.6", "jshint": "2.13.6",
"prettier": "3.5.0" "prettier": "3.5.1"
}, },
"prettier": "@revi/prettier-config", "prettier": "@revi/prettier-config",
"name": "@revi/dots", "name": "@revi/dots",