From eff234af57bd81c0993f14405cb940d91192f4af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:53:19 +0200 Subject: [PATCH] fix(deps): update dependency copy-text-to-clipboard to v3.1.0 (#3771) --- pnpm-lock.yaml | 12 ++++++------ website/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c415a3005..0eb7a303b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/website/package.json b/website/package.json index e27bfe2f8..8b0f83d0d 100644 --- a/website/package.json +++ b/website/package.json @@ -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",