Skip to content

Commit

Permalink
Update yarn.lock for cross-spawn (#441) (#442)
Browse files Browse the repository at this point in the history
* update yarn.lock for cross-spawn



* update release notes



---------



(cherry picked from commit cc6948f)

Signed-off-by: Ritvi Bhatt <ribhatt@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ritvi Bhatt <ribhatt@amazon.com>
  • Loading branch information
3 people authored Feb 5, 2025
1 parent 57e46ad commit 25d794f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Compatible with OpenSearch and OpenSearch Dashboards 2.19.0

- Increment version to 2.19.0.0 ([#422](https://github.com/opensearch-project/dashboards-query-workbench/pull/422))
- Downgrade cypress to 12.17.4 ([#430](https://github.com/opensearch-project/dashboards-query-workbench/pull/430))
- [CVE-2024-21538] Bump cross-spawn from 6.0.5 and 7.0.3 to 7.0.5 ([434](https://github.com/opensearch-project/dashboards-query-workbench/pull/434))
- [CVE-2024-21538] Bump cross-spawn from 6.0.5 and 7.0.3 to 7.0.5 ([434](https://github.com/opensearch-project/dashboards-query-workbench/pull/434))
- Update yarn.lock for cross-spawn ([441](https://github.com/opensearch-project/dashboards-query-workbench/pull/441))
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ core-util-is@1.0.2:
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==

cross-spawn@^6.0.5, cross-spawn@^7.0.5:
cross-spawn@^6.0.5, cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.5:
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
Expand All @@ -586,15 +586,6 @@ cross-spawn@^6.0.5, cross-spawn@^7.0.5:
shebang-command "^2.0.0"
which "^2.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"

csstype@^3.0.2:
version "3.1.2"
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz"
Expand Down

0 comments on commit 25d794f

Please sign in to comment.