Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit was merged in pull request #1.
This commit is contained in:
dependabot[bot]
2023-07-20 08:21:33 +00:00
committed by Xaymar
parent 9ae45f51ce
commit ff58dd36f8
+10 -6
View File
@@ -1,13 +1,13 @@
{
"name": "ratelimiter",
"version": "1.0.0",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ratelimiter",
"version": "1.0.0",
"license": "BSD",
"version": "0.3.0",
"license": "GPLv3",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.3",
@@ -15,6 +15,10 @@
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"typescript": "^4.9.3"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/xaymar"
}
},
"node_modules/@eslint-community/eslint-utils": {
@@ -1643,9 +1647,9 @@
}
},
"node_modules/word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz",
"integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==",
"dev": true,
"engines": {
"node": ">=0.10.0"