server for my chess game
Bump chess.js from 0.13.3 to 0.13.4
Bumps [chess.js](https://github.com/jhlywa/chess.js) from 0.13.3 to 0.13.4.
- [Release notes](https://github.com/jhlywa/chess.js/releases)
- [Commits](https://github.com/jhlywa/chess.js/compare/v0.13.3...v0.13.4)
---
updated-dependencies:
- dependency-name: chess.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 09bc778..1f1114f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,9 +35,9 @@ } }, "node_modules/chess.js": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.13.3.tgz", - "integrity": "sha512-qQnWyoMYvi9nzF7RgtKgqMyS+OhlbCcc2KbWKs1Vo1/r0aKvJfqeFhRUukp7CD3yZhtttt5k0pPjkkbi9ZXxhg==" + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.13.4.tgz", + "integrity": "sha512-li8pyEtvfw6V7xvVr5aUh8OuICfviWNT3YXPh56/wNZ8yEdqdAaWcWargK6xTmqsWKKH5c1bvdJ7lh5vqNv2wg==" }, "node_modules/long": { "version": "4.0.0", @@ -210,9 +210,9 @@ "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==" }, "chess.js": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.13.3.tgz", - "integrity": "sha512-qQnWyoMYvi9nzF7RgtKgqMyS+OhlbCcc2KbWKs1Vo1/r0aKvJfqeFhRUukp7CD3yZhtttt5k0pPjkkbi9ZXxhg==" + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/chess.js/-/chess.js-0.13.4.tgz", + "integrity": "sha512-li8pyEtvfw6V7xvVr5aUh8OuICfviWNT3YXPh56/wNZ8yEdqdAaWcWargK6xTmqsWKKH5c1bvdJ7lh5vqNv2wg==" }, "long": { "version": "4.0.0", |