diff --git a/server/package-lock.json b/server/package-lock.json index 762e9dca..e0844af2 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@koa/cors": "^3.1.0", "@sentry/node": "^6.11.0", - "@sindresorhus/string-hash": "^1.2.0", + "@sindresorhus/string-hash": "^2.0.0", "apollo-server-koa": "^3.4.0", "apollo-server-plugin-base": "^3.3.0", "apollo-tracing": "^0.15.0", @@ -1526,11 +1526,14 @@ } }, "node_modules/@sindresorhus/fnv1a": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-1.2.0.tgz", - "integrity": "sha512-5ezb/dBSTWtKQ4sLQwMgOJyREXJcZZkTMbendMwKrXTghUhWjZhstzkkmt4/WkFy/GSTSGzfJOKU7dEXv3C/XQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-3.0.0.tgz", + "integrity": "sha512-M6pmbdZqAryzjZ4ELAzrdCMoMZk5lH/fshKrapfSeXdf2W+GDqZvPmfXaNTZp43//FVbSwkTPwpEMnehSyskkQ==", "engines": { - "node": ">=6" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@sindresorhus/is": { @@ -1545,14 +1548,17 @@ } }, "node_modules/@sindresorhus/string-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/string-hash/-/string-hash-1.2.0.tgz", - "integrity": "sha512-DLUEF2sS37k9QwG5mVP36suIVJO0vmXRvUCJT7s17AbMxCJMoyV/X5nAy3sEgB84MkHJd2WmEMtCSfmhZNk46A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/string-hash/-/string-hash-2.0.0.tgz", + "integrity": "sha512-eNmMOd5DZkiu9LxIeHdh1XvDbcpFXV4HdBqg9hlg8YNKDvE6qmHiJ+Vy+rFrzXofRYmtheNv4A3ESad8unxwwA==", "dependencies": { - "@sindresorhus/fnv1a": "^1.2.0" + "@sindresorhus/fnv1a": "^3.0.0" }, "engines": { - "node": ">=6" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@sinonjs/commons": { @@ -11580,9 +11586,9 @@ } }, "@sindresorhus/fnv1a": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-1.2.0.tgz", - "integrity": "sha512-5ezb/dBSTWtKQ4sLQwMgOJyREXJcZZkTMbendMwKrXTghUhWjZhstzkkmt4/WkFy/GSTSGzfJOKU7dEXv3C/XQ==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/fnv1a/-/fnv1a-3.0.0.tgz", + "integrity": "sha512-M6pmbdZqAryzjZ4ELAzrdCMoMZk5lH/fshKrapfSeXdf2W+GDqZvPmfXaNTZp43//FVbSwkTPwpEMnehSyskkQ==" }, "@sindresorhus/is": { "version": "4.0.1", @@ -11590,11 +11596,11 @@ "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==" }, "@sindresorhus/string-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/string-hash/-/string-hash-1.2.0.tgz", - "integrity": "sha512-DLUEF2sS37k9QwG5mVP36suIVJO0vmXRvUCJT7s17AbMxCJMoyV/X5nAy3sEgB84MkHJd2WmEMtCSfmhZNk46A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/string-hash/-/string-hash-2.0.0.tgz", + "integrity": "sha512-eNmMOd5DZkiu9LxIeHdh1XvDbcpFXV4HdBqg9hlg8YNKDvE6qmHiJ+Vy+rFrzXofRYmtheNv4A3ESad8unxwwA==", "requires": { - "@sindresorhus/fnv1a": "^1.2.0" + "@sindresorhus/fnv1a": "^3.0.0" } }, "@sinonjs/commons": { diff --git a/server/package.json b/server/package.json index b058fb9c..33fcff75 100644 --- a/server/package.json +++ b/server/package.json @@ -25,7 +25,7 @@ "dependencies": { "@koa/cors": "^3.1.0", "@sentry/node": "^6.11.0", - "@sindresorhus/string-hash": "^1.2.0", + "@sindresorhus/string-hash": "^2.0.0", "apollo-server-koa": "^3.4.0", "apollo-server-plugin-base": "^3.3.0", "apollo-tracing": "^0.15.0",