Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 4, 2022
1 parent 1cec424 commit 85800cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"whatwg"
],
"dependencies": {
"url-regex-safe": "~2.1.0"
"re2": "~1.17.2",
"url-regex-safe": "~3.0.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand Down Expand Up @@ -83,14 +84,14 @@
]
},
"nano-staged": {
"package.json": [
"finepack"
],
"*.js,!*.min.js,": [
"prettier-standard"
],
"*.md": [
"standard-markdown"
],
"package.json": [
"finepack"
]
},
"simple-git-hooks": {
Expand Down

0 comments on commit 85800cb

Please sign in to comment.