[8.7] Bump crypto-js from v4.0.0 to v4.1.1 (#151293) (#151432)

# Backport

This will backport the following commits from `main` to `8.7`:
- [Bump crypto-js from v4.0.0 to v4.1.1
(#151293)](https://github.com/elastic/kibana/pull/151293)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2023-02-16T11:53:31Z","message":"Bump
crypto-js from v4.0.0 to v4.1.1 (#151293)\n\nRemoves an unnecessary
forced resolution for `crypto-js` which also without a\r\ngood reason
pinned the package to v4.0.0. So this commit also upgrades
the\r\npackage to the newest
version.","sha":"794a9493d568bffe5bb60200d50ad24092b68d3f","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v8.8.0"],"number":151293,"url":"https://github.com/elastic/kibana/pull/151293","mergeCommit":{"message":"Bump
crypto-js from v4.0.0 to v4.1.1 (#151293)\n\nRemoves an unnecessary
forced resolution for `crypto-js` which also without a\r\ngood reason
pinned the package to v4.0.0. So this commit also upgrades
the\r\npackage to the newest
version.","sha":"794a9493d568bffe5bb60200d50ad24092b68d3f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151293","number":151293,"mergeCommit":{"message":"Bump
crypto-js from v4.0.0 to v4.1.1 (#151293)\n\nRemoves an unnecessary
forced resolution for `crypto-js` which also without a\r\ngood reason
pinned the package to v4.0.0. So this commit also upgrades
the\r\npackage to the newest
version.","sha":"794a9493d568bffe5bb60200d50ad24092b68d3f"}}]}]
BACKPORT-->

Co-authored-by: Thomas Watson <watson@elastic.co>
This commit is contained in:
Kibana Machine 2023-02-16 08:20:37 -05:00 committed by GitHub
parent 74185fea1f
commit a1689a3796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -83,7 +83,6 @@
"**/hoist-non-react-statics": "^3.3.2",
"**/isomorphic-fetch/node-fetch": "^2.6.7",
"**/istanbul-lib-coverage": "^3.2.0",
"**/pdfkit/crypto-js": "4.0.0",
"**/trim": "1.0.1",
"**/typescript": "4.6.3",
"**/use-composed-ref": "^1.3.0",

View file

@ -11549,10 +11549,10 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"
crypto-js@4.0.0, crypto-js@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0.0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc"
integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==
crypto-js@^4.0.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf"
integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
crypto-random-string@^1.0.0:
version "1.0.0"