server for my chess game
Bump @gd-com/utils from 4.1.4 to 5.0.0
Bumps [@gd-com/utils](https://github.com/gd-com/utils) from 4.1.4 to 5.0.0. - [Release notes](https://github.com/gd-com/utils/releases) - [Changelog](https://github.com/gd-com/utils/blob/v4/CHANGELOG.md) - [Commits](https://github.com/gd-com/utils/commits) --- updated-dependencies: - dependency-name: "@gd-com/utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2023-01-25
parent 98d8809 · commit 8a606e3
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 31cdef7..a1611d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
- "@gd-com/utils": "^4.1.5",
+ "@gd-com/utils": "^5.0.0",
"chess.js": "^0.13.3",
"pg": "^8.7.3",
"ws": "^8.8.1"
@@ -23,9 +23,9 @@
}
},
"node_modules/@gd-com/utils": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/@gd-com/utils/-/utils-4.1.5.tgz",
- "integrity": "sha512-9RBpnaLWEJstiv16Vo1Wl35zHqWdwxAxwxsqx94Pv1/BCcc6zHOX0BYrBgeAr9P3FrFXv8c8GY6VvRe+msQglQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@gd-com/utils/-/utils-5.0.0.tgz",
+ "integrity": "sha512-gddq0BoZVtL/IfldtPxk5HH0n6PAPNG9W0FGKIh/u4V1jo8SJpsynAiE1xOQn5PoZ8Bljr/stnO+zkg1DY3aVw==",
"dependencies": {
"long": "^5.2.0"
},
@@ -241,9 +241,9 @@
},
"dependencies": {
"@gd-com/utils": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/@gd-com/utils/-/utils-4.1.5.tgz",
- "integrity": "sha512-9RBpnaLWEJstiv16Vo1Wl35zHqWdwxAxwxsqx94Pv1/BCcc6zHOX0BYrBgeAr9P3FrFXv8c8GY6VvRe+msQglQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@gd-com/utils/-/utils-5.0.0.tgz",
+ "integrity": "sha512-gddq0BoZVtL/IfldtPxk5HH0n6PAPNG9W0FGKIh/u4V1jo8SJpsynAiE1xOQn5PoZ8Bljr/stnO+zkg1DY3aVw==",
"requires": {
"long": "^5.2.0"
}
diff --git a/package.json b/package.json
index 7fa01d1..ddbc2ed 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"author": "bendn",
"license": "MIT",
"dependencies": {
- "@gd-com/utils": "^4.1.5",
+ "@gd-com/utils": "^5.0.0",
"chess.js": "^0.13.3",
"pg": "^8.7.3",
"ws": "^8.8.1"