Skip to content

Commit c570e6f

Browse files
authored
Merge pull request DSpace#5355 from DSpace/dependabot/npm_and_yarn/dspace-7_x/react-copy-to-clipboard-5.1.1
Bump react-copy-to-clipboard from 5.1.0 to 5.1.1
2 parents 19df013 + dfa99ee commit c570e6f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"postcss-preset-env": "^7.4.2",
184184
"prop-types": "^15.8.1",
185185
"react": "^16.14.0",
186-
"react-copy-to-clipboard": "^5.1.0",
186+
"react-copy-to-clipboard": "^5.1.1",
187187
"react-dom": "^16.14.0",
188188
"rimraf": "^3.0.2",
189189
"sass": "~1.97.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4397,7 +4397,7 @@ copy-anything@^2.0.1:
43974397
dependencies:
43984398
is-what "^3.14.1"
43994399

4400-
copy-to-clipboard@^3.3.1:
4400+
copy-to-clipboard@^3.3.3:
44014401
version "3.3.3"
44024402
resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz"
44034403
integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==
@@ -10318,12 +10318,12 @@ react-beautiful-dnd@^13.0.0:
1031810318
redux "^4.0.4"
1031910319
use-memo-one "^1.1.1"
1032010320

10321-
react-copy-to-clipboard@^5.0.1, react-copy-to-clipboard@^5.1.0:
10322-
version "5.1.0"
10323-
resolved "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz"
10324-
integrity sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==
10321+
react-copy-to-clipboard@^5.0.1, react-copy-to-clipboard@^5.1.1:
10322+
version "5.1.1"
10323+
resolved "https://registry.yarnpkg.com/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.1.tgz#76adb8be03616e99692fcf3f762365ed3fb5ff16"
10324+
integrity sha512-s+HrzLyJBxrpGTYXF15dTgMjAJpEPZT/Yp6NytAtZMRngejxt6Pt5WrfFxLAcsqUDU6sY1Jz6tyHwIicE1U2Xg==
1032510325
dependencies:
10326-
copy-to-clipboard "^3.3.1"
10326+
copy-to-clipboard "^3.3.3"
1032710327
prop-types "^15.8.1"
1032810328

1032910329
react-dnd-html5-backend@^10.0.2:

0 commit comments

Comments
 (0)