Sfoglia il codice sorgente

chore(deps): bump xmldom from 0.1.27 to 0.5.0

Bumps [xmldom](https://github.com/xmldom/xmldom) from 0.1.27 to 0.5.0.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/v0.1.27...0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
master
dependabot[bot] 4 anni fa
parent
commit
7933d4b4d6
2 ha cambiato i file con 15 aggiunte e 4 eliminazioni
  1. 14
    3
      package-lock.json
  2. 1
    1
      package.json

+ 14
- 3
package-lock.json Vedi File

10290
             "js-md5": "0.7.3"
10290
             "js-md5": "0.7.3"
10291
           }
10291
           }
10292
         },
10292
         },
10293
+        "jitsi-meet-logger": {
10294
+          "version": "github:jitsi/jitsi-meet-logger#4add5bac2e4cea73a05f42b7596ee03c7f7a2567",
10295
+          "from": "github:jitsi/jitsi-meet-logger#v1.0.0"
10296
+        },
10293
         "js-md5": {
10297
         "js-md5": {
10294
           "version": "0.7.3",
10298
           "version": "0.7.3",
10295
           "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
10299
           "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
12566
         "base64-js": "^1.2.3",
12570
         "base64-js": "^1.2.3",
12567
         "xmlbuilder": "^9.0.7",
12571
         "xmlbuilder": "^9.0.7",
12568
         "xmldom": "0.1.x"
12572
         "xmldom": "0.1.x"
12573
+      },
12574
+      "dependencies": {
12575
+        "xmldom": {
12576
+          "version": "0.1.31",
12577
+          "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
12578
+          "integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ=="
12579
+        }
12569
       }
12580
       }
12570
     },
12581
     },
12571
     "plugin-error": {
12582
     "plugin-error": {
18560
       }
18571
       }
18561
     },
18572
     },
18562
     "xmldom": {
18573
     "xmldom": {
18563
-      "version": "0.1.27",
18564
-      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
18565
-      "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
18574
+      "version": "0.5.0",
18575
+      "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
18576
+      "integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
18566
     },
18577
     },
18567
     "xpipe": {
18578
     "xpipe": {
18568
       "version": "1.0.5",
18579
       "version": "1.0.5",

+ 1
- 1
package.json Vedi File

97
     "uuid": "3.1.0",
97
     "uuid": "3.1.0",
98
     "wasm-check": "2.0.1",
98
     "wasm-check": "2.0.1",
99
     "windows-iana": "^3.1.0",
99
     "windows-iana": "^3.1.0",
100
-    "xmldom": "0.1.27",
100
+    "xmldom": "0.5.0",
101
     "zxcvbn": "4.4.2"
101
     "zxcvbn": "4.4.2"
102
   },
102
   },
103
   "devDependencies": {
103
   "devDependencies": {

Loading…
Annulla
Salva