deps: bump libxmljs2 from 0.28.0 to 0.29.0 (#611) [skip ci]

This commit is contained in:
dependabot[bot]
2021-10-25 21:42:37 -04:00
committed by GitHub
parent 6a9f16983d
commit 5acb6bf53c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.1.0", "eslint": "^8.1.0",
"jest": "^27.3.0", "jest": "^27.3.0",
"libxmljs2": "^0.28.0", "libxmljs2": "^0.29.0",
"nodemon": "^2.0.13" "nodemon": "^2.0.13"
}, },
"optionalDependencies": { "optionalDependencies": {
@@ -6354,9 +6354,9 @@
} }
}, },
"node_modules/libxmljs2": { "node_modules/libxmljs2": {
"version": "0.28.0", "version": "0.29.0",
"resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.28.0.tgz", "resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.29.0.tgz",
"integrity": "sha512-Se1vTSn1rjquUlm9V4FHbfwJh4n5lLgP9I109f98kzWpm8YN5JD3myP96JAHiIxSmFIzYXnRfyImBvj9R3Ei5Q==", "integrity": "sha512-g9PvujoUGRHBp2R7Z49pKklMdAucayepGSJajfpzl+JlGRO1lHfWWH1KQcwqoylO524G9Mu9pO74ZaQ11fi0/w==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@@ -14790,9 +14790,9 @@
} }
}, },
"libxmljs2": { "libxmljs2": {
"version": "0.28.0", "version": "0.29.0",
"resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.28.0.tgz", "resolved": "https://registry.npmjs.org/libxmljs2/-/libxmljs2-0.29.0.tgz",
"integrity": "sha512-Se1vTSn1rjquUlm9V4FHbfwJh4n5lLgP9I109f98kzWpm8YN5JD3myP96JAHiIxSmFIzYXnRfyImBvj9R3Ei5Q==", "integrity": "sha512-g9PvujoUGRHBp2R7Z49pKklMdAucayepGSJajfpzl+JlGRO1lHfWWH1KQcwqoylO524G9Mu9pO74ZaQ11fi0/w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@mapbox/node-pre-gyp": "^1.0.5", "@mapbox/node-pre-gyp": "^1.0.5",

View File

@@ -63,7 +63,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.1.0", "eslint": "^8.1.0",
"jest": "^27.3.0", "jest": "^27.3.0",
"libxmljs2": "^0.28.0", "libxmljs2": "^0.29.0",
"nodemon": "^2.0.13" "nodemon": "^2.0.13"
}, },
"jest": { "jest": {