Skip to content

Commit ed55a9c

Browse files
Merge pull request #67 from remarkablemark/dependabot/npm_and_yarn/domhandler-4.2.0
build(deps): bump domhandler from 4.0.0 to 4.2.0
2 parents f319508 + 8bb5d9b commit ed55a9c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module.exports = config => {
1313
files: [
1414
'dist/htmlparser2.js',
1515
'lib/**/*.js',
16+
'node_modules/domelementtype/**/*.js',
17+
'node_modules/domelementtype/**/*.json',
1618
'node_modules/domhandler/lib/node.js',
1719
'test/cases/html.js',
1820
'test/client/*.js',
@@ -27,6 +29,8 @@ module.exports = config => {
2729
preprocessors: {
2830
'dist/**/*.js': ['commonjs'],
2931
'lib/**/*.js': ['commonjs'],
32+
'node_modules/domelementtype/**/*.js': ['commonjs'],
33+
'node_modules/domelementtype/**/*.json': ['commonjs'],
3034
'node_modules/domhandler/lib/node.js': ['commonjs'],
3135
'test/**/*.js': ['commonjs']
3236
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pojo"
3737
],
3838
"dependencies": {
39-
"domhandler": "4.0.0",
39+
"domhandler": "4.2.0",
4040
"htmlparser2": "6.1.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)