fix(deps): update dependency copy-to-clipboard to v4

This commit is contained in:
Łukasz Mierzwa
2026-04-29 10:14:47 +01:00
committed by Łukasz Mierzwa
parent 894b4a5d2a
commit 0be1fff69e
2 changed files with 6 additions and 15 deletions
+5 -14
View File
@@ -18,7 +18,7 @@
"bootstrap": "5.3.8",
"bootswatch": "5.3.8",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.3",
"copy-to-clipboard": "4.0.2",
"csshake": "1.7.0",
"date-fns": "4.1.0",
"downshift": "9.3.2",
@@ -6539,13 +6539,10 @@
"license": "MIT"
},
"node_modules/copy-to-clipboard": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
"integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
"license": "MIT",
"dependencies": {
"toggle-selection": "^1.0.6"
}
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-4.0.2.tgz",
"integrity": "sha512-gklSft7IuhriZKHKpuoA1fpJSLPNgvUMWMo5BlnzAJm0zNKnznoSv23IjtNqclx8eKi6ZcdvFFzYEER/+U1LoQ==",
"license": "MIT"
},
"node_modules/core-js": {
"version": "3.49.0",
@@ -12595,12 +12592,6 @@
"node": ">=8.0"
}
},
"node_modules/toggle-selection": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
"integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
"license": "MIT"
},
"node_modules/tough-cookie": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
+1 -1
View File
@@ -14,7 +14,7 @@
"bootstrap": "5.3.8",
"bootswatch": "5.3.8",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.3",
"copy-to-clipboard": "4.0.2",
"csshake": "1.7.0",
"date-fns": "4.1.0",
"downshift": "9.3.2",