Resolve #3571839 "Remove or update"
Closes #3571839
Critical security issues with older versions of glob (Github CVE issue linked in below links):
https://github.com/isaacs/rimraf/pull/337
https://github.com/storybookjs/storybook/issues/33767
- Bump rimraf in
@drupal-canvas/createdirectly to update glob to 13.0.1 there. - The other dependencies that use it
@storybook/react-viteandeslint-config-drupalboth have sub-dependencies that use a compromised version of glob so updated theoverrideskey in our package.json to13.0.1.
Edited by Harumi Jang
