Skip to content

Commit

Permalink
Bump clipboard from 2.0.8 to 2.0.11
Browse files Browse the repository at this point in the history
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.8 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](zenorocha/clipboard.js@v2.0.8...v2.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2022
1 parent fd0bb4d commit 079cd8b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 57 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"big.js": "^6.1.1",
"bootstrap": "3.3.6",
"bootstrap-validator": "^0.11.9",
"clipboard": "^2.0.8",
"clipboard": "^2.0.11",
"jquery": "^2.2.0"
}
}
87 changes: 39 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,44 @@
# yarn lockfile v1


"big.js@^6.1.1":
"integrity" "sha512-1vObw81a8ylZO5ePrtMay0n018TcftpTA5HFKDaSuiUDBo8biRBtjIobw60OpwuvrGk+FsxKamqN4cnmj/eXdg=="
"resolved" "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz"
"version" "6.1.1"

"bootstrap-validator@^0.11.9":
"integrity" "sha1-+3BY7vU2I+ePWqeWcCb5j4dalAQ="
"resolved" "https://registry.npmjs.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz"
"version" "0.11.9"

"[email protected]":
"integrity" "sha1-jej3SdyKdD8qxbUQ2Yg3Hj2qZYk="
"resolved" "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.6.tgz"
"version" "3.3.6"

"clipboard@^2.0.8":
"integrity" "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ=="
"resolved" "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz"
"version" "2.0.8"
big.js@^6.1.1:
version "6.1.1"
resolved "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz"

bootstrap-validator@^0.11.9:
version "0.11.9"
resolved "https://registry.npmjs.org/bootstrap-validator/-/bootstrap-validator-0.11.9.tgz"

[email protected]:
version "3.3.6"
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.6.tgz"

clipboard@^2.0.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.11.tgz#62180360b97dd668b6b3a84ec226975762a70be5"
dependencies:
"good-listener" "^1.2.2"
"select" "^1.1.2"
"tiny-emitter" "^2.0.0"

"delegate@^3.1.2":
"integrity" "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw=="
"resolved" "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"
"version" "3.2.0"

"good-listener@^1.2.2":
"integrity" "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA="
"resolved" "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
"version" "1.2.2"
good-listener "^1.2.2"
select "^1.1.2"
tiny-emitter "^2.0.0"

delegate@^3.1.2:
version "3.2.0"
resolved "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz"

good-listener@^1.2.2:
version "1.2.2"
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz"
dependencies:
"delegate" "^3.1.2"

"jquery@^2.2.0":
"integrity" "sha1-LInWiJterFIqfuoywUUhVZxsvwI="
"resolved" "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
"version" "2.2.4"

"select@^1.1.2":
"integrity" "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
"resolved" "https://registry.npmjs.org/select/-/select-1.1.2.tgz"
"version" "1.1.2"

"tiny-emitter@^2.0.0":
"integrity" "sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow=="
"resolved" "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz"
"version" "2.0.2"
delegate "^3.1.2"

jquery@^2.2.0:
version "2.2.4"
resolved "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"

select@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/select/-/select-1.1.2.tgz"

tiny-emitter@^2.0.0:
version "2.0.2"
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz"

0 comments on commit 079cd8b

Please sign in to comment.