Bump libxmljs2 from 0.26.7 to 0.27.0 (#288)

This commit is contained in:
dependabot[bot]
2021-05-07 12:24:19 +02:00
committed by GitHub
parent 566db7b976
commit fb50345efb
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^7.25.0", "eslint": "^7.25.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"libxmljs2": "^0.26.7", "libxmljs2": "^0.27.0",
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
}, },
"optionalDependencies": { "optionalDependencies": {
@@ -7912,9 +7912,9 @@
} }
}, },
"node_modules/libxmljs2": { "node_modules/libxmljs2": {
"version": "0.26.7", "version": "0.27.0",
"resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.26.7.tgz", "resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.27.0.tgz",
"integrity": "sha512-7Yk/gpICDJypKpWgNsZNIHOLeuBUsAnYrA0fVy92PgtQZVO4Tu2SMLiZ50X9u7DEhvjzx1MF8P1iQM+6qky1Bg==", "integrity": "sha512-YZGSL9FihGls/oozT0JI8PQEjFeCs/5tAqd4B63krzh4PTd4pxqwCm430/QLxGaHuOeJa+yGBM7fgk1DrtWplA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@@ -18904,9 +18904,9 @@
} }
}, },
"libxmljs2": { "libxmljs2": {
"version": "0.26.7", "version": "0.27.0",
"resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.26.7.tgz", "resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.27.0.tgz",
"integrity": "sha512-7Yk/gpICDJypKpWgNsZNIHOLeuBUsAnYrA0fVy92PgtQZVO4Tu2SMLiZ50X9u7DEhvjzx1MF8P1iQM+6qky1Bg==", "integrity": "sha512-YZGSL9FihGls/oozT0JI8PQEjFeCs/5tAqd4B63krzh4PTd4pxqwCm430/QLxGaHuOeJa+yGBM7fgk1DrtWplA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@mapbox/node-pre-gyp": "^1.0.1", "@mapbox/node-pre-gyp": "^1.0.1",

View File

@@ -57,7 +57,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^7.25.0", "eslint": "^7.25.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"libxmljs2": "^0.26.7", "libxmljs2": "^0.27.0",
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
}, },
"jest": { "jest": {