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",