Browse Source

npm update glob --save --force

rajah 1 month ago
parent
commit
eba20a61ec
2 changed files with 10 additions and 10 deletions
  1. 9 9
      package-lock.json
  2. 1 1
      package.json

+ 9 - 9
package-lock.json

@@ -25,7 +25,7 @@
         "bootstrap": "^5.3.3",
         "express": "^5.2.1",
         "file-saver-es": "^2.0.5",
-        "glob": "^13.0.0",
+        "glob": "^13.0.1",
         "http-proxy-middleware": "^3.0.5",
         "jquery": "^3.7.1",
         "ngx-bootstrap": "^20.0.2",
@@ -5647,12 +5647,12 @@
       }
     },
     "node_modules/glob": {
-      "version": "13.0.0",
-      "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
-      "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
+      "version": "13.0.1",
+      "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
+      "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
       "license": "BlueOak-1.0.0",
       "dependencies": {
-        "minimatch": "^10.1.1",
+        "minimatch": "^10.1.2",
         "minipass": "^7.1.2",
         "path-scurry": "^2.0.0"
       },
@@ -7194,12 +7194,12 @@
       }
     },
     "node_modules/minimatch": {
-      "version": "10.1.1",
-      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
-      "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
+      "version": "10.1.2",
+      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.2.tgz",
+      "integrity": "sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==",
       "license": "BlueOak-1.0.0",
       "dependencies": {
-        "@isaacs/brace-expansion": "^5.0.0"
+        "@isaacs/brace-expansion": "^5.0.1"
       },
       "engines": {
         "node": "20 || >=22"

+ 1 - 1
package.json

@@ -27,7 +27,7 @@
     "bootstrap": "^5.3.3",
     "express": "^5.2.1",
     "file-saver-es": "^2.0.5",
-    "glob": "^13.0.0",
+    "glob": "^13.0.1",
     "http-proxy-middleware": "^3.0.5",
     "jquery": "^3.7.1",
     "ngx-bootstrap": "^20.0.2",