diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index 0c61a4ffb..b70f027d0 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -31,7 +31,7 @@ "express-winston": "^4.2.0", "graphql": "^16.8.1", "graphql-parse-resolve-info": "^4.13.0", - "graphql-tools": "^8.3.19", + "graphql-tools": "^9.0.0", "graphql-type-json": "^0.3.2", "http-proxy-middleware": "^2.0.6", "ioredis": "^5.3.1", diff --git a/libraries/node-2fa/package.json b/libraries/node-2fa/package.json index 963d5c8ab..158a0779c 100644 --- a/libraries/node-2fa/package.json +++ b/libraries/node-2fa/package.json @@ -20,7 +20,7 @@ "author": "", "license": "ISC", "dependencies": { - "@types/notp": "^2.0.2", + "@types/notp": "^2.0.3", "notp": "^2.0.3", "thirty-two": "^1.0.2", "tslib": "^2.5.0" diff --git a/modules/authentication/package.json b/modules/authentication/package.json index 25509a4ae..0c7fddb9d 100644 --- a/modules/authentication/package.json +++ b/modules/authentication/package.json @@ -36,7 +36,7 @@ "bcrypt": "^5.1.0", "convict": "^6.2.4", "crypto": "^1.0.1", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "jsonwebtoken": "^9.0.0", "jwks-rsa": "^3.1.0", "lodash": "^4.17.21", diff --git a/modules/authorization/package.json b/modules/authorization/package.json index 0769dcf54..3c1c1efeb 100644 --- a/modules/authorization/package.json +++ b/modules/authorization/package.json @@ -34,7 +34,7 @@ "axios": "^1.3.5", "bcrypt": "^5.1.0", "convict": "^6.2.4", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", "moment": "^2.29.4", diff --git a/modules/chat/package.json b/modules/chat/package.json index 0d4906d3b..99f268fcf 100644 --- a/modules/chat/package.json +++ b/modules/chat/package.json @@ -31,7 +31,7 @@ "@grpc/grpc-js": "^1.8.13", "@grpc/proto-loader": "^0.7.6", "convict": "^6.2.4", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "lodash": "^4.17.21", "uuid": "^9.0.0" }, diff --git a/modules/database/package.json b/modules/database/package.json index be6374373..db1b806a1 100644 --- a/modules/database/package.json +++ b/modules/database/package.json @@ -26,7 +26,7 @@ "deepdash": "^5.3.9", "deepdash-es": "^5.3.9", "dottie": "^2.0.4", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "lodash": "^4.17.21", "mariadb": "^3.1.1", "mongodb-extended-json": "^1.11.0", diff --git a/modules/email/package.json b/modules/email/package.json index 53c3ed2cc..5edf24086 100644 --- a/modules/email/package.json +++ b/modules/email/package.json @@ -34,7 +34,7 @@ "@sendgrid/client": "^7.7.0", "await-to-js": "^3.0.0", "convict": "^6.2.4", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "handlebars": "^4.7.8", "lodash": "^4.17.21", "mailgun-js": "^0.22.0", diff --git a/modules/forms/package.json b/modules/forms/package.json index 708f68940..6455dcc33 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -31,7 +31,7 @@ "@grpc/proto-loader": "^0.7.6", "axios": "^1.3.5", "convict": "^6.2.4", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/modules/functions/package.json b/modules/functions/package.json index 3fc3bfcf3..1b250d311 100644 --- a/modules/functions/package.json +++ b/modules/functions/package.json @@ -31,7 +31,7 @@ "@grpc/grpc-js": "^1.8.13", "@grpc/proto-loader": "^0.7.6", "axios": "^1.3.5", - "escape-string-regexp": "^4.0.0", + "escape-string-regexp": "^5.0.0", "convict": "^6.2.4", "lodash": "^4.17.21", "vm2": "^3.9.19" diff --git a/package.json b/package.json index 5e84762fa..64400b64d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lint-staged": ">=13", "prettier": "^3.0.3", "standard-version": "^9.5.0", - "turbo": "^1.8.8" + "turbo": "^1.10.15" }, "dependencies": {}, "config": { diff --git a/packages/commons/package.json b/packages/commons/package.json index 692b27207..e3d4e49e1 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -35,7 +35,7 @@ "@types/convict": "^6.1.1", "@types/express": "~4.17.17", "@types/ioredis": "^4.28.10", - "@types/is-natural-number": "^4.0.1", + "@types/is-natural-number": "^4.0.2", "@types/lodash": "^4.14.192", "@types/node": "18.15.11", "@types/validator": "^13.7.14", diff --git a/yarn.lock b/yarn.lock index bf92b1109..3f8b96435 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2640,7 +2640,25 @@ "@graphql-tools/utils" "9.2.1" tslib "^2.4.0" -"@graphql-tools/schema@9.0.17", "@graphql-tools/schema@^9.0.0": +"@graphql-tools/merge@^9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.0.tgz#b0a3636c82716454bff88e9bb40108b0471db281" + integrity sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q== + dependencies: + "@graphql-tools/utils" "^10.0.0" + tslib "^2.4.0" + +"@graphql-tools/schema@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.0.tgz#7b5f6b6a59f51c927de8c9069bde4ebbfefc64b3" + integrity sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg== + dependencies: + "@graphql-tools/merge" "^9.0.0" + "@graphql-tools/utils" "^10.0.0" + tslib "^2.4.0" + value-or-promise "^1.0.12" + +"@graphql-tools/schema@^9.0.0": version "9.0.17" resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.17.tgz#d731e9899465f88d5b9bf69e607ec465bb88b062" integrity sha512-HVLq0ecbkuXhJlpZ50IHP5nlISqH2GbNgjBJhhRzHeXhfwlUOT4ISXGquWTmuq61K0xSaO0aCjMpxe4QYbKTng== @@ -2658,6 +2676,15 @@ "@graphql-typed-document-node/core" "^3.1.1" tslib "^2.4.0" +"@graphql-tools/utils@^10.0.0": + version "10.0.6" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.6.tgz#8a809d6bc0df27ffe8964696f182af2383b5974b" + integrity sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ== + dependencies: + "@graphql-typed-document-node/core" "^3.1.1" + dset "^3.1.2" + tslib "^2.4.0" + "@graphql-typed-document-node/core@^3.1.1": version "3.2.0" resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" @@ -4449,10 +4476,10 @@ dependencies: "@types/node" "*" -"@types/is-natural-number@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@types/is-natural-number/-/is-natural-number-4.0.1.tgz#4ce767a825d73096ac1a107d2b06bd99b6aa419a" - integrity sha512-wL5qGLnRWqIz3qklY3xSfmFIaBgjX+xrzRf8dOG4xAGX2u/Zo8vh0K9PxE7dAn1Vt7Zet9Nj8odUJ1YPlaQo3g== +"@types/is-natural-number@^4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@types/is-natural-number/-/is-natural-number-4.0.2.tgz#bddb050f08770b6a6b922382cbaab065a794e51d" + integrity sha512-iUeF9EgopURPjH/5ra9eq41eO4dnoyc/Hum+wGkxfguIBX6oDpQgV/NvyppHBjRDrJ9jNkx4oGdEmkrQyRpX2A== "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.4" @@ -4576,16 +4603,16 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@18.15.11", "@types/node@>=10.0.0", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.11.18", "@types/node@^18.15.11": - version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" - integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== - -"@types/node@20.5.1": +"@types/node@*", "@types/node@20.5.1", "@types/node@>=10.0.0", "@types/node@>=12.12.47", "@types/node@>=13.7.0": version "20.5.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30" integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg== +"@types/node@18.15.11", "@types/node@^18.11.18", "@types/node@^18.15.11": + version "18.15.11" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" + integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== + "@types/node@^17.0.45": version "17.0.45" resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" @@ -4617,10 +4644,10 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/notp@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/notp/-/notp-2.0.2.tgz#7283f4918b2770555e0f2df72acc9f46ebd41ae9" - integrity sha512-JUcVYN9Tmw0AjoAfvjslS4hbv39fPBbZdftBK3b50g5z/DmhLsu6cd0UOEBiQuMwy2FirshF2Gk9gAvfWjshMw== +"@types/notp@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/notp/-/notp-2.0.3.tgz#1f13e13d4aa96605e5e0876c3962927abbcf0cd3" + integrity sha512-biFO/VNDdq/vH7PVN+WovqxhbRhvaA2daj1uAvMFKrcMQ12tfoSySud3vV8m9Zls6eM2FC8N9CpKbkLYJS1AAA== dependencies: "@types/node" "*" @@ -6870,6 +6897,11 @@ dprint-node@^1.0.7: dependencies: detect-libc "^1.0.3" +dset@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a" + integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q== + duplexer@^0.1.1, duplexer@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" @@ -7063,6 +7095,11 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== +escape-string-regexp@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== + escodegen@1.x.x, escodegen@^1.13.0: version "1.14.3" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" @@ -8260,12 +8297,12 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -graphql-tools@^8.3.19: - version "8.3.19" - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.3.19.tgz#f1a924d1f9ccdf56981e78ebb1d393b0f2e54dab" - integrity sha512-K/BCebBd6b+iMNREi6TdSsI8Ot0Oiux43c4TixH/a1nOzXl8KDUfEygl6F7W8AHw0ks35UfRSWBIOWhdws9o7Q== +graphql-tools@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-9.0.0.tgz#171192b826694df3afc91336f4175e59bf298cdc" + integrity sha512-ObOFRyI4gSEN5dkEa1RGO+dYQ8NZg0VbnwpxOgKf0GDbr9WkqMi8mnfkwkvB4boXxCKo/720+d7LusSLSa0I2g== dependencies: - "@graphql-tools/schema" "9.0.17" + "@graphql-tools/schema" "^10.0.0" tslib "^2.4.0" optionalDependencies: "@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0" @@ -13985,17 +14022,7 @@ tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.1, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" - integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== - -tslib@^2.3.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" - integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== - -tslib@^2.5.0: +tslib@^2.0.1, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5.0: version "2.5.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== @@ -14032,47 +14059,47 @@ tunnel@^0.0.6: resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== -turbo-darwin-64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.8.8.tgz#f72b1b6275415b17238f450032c8ef5e5fc71777" - integrity sha512-18cSeIm7aeEvIxGyq7PVoFyEnPpWDM/0CpZvXKHpQ6qMTkfNt517qVqUTAwsIYqNS8xazcKAqkNbvU1V49n65Q== - -turbo-darwin-arm64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.8.8.tgz#8ec78848e0d5978fd732b3588a1b406fdb978839" - integrity sha512-ruGRI9nHxojIGLQv1TPgN7ud4HO4V8mFBwSgO6oDoZTNuk5ybWybItGR+yu6fni5vJoyMHXOYA2srnxvOc7hjQ== - -turbo-linux-64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.8.8.tgz#b1f707b23bc6e22b2894dd8063fc2fa4dbb6ffb9" - integrity sha512-N/GkHTHeIQogXB1/6ZWfxHx+ubYeb8Jlq3b/3jnU4zLucpZzTQ8XkXIAfJG/TL3Q7ON7xQ8yGOyGLhHL7MpFRg== - -turbo-linux-arm64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.8.8.tgz#34575bdffd2af8c835d9ba3dd9e3a83e0d31dac9" - integrity sha512-hKqLbBHgUkYf2Ww8uBL9UYdBFQ5677a7QXdsFhONXoACbDUPvpK4BKlz3NN7G4NZ+g9dGju+OJJjQP0VXRHb5w== - -turbo-windows-64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.8.8.tgz#73f67969d54269c95cbf7f082e22c20368aedddc" - integrity sha512-2ndjDJyzkNslXxLt+PQuU21AHJWc8f6MnLypXy3KsN4EyX/uKKGZS0QJWz27PeHg0JS75PVvhfFV+L9t9i+Yyg== - -turbo-windows-arm64@1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.8.8.tgz#c80b9a170adf6ee028e9dcae45b07755af83f3f2" - integrity sha512-xCA3oxgmW9OMqpI34AAmKfOVsfDljhD5YBwgs0ZDsn5h3kCHhC4x9W5dDk1oyQ4F5EXSH3xVym5/xl1J6WRpUg== - -turbo@^1.8.8: - version "1.8.8" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.8.8.tgz#8bb331e3f0bd9656b20321339e91e899ad499012" - integrity sha512-qYJ5NjoTX+591/x09KgsDOPVDUJfU9GoS+6jszQQlLp1AHrf1wRFA3Yps8U+/HTG03q0M4qouOfOLtRQP4QypA== +turbo-darwin-64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.10.15.tgz#8f1d80ca91e46909a2c80e416e475bc44c91ef9f" + integrity sha512-Sik5uogjkRTe1XVP9TC2GryEMOJCaKE2pM/O9uLn4koQDnWKGcLQv+mDU+H+9DXvKLnJnKCD18OVRkwK5tdpoA== + +turbo-darwin-arm64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.10.15.tgz#4b6b29c9d10c8e286b27d372936c09a98f34449a" + integrity sha512-xwqyFDYUcl2xwXyGPmHkmgnNm4Cy0oNzMpMOBGRr5x64SErS7QQLR4VHb0ubiR+VAb8M+ECPklU6vD1Gm+wekg== + +turbo-linux-64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.10.15.tgz#a892aae53946c68f311b2e71504af5b9768dd2c1" + integrity sha512-dM07SiO3RMAJ09Z+uB2LNUSkPp3I1IMF8goH5eLj+d8Kkwoxd/+qbUZOj9RvInyxU/IhlnO9w3PGd3Hp14m/nA== + +turbo-linux-arm64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.10.15.tgz#9d241414e75c7457ea8371c36c4b9700ec7ca553" + integrity sha512-MkzKLkKYKyrz4lwfjNXH8aTny5+Hmiu4SFBZbx+5C0vOlyp6fV5jZANDBvLXWiDDL4DSEAuCEK/2cmN6FVH1ow== + +turbo-windows-64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.10.15.tgz#7d19853634482f01b7c4ae8d5e255321a2f7582c" + integrity sha512-3TdVU+WEH9ThvQGwV3ieX/XHebtYNHv9HARHauPwmVj3kakoALkpGxLclkHFBLdLKkqDvmHmXtcsfs6cXXRHJg== + +turbo-windows-arm64@1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.10.15.tgz#c7b0cf8732b02914b415577593afeda4155219fb" + integrity sha512-l+7UOBCbfadvPMYsX08hyLD+UIoAkg6ojfH+E8aud3gcA1padpjCJTh9gMpm3QdMbKwZteT5uUM+wyi6Rbbyww== + +turbo@^1.10.15: + version "1.10.15" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.10.15.tgz#356731acb46991b4e337cce2f7ccd3279bc1f1a6" + integrity sha512-mKKkqsuDAQy1wCCIjCdG+jOCwUflhckDMSRoeBPcIL/CnCl7c5yRDFe7SyaXloUUkt4tUR0rvNIhVCcT7YeQpg== optionalDependencies: - turbo-darwin-64 "1.8.8" - turbo-darwin-arm64 "1.8.8" - turbo-linux-64 "1.8.8" - turbo-linux-arm64 "1.8.8" - turbo-windows-64 "1.8.8" - turbo-windows-arm64 "1.8.8" + turbo-darwin-64 "1.10.15" + turbo-darwin-arm64 "1.10.15" + turbo-linux-64 "1.10.15" + turbo-linux-arm64 "1.10.15" + turbo-windows-64 "1.10.15" + turbo-windows-arm64 "1.10.15" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5" @@ -14458,7 +14485,7 @@ validator@^13.7.0: resolved "https://registry.yarnpkg.com/validator/-/validator-13.9.0.tgz#33e7b85b604f3bbce9bb1a05d5c3e22e1c2ff855" integrity sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA== -value-or-promise@1.0.12: +value-or-promise@1.0.12, value-or-promise@^1.0.12: version "1.0.12" resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c" integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==