0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00

Merge pull request #1687 from naturalcrit/dependabot/npm_and_yarn/dedent-tabs-0.10.1

Bump dedent-tabs from 0.10.0 to 0.10.1
This commit is contained in:
Trevor Buckner
2021-09-15 14:41:12 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"codemirror": "^5.62.3",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.10.0",
"dedent-tabs": "^0.10.1",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",
@@ -3467,9 +3467,9 @@
}
},
"node_modules/dedent-tabs": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.0.tgz",
"integrity": "sha512-meGhMg4ieQIw/kssncvurnfuDJlMz05Q10EfE/m73Nos8KBU8UUJoMiCf5/ZAzsNmqgf0zan+/i145t2z+9A+Q=="
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.1.tgz",
"integrity": "sha512-BLwWIXQnJAxhCL+kDN4g/KItzG9glaw1cFglr+pql8W4lTADsZxC0QpolcRXO2M4+bI2/MXCGeg0WPuzeM3SYQ=="
},
"node_modules/deep-extend": {
"version": "0.6.0",
@@ -12113,9 +12113,9 @@
}
},
"dedent-tabs": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.0.tgz",
"integrity": "sha512-meGhMg4ieQIw/kssncvurnfuDJlMz05Q10EfE/m73Nos8KBU8UUJoMiCf5/ZAzsNmqgf0zan+/i145t2z+9A+Q=="
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.1.tgz",
"integrity": "sha512-BLwWIXQnJAxhCL+kDN4g/KItzG9glaw1cFglr+pql8W4lTADsZxC0QpolcRXO2M4+bI2/MXCGeg0WPuzeM3SYQ=="
},
"deep-extend": {
"version": "0.6.0",

View File

@@ -49,7 +49,7 @@
"codemirror": "^5.62.3",
"cookie-parser": "^1.4.5",
"create-react-class": "^15.7.0",
"dedent-tabs": "^0.10.0",
"dedent-tabs": "^0.10.1",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-static-gzip": "2.1.1",