Merge pull request #55232 from nextcloud/dependabot/npm_and_yarn/color-5.0.2

build(deps): bump color from 5.0.0 to 5.0.2
pull/54698/head
Andy Scherzinger 2025-09-20 22:41:44 +07:00 committed by GitHub
commit fe2ad50288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated

@ -42,7 +42,7 @@
"camelcase": "^8.0.0",
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.0",
"color": "^5.0.2",
"core-js": "^3.45.0",
"crypto-browserify": "^3.12.1",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
@ -9630,10 +9630,9 @@
}
},
"node_modules/color": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/color/-/color-5.0.0.tgz",
"integrity": "sha512-16BlyiuyLq3MLxpRWyOTiWsO3ii/eLQLJUQXBSNcxMBBSnyt1ee9YUdaozQp03ifwm5woztEZGDbk9RGVuCsdw==",
"license": "MIT",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/color/-/color-5.0.2.tgz",
"integrity": "sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==",
"dependencies": {
"color-convert": "^3.0.1",
"color-string": "^2.0.0"

@ -73,7 +73,7 @@
"camelcase": "^8.0.0",
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.0",
"color": "^5.0.2",
"core-js": "^3.45.0",
"crypto-browserify": "^3.12.1",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",