diff --git a/package-lock.json b/package-lock.json index 07665e75..6b4a5801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4132,9 +4132,9 @@ } }, "@bugsnag/plugin-react": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.11.0.tgz", - "integrity": "sha512-YFs5lNAAmwOTvZ6WOzhZI75o4V2+fIUedxVfXOjUGB6wCBfYGvM6+pqcVSXXO+0OWm4trmwmkpkNvb8sbqteIg==" + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-react/-/plugin-react-7.14.0.tgz", + "integrity": "sha512-bCrCb+6DeWQjnjHp9mk923b30m9Uz0ritNaFbLC6WqpX1KmWJJ6YebP/McqxsV8DXzX7qf3W4qzCWdatkaOeKA==" }, "@bugsnag/safe-json-stringify": { "version": "6.0.0", @@ -4305,9 +4305,9 @@ "integrity": "sha512-Q2f5Wpr7z8wOePapyDHM9SDvUJdg+LKBT3KZpq4MAtBtlh42/U9ssfSLy7F3fbFYRGzjXzfaprkVc9nVMO/WxQ==" }, "@freesewing/mui-theme": { - "version": "2.16.2", - "resolved": "https://registry.npmjs.org/@freesewing/mui-theme/-/mui-theme-2.16.2.tgz", - "integrity": "sha512-kAHkuWuL5BQ8dA7eGci31clcxcaoFGQV1HnTRTE3ALV07Vr7+Zzp/t54SQqVtbCGAFgB6RlVEqARVtwCAaJdkQ==" + "version": "2.19.5", + "resolved": "https://registry.npmjs.org/@freesewing/mui-theme/-/mui-theme-2.19.5.tgz", + "integrity": "sha512-+PHcQhkE3MEGs96N3wSaYlpAxlUjcUdt3kxjIpOpJdAqsPYFYZx10KC328bQtAzxMHjLUZVMH0rIm8erxA4JOQ==" }, "@freesewing/pattern-info": { "version": "2.18.0", @@ -9837,6 +9837,35 @@ } } }, + "deep-equal": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", + "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", + "requires": { + "call-bind": "^1.0.0", + "es-get-iterator": "^1.1.1", + "get-intrinsic": "^1.0.1", + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.2", + "is-regex": "^1.1.1", + "isarray": "^2.0.5", + "object-is": "^1.1.4", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.3", + "which-boxed-primitive": "^1.0.1", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.2" + }, + "dependencies": { + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + } + }, "deep-extend": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", @@ -12998,42 +13027,13 @@ } }, "gatsby-plugin-algolia": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.22.2.tgz", - "integrity": "sha512-P4LC+e5KE9v2S4t9188MmIldL8QTPKPrI4KI+pgnzgbuMpLYT39Acypdp1c8CpsIo9tNoQmlbqX07EI6SW5J1Q==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.24.0.tgz", + "integrity": "sha512-EdJQcKxBgAlpxlHycBEGmrw9s9/AM0618lGSi5fkjByksV5dM5Q/JruN31N34IRbOamER5fwfiU7GTaGpXP5kA==", "requires": { "algoliasearch": "^4.9.1", "deep-equal": "^2.0.5", "lodash.chunk": "^4.2.0" - }, - "dependencies": { - "deep-equal": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", - "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", - "requires": { - "call-bind": "^1.0.0", - "es-get-iterator": "^1.1.1", - "get-intrinsic": "^1.0.1", - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.2", - "is-regex": "^1.1.1", - "isarray": "^2.0.5", - "object-is": "^1.1.4", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.3", - "which-boxed-primitive": "^1.0.1", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.2" - } - }, - "isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - } } }, "gatsby-plugin-catch-links": { @@ -18143,11 +18143,12 @@ } }, "is-arguments": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz", - "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", "requires": { - "call-bind": "^1.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" } }, "is-arrayish": { @@ -18401,12 +18402,12 @@ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==" }, "is-regex": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz", - "integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "requires": { "call-bind": "^1.0.2", - "has-symbols": "^1.0.2" + "has-tostringtag": "^1.0.0" } }, "is-regexp": { @@ -18493,62 +18494,6 @@ "es-abstract": "^1.18.5", "foreach": "^2.0.5", "has-tostringtag": "^1.0.0" - }, - "dependencies": { - "es-abstract": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz", - "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==" - }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "object-inspect": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", - "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==" - } } }, "is-typedarray": { @@ -27566,62 +27511,6 @@ "foreach": "^2.0.5", "has-tostringtag": "^1.0.0", "is-typed-array": "^1.1.7" - }, - "dependencies": { - "es-abstract": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz", - "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==", - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.2", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.1", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.1", - "object-inspect": "^1.11.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==" - }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "object-inspect": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz", - "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==" - } } }, "wide-align": { diff --git a/package.json b/package.json index d542259c..5b3d4597 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@bugsnag/js": "^7.13.2", - "@bugsnag/plugin-react": "^7.11.0", + "@bugsnag/plugin-react": "^7.14.0", "@fontsource/permanent-marker": "^4.5.0", "@fontsource/roboto-mono": "^4.5.0", "@fontsource/ubuntu": "^4.5.0", @@ -24,7 +24,7 @@ "@freesewing/examples": "2.17.4", "@freesewing/i18n": "^2.18.0", "@freesewing/models": "2.17.1", - "@freesewing/mui-theme": "2.16.2", + "@freesewing/mui-theme": "2.19.5", "@freesewing/pattern-info": "2.18.0", "@freesewing/plugin-bundle": "2.18.0", "@freesewing/plugin-buttons": "2.18.0", @@ -44,7 +44,7 @@ "gatsby": "^3.14.4", "gatsby-image": "3.11.0", "gatsby-link": "3.14.0", - "gatsby-plugin-algolia": "0.22.2", + "gatsby-plugin-algolia": "0.24.0", "gatsby-plugin-catch-links": "3.14.0", "gatsby-plugin-manifest": "^3.4.0", "gatsby-plugin-mdx": "2.14.0", diff --git a/yarn.lock b/yarn.lock index 3b2c3c61..58abd401 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1351,10 +1351,10 @@ pump "^3.0.0" stack-generator "^2.0.3" -"@bugsnag/plugin-react@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react/-/plugin-react-7.11.0.tgz#e077554365e51e75df21cd1c7f9b93b00a0d55fa" - integrity sha512-YFs5lNAAmwOTvZ6WOzhZI75o4V2+fIUedxVfXOjUGB6wCBfYGvM6+pqcVSXXO+0OWm4trmwmkpkNvb8sbqteIg== +"@bugsnag/plugin-react@^7.14.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@bugsnag/plugin-react/-/plugin-react-7.14.0.tgz#066e9e28b18db3141daff34e14da81b5f36ef901" + integrity sha512-bCrCb+6DeWQjnjHp9mk923b30m9Uz0ritNaFbLC6WqpX1KmWJJ6YebP/McqxsV8DXzX7qf3W4qzCWdatkaOeKA== "@bugsnag/safe-json-stringify@^6.0.0": version "6.0.0" @@ -1482,10 +1482,10 @@ resolved "https://registry.yarnpkg.com/@freesewing/models/-/models-2.17.1.tgz#0cbaca3e4a05ec5b6bda9c2f9cbd2f4e2e31acce" integrity sha512-Q2f5Wpr7z8wOePapyDHM9SDvUJdg+LKBT3KZpq4MAtBtlh42/U9ssfSLy7F3fbFYRGzjXzfaprkVc9nVMO/WxQ== -"@freesewing/mui-theme@2.16.2": - version "2.16.2" - resolved "https://registry.yarnpkg.com/@freesewing/mui-theme/-/mui-theme-2.16.2.tgz#4f7553b88af18ec4e46ed49188dd59a586c36dca" - integrity sha512-kAHkuWuL5BQ8dA7eGci31clcxcaoFGQV1HnTRTE3ALV07Vr7+Zzp/t54SQqVtbCGAFgB6RlVEqARVtwCAaJdkQ== +"@freesewing/mui-theme@2.19.5": + version "2.19.5" + resolved "https://registry.yarnpkg.com/@freesewing/mui-theme/-/mui-theme-2.19.5.tgz#26c1990bad9474ce673c20005e8860f687d35bd2" + integrity sha512-+PHcQhkE3MEGs96N3wSaYlpAxlUjcUdt3kxjIpOpJdAqsPYFYZx10KC328bQtAzxMHjLUZVMH0rIm8erxA4JOQ== "@freesewing/pattern-info@2.18.0": version "2.18.0" @@ -6881,10 +6881,10 @@ gatsby-page-utils@^1.14.0: lodash "^4.17.21" micromatch "^4.0.4" -gatsby-plugin-algolia@0.22.2: - version "0.22.2" - resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.22.2.tgz#eab52a1ada820bda510c3dc768eb3276238795c4" - integrity sha512-P4LC+e5KE9v2S4t9188MmIldL8QTPKPrI4KI+pgnzgbuMpLYT39Acypdp1c8CpsIo9tNoQmlbqX07EI6SW5J1Q== +gatsby-plugin-algolia@0.24.0: + version "0.24.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.24.0.tgz#1a3d1db5869be5fa86e9431b9b9ef59be91ea8c6" + integrity sha512-EdJQcKxBgAlpxlHycBEGmrw9s9/AM0618lGSi5fkjByksV5dM5Q/JruN31N34IRbOamER5fwfiU7GTaGpXP5kA== dependencies: algoliasearch "^4.9.1" deep-equal "^2.0.5"