Commit ca156bcf authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza dependencias

parent 1743ee13
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
      "hasInstallScript": true,
      "license": "Apache-2.0",
      "devDependencies": {
        "glob": "11.0.0",
        "glob": "11.0.1",
        "grunt": "1.6.1",
        "grunt-contrib-clean": "2.0.1",
        "grunt-contrib-copy": "1.0.0",
@@ -18,7 +18,7 @@
        "load-grunt-tasks": "5.1.0"
      },
      "engines": {
        "node": ">=20.16",
        "node": ">=20.18",
        "npm": ">=10.8"
      }
    },
@@ -489,9 +489,9 @@
      }
    },
    "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": {
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    "postinstall": "grunt build"
  },
  "devDependencies": {
    "glob": "11.0.0",
    "glob": "11.0.1",
    "grunt": "1.6.1",
    "grunt-contrib-clean": "2.0.1",
    "grunt-contrib-copy": "1.0.0",
@@ -32,7 +32,7 @@
  },
  "files": ["dist"],
  "engines": {
    "node": ">=20.16",
    "node": ">=20.18",
    "npm": ">=10.8"
  },
  "license": "Apache-2.0"