diff --git a/release-notes/opensearch-query-workbench.release-notes-2.19.0.0.md b/release-notes/opensearch-query-workbench.release-notes-2.19.0.0.md index 2a12f4f..34ce3a6 100644 --- a/release-notes/opensearch-query-workbench.release-notes-2.19.0.0.md +++ b/release-notes/opensearch-query-workbench.release-notes-2.19.0.0.md @@ -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)) \ No newline at end of file +- [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)) \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index a060ef9..08cc80c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"