chore(deps): bump copy-to-clipboard from 3.3.2 to 3.3.3 in /ui

Bumps [copy-to-clipboard](https://github.com/sudodoki/copy-to-clipboard) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/sudodoki/copy-to-clipboard/releases)
- [Commits](https://github.com/sudodoki/copy-to-clipboard/commits)

---
updated-dependencies:
- dependency-name: copy-to-clipboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-15 09:32:22 +00:00
committed by Łukasz Mierzwa
parent 42d592427c
commit 329b2cf298
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -19,7 +19,7 @@
"bootstrap": "5.2.2",
"bootswatch": "5.2.2",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.2",
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"downshift": "7.0.1",
@@ -14873,9 +14873,9 @@
}
},
"node_modules/copy-to-clipboard": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.2.tgz",
"integrity": "sha512-Vme1Z6RUDzrb6xAI7EZlVZ5uvOk2F//GaxKUxajDqm9LhOVM1inxNAD2vy+UZDYsd0uyA9s7b3/FVZPSxqrCfg==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
"integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
"dependencies": {
"toggle-selection": "^1.0.6"
}
@@ -47233,9 +47233,9 @@
"dev": true
},
"copy-to-clipboard": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.2.tgz",
"integrity": "sha512-Vme1Z6RUDzrb6xAI7EZlVZ5uvOk2F//GaxKUxajDqm9LhOVM1inxNAD2vy+UZDYsd0uyA9s7b3/FVZPSxqrCfg==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
"integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
"requires": {
"toggle-selection": "^1.0.6"
}

View File

@@ -18,7 +18,7 @@
"bootstrap": "5.2.2",
"bootswatch": "5.2.2",
"bricks.js": "1.8.0",
"copy-to-clipboard": "3.3.2",
"copy-to-clipboard": "3.3.3",
"csshake": "1.7.0",
"date-fns": "2.29.3",
"downshift": "7.0.1",