chore(project): bump min-dom version

This commit is contained in:
Nico Rehwaldt 2020-03-13 19:49:59 +01:00
parent a767fd9577
commit 899de19835
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@ -5623,11 +5623,10 @@
"integrity": "sha512-fOWMCwOr7DwL8Lfgj3MvvCRtwfkG5CmrtZ7Cm1QUk9y/z+01S5sYK84HCXqgIsuOxUY5SzyQACnmyo4Mfy01QA=="
},
"min-dom": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/min-dom/-/min-dom-3.1.1.tgz",
"integrity": "sha512-qvURYMN2jHw9kPg1oFKdOd/VNJOsUNGV5H5j+zpJLkFVyP49tqmTQN8xWMYCDpIKetyQAC6jV5JjskNZr+JHpg==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/min-dom/-/min-dom-3.1.2.tgz",
"integrity": "sha512-JmI31A4l0G/PeOd1TQcM6U3GNofxJKF9hw2ERta8pCuIFvAIMZNGI4PJT/kbnq6Yh8rvqVTTZLVKyVtuZqqhiQ==",
"requires": {
"closest": "0.0.1",
"component-event": "^0.1.4",
"delegate-events": "^1.1.1",
"domify": "^1.3.1",

View File

@ -87,7 +87,7 @@
"ids": "^1.0.0",
"inherits": "^2.0.1",
"min-dash": "^3.5.1",
"min-dom": "^3.0.0",
"min-dom": "^3.1.2",
"object-refs": "^0.3.0",
"tiny-svg": "^2.2.1"
}