From 4ac519443bf819b5acf8bd1d9781e91ee6bf6b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:47:15 +0000 Subject: [PATCH] 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] --- package-lock.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f32c7cde..8fa56368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23735,8 +23735,9 @@ "license": "MIT" }, "node_modules/word-wrap": { - "version": "1.2.3", - "license": "MIT", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "engines": { "node": ">=0.10.0" } @@ -24265,6 +24266,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { + "@planning-chess/shared": "file:../shared", "@types/uuid": "^8.3.4", "dotenv": "^8.2.0", "express": "^4.17.1", @@ -24305,6 +24307,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { + "@planning-chess/shared": "file:../shared", "antd": "^5.1.4", "bootstrap": "^5.1.3", "classnames": "^2.3.1", @@ -26975,6 +26978,7 @@ "@planning-chess/api": { "version": "file:services/api", "requires": { + "@planning-chess/shared": "file:../shared", "@types/express": "^4.17.7", "@types/jest": "^26.0.13", "@types/node": "^14.0.27", @@ -27012,6 +27016,7 @@ "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", + "@planning-chess/shared": "file:../shared", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", "antd": "^5.1.4", @@ -39756,7 +39761,9 @@ } }, "word-wrap": { - "version": "1.2.3" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==" }, "wordwrap": { "version": "1.0.0",