diff --git a/package.json b/package.json index 83ad318c..8b29bde9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@sapphire/plugin-logger": "^4.0.2", "@sapphire/plugin-scheduled-tasks": "^10.0.1", "@sapphire/result": "^2.6.6", - "@sapphire/shapeshift": "^3.9.7", + "@sapphire/shapeshift": "^4.0.0", "@sapphire/stopwatch": "^1.5.2", "@sapphire/time-utilities": "^1.7.12", "@sapphire/utilities": "^3.16.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9fdca51..e2647334 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: ^2.6.6 version: 2.6.6 '@sapphire/shapeshift': - specifier: ^3.9.7 - version: 3.9.7 + specifier: ^4.0.0 + version: 4.0.0 '@sapphire/stopwatch': specifier: ^1.5.2 version: 1.5.2 @@ -1339,6 +1339,14 @@ packages: lodash: 4.17.21 dev: false + /@sapphire/shapeshift@4.0.0: + resolution: {integrity: sha512-d9dUmWVA7MMiKobL3VpLF8P2aeanRTu6ypG2OIaEv/ZHH/SUQ2iHOVyi5wAPjQ+HmnMuL0whK9ez8I/raWbtIg==} + engines: {node: '>=v16'} + dependencies: + fast-deep-equal: 3.1.3 + lodash: 4.17.21 + dev: false + /@sapphire/snowflake@3.5.3: resolution: {integrity: sha512-jjmJywLAFoWeBi1W7994zZyiNWPIiqRRNAmSERxyg93xRGzNYvGjlZ0gR6x0F4gPRi2+0O6S71kOZYyr3cxaIQ==} engines: {node: '>=v14.0.0', npm: '>=7.0.0'}