chore(deps): update dependency glob to v11.0.1 (#1155)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-27 00:10:45 -05:00
committed by GitHub
parent 12269c2c8e
commit 1730b5a2c4
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"@openedx/frontend-build": "14.2.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "12.1.5",
"glob": "11.0.0",
"glob": "11.0.1",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.5"
}
@@ -11057,9 +11057,9 @@
"integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw=="
},
"node_modules/glob": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",
"integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz",
"integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
"dev": true,
"license": "ISC",
"dependencies": {

View File

@@ -71,7 +71,7 @@
"@openedx/frontend-build": "14.2.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "12.1.5",
"glob": "11.0.0",
"glob": "11.0.1",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.5"
}