Skip to content

Commit

Permalink
upgrade ngx-clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
abashmak committed Aug 7, 2023
1 parent d53e705 commit ee82de9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@ngspot/ngx-errors": "^3.2.1",
"core-js": "3.32.0",
"ng-let": "^15.0.1",
"ngx-clipboard": "^15.1.0",
"ngx-clipboard": "16.0.0",
"papaparse": "^5.4.1",
"rxjs": "7.8.1",
"tslib": "2.6.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7254,18 +7254,18 @@ ng-packagr@^16.1.0:
optionalDependencies:
esbuild "^0.17.0"

ngx-clipboard@^15.1.0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-15.1.0.tgz#9dd5a32d7f42249f519919a7aae34f5e83cec8f5"
integrity sha512-dUJl1cNtdkCqL953oAhP7wmUPFrqW2aDg5OPhwPU9R3cLEdQgU2NbsHEUz4zaPyEopTXu8SR37onVm1Ep8qOHg==
ngx-clipboard@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-16.0.0.tgz#bb97584d33e8009420b8d7f83b185f68ca06869f"
integrity sha512-rZ/Eo1PqiKMiyF8tdjhmUkoUu68f7OzBJ7YH1YFeh2RAaNrerTaW8XfFOzppSckjFQqA1fwGSYuTTJlDhDag5w==
dependencies:
ngx-window-token ">=6.0.0"
ngx-window-token ">=7.0.0"
tslib "^2.0.0"

ngx-window-token@>=6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-6.0.0.tgz#8b4704242df93a302422a23163359c09d6bb34a0"
integrity sha512-IeLKO1jzfzSvZ6vlAt4QSY/B5XcHEhdOwTjqvWEPt6/esWV9T3mA2ln10kj6SCc9pUSx4NybxE10gcyyYroImg==
ngx-window-token@>=7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/ngx-window-token/-/ngx-window-token-7.0.0.tgz#2e1bc76846411a388188b802154e4841d3e27856"
integrity sha512-5+XfRVSY7Dciu8xyCNMkOlH2UfwR9W2P1Pirz7caaZgOZDjFbL8aEO2stjfJJm2FFf1D6dlVHNzhLWGk9HGkqA==
dependencies:
tslib "^2.0.0"

Expand Down

0 comments on commit ee82de9

Please sign in to comment.