Merge pull request 'chore(deps): update dependency @types/node to ~20.17.24' (#282) from renovate/node-20.x into main
All checks were successful
repod / xml (push) Successful in 26s
repod / php (push) Successful in 48s
repod / nodejs (push) Successful in 1m1s
repod / release (push) Has been skipped

Reviewed-on: #282
This commit is contained in:
Michel Roux 2025-03-09 11:53:12 +00:00
commit 195b5a83e6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@nextcloud/eslint-config": "^8.4.2", "@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/prettier-config": "^1.1.0", "@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/stylelint-config": "^3.0.1",
"@types/node": "~20.17.23", "@types/node": "~20.17.24",
"@types/toastify-js": "^1.12.3", "@types/toastify-js": "^1.12.3",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.7.0",
"eslint-config-prettier": "^10.1.1", "eslint-config-prettier": "^10.1.1",
@ -2649,9 +2649,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.17.23", "version": "20.17.24",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.23.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.24.tgz",
"integrity": "sha512-8PCGZ1ZJbEZuYNTMqywO+Sj4vSKjSjT6Ua+6RFOYlEvIvKQABPtrNkoVSLSKDb4obYcMhspVKmsw8Cm10NFRUg==", "integrity": "sha512-d7fGCyB96w9BnWQrOsJtpyiSaBcAYYr75bnK6ZRjDbql2cGLj/3GsL5OYmLPNq76l7Gf2q4Rv9J2o6h5CrD9sA==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -37,7 +37,7 @@
"@nextcloud/eslint-config": "^8.4.2", "@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/prettier-config": "^1.1.0", "@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/stylelint-config": "^3.0.1",
"@types/node": "~20.17.23", "@types/node": "~20.17.24",
"@types/toastify-js": "^1.12.3", "@types/toastify-js": "^1.12.3",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.7.0",
"eslint-config-prettier": "^10.1.1", "eslint-config-prettier": "^10.1.1",