1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump clipboard from 2.0.7 to 2.0.8

Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.7...v2.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-15 05:40:13 +00:00
parent ebfd0bb4d2
commit 8fbbc9ac03
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1270,9 +1270,9 @@
"dev": true "dev": true
}, },
"clipboard": { "clipboard": {
"version": "2.0.7", "version": "2.0.8",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.7.tgz", "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
"integrity": "sha512-8M8WEZcIvs0hgOma+wAPkrUxpv0PMY1L6VsAJh/2DOKARIMpyWe6ZLcEoe1qktl6/ced5ceYHs+oGedSbgZ3sg==", "integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
"requires": { "requires": {
"good-listener": "^1.2.2", "good-listener": "^1.2.2",
"select": "^1.1.2", "select": "^1.1.2",

View File

@ -33,7 +33,7 @@
"start": "ts-node -T tools/build --verbose --dirty --watch" "start": "ts-node -T tools/build --verbose --dirty --watch"
}, },
"dependencies": { "dependencies": {
"clipboard": "^2.0.7", "clipboard": "^2.0.8",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"focus-visible": "^5.2.0", "focus-visible": "^5.2.0",
"fuzzaldrin-plus": "^0.6.0", "fuzzaldrin-plus": "^0.6.0",