0
0
Fork 0

Merge pull request #75 from Oliver-Akins/dependabot/npm_and_yarn/clipboard-polyfill-3.0.2

Bump clipboard-polyfill from 3.0.1 to 3.0.2
This commit is contained in:
Oliver 2021-02-03 15:01:46 -07:00 committed by GitHub
commit 9242e04f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4562,9 +4562,9 @@
"dev": true "dev": true
}, },
"clipboard-polyfill": { "clipboard-polyfill": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-3.0.1.tgz", "resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-3.0.2.tgz",
"integrity": "sha512-R/uxBa8apxLJArzpFpuTLqavUcnEX8bezZKSuqkwz7Kny2BmxyKDslYGdrKiasKuD+mU1noF7Lkt/p5pyDqFoQ==" "integrity": "sha512-1DTdwGicGBAhK4/VjOwFYG3fAu1aj1n/jC/00qkRyDobKSB/PF8mhJkbAlDGbNEc8hIrPElv5j96OE5PwHMUfA=="
}, },
"clipboardy": { "clipboardy": {
"version": "2.3.0", "version": "2.3.0",

View file

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"clipboard-polyfill": "^3.0.1", "clipboard-polyfill": "^3.0.2",
"core-js": "^3.7.0", "core-js": "^3.7.0",
"v-tooltip": "^2.1.2", "v-tooltip": "^2.1.2",
"vue": "^2.6.11", "vue": "^2.6.11",