mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency copy-text-to-clipboard to v3.1.0 (#3771)
This commit is contained in:
parent
910fc03f62
commit
eff234af57
2 changed files with 7 additions and 7 deletions
|
@ -2202,8 +2202,8 @@ importers:
|
|||
specifier: 1.2.1
|
||||
version: 1.2.1
|
||||
copy-text-to-clipboard:
|
||||
specifier: 3.0.1
|
||||
version: 3.0.1
|
||||
specifier: 3.1.0
|
||||
version: 3.1.0
|
||||
docusaurus-plugin-contributors:
|
||||
specifier: workspace:1.0.1-6-next.0
|
||||
version: link:../packages/tools/docusaurus-plugin-contributors
|
||||
|
@ -6058,7 +6058,7 @@ packages:
|
|||
'@docusaurus/utils-validation': 2.4.0(@docusaurus/types@2.4.0)(esbuild@0.14.10)
|
||||
'@mdx-js/react': 1.6.22(react@17.0.2)
|
||||
clsx: 1.2.1
|
||||
copy-text-to-clipboard: 3.0.1
|
||||
copy-text-to-clipboard: 3.1.0
|
||||
infima: 0.2.0-alpha.43
|
||||
lodash: 4.17.21
|
||||
nprogress: 0.2.0
|
||||
|
@ -13197,8 +13197,8 @@ packages:
|
|||
resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
/copy-text-to-clipboard@3.0.1:
|
||||
resolution: {integrity: sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==}
|
||||
/copy-text-to-clipboard@3.1.0:
|
||||
resolution: {integrity: sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==}
|
||||
engines: {node: '>=12'}
|
||||
dev: false
|
||||
|
||||
|
@ -16697,7 +16697,7 @@ packages:
|
|||
resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==}
|
||||
engines: {node: '>= 4.0'}
|
||||
os: [darwin]
|
||||
deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
|
||||
deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
bindings: 1.5.0
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@verdaccio/ui-components": "workspace:2.0.0-6-next.9",
|
||||
"classnames": "2.3.2",
|
||||
"clsx": "1.2.1",
|
||||
"copy-text-to-clipboard": "3.0.1",
|
||||
"copy-text-to-clipboard": "3.1.0",
|
||||
"docusaurus-plugin-contributors": "workspace:1.0.1-6-next.0",
|
||||
"docusaurus-plugin-sentry": "1.0.0",
|
||||
"docusaurus-plugin-typedoc": "0.18.0",
|
||||
|
|
Loading…
Reference in a new issue