diff --git a/plugins/woocommerce-blocks/package-lock.json b/plugins/woocommerce-blocks/package-lock.json index 5fd0d388a47..332fba61f2c 100644 --- a/plugins/woocommerce-blocks/package-lock.json +++ b/plugins/woocommerce-blocks/package-lock.json @@ -249,6 +249,7 @@ }, "node_modules/@ampproject/remapping": { "version": "2.2.0", + "devOptional": true, "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.1.0", @@ -311,6 +312,7 @@ }, "node_modules/@babel/compat-data": { "version": "7.18.8", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -318,6 +320,7 @@ }, "node_modules/@babel/core": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.1.0", @@ -371,6 +374,7 @@ }, "node_modules/@babel/generator": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/types": "^7.18.9", @@ -383,6 +387,7 @@ }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { "version": "0.3.2", + "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.0.1", @@ -418,6 +423,7 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/compat-data": "^7.18.8", @@ -487,6 +493,7 @@ }, "node_modules/@babel/helper-environment-visitor": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -505,6 +512,7 @@ }, "node_modules/@babel/helper-function-name": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/template": "^7.18.6", @@ -516,6 +524,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.18.6", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/types": "^7.18.6" @@ -547,6 +556,7 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", @@ -577,6 +587,7 @@ "version": "7.20.2", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -611,6 +622,7 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.18.6", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/types": "^7.18.6" @@ -633,6 +645,7 @@ }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.18.6", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/types": "^7.18.6" @@ -659,6 +672,7 @@ }, "node_modules/@babel/helper-validator-option": { "version": "7.18.6", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -680,6 +694,7 @@ }, "node_modules/@babel/helpers": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/template": "^7.18.6", @@ -761,6 +776,7 @@ }, "node_modules/@babel/parser": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "bin": { "parser": "bin/babel-parser.js" @@ -1201,6 +1217,7 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.18.6", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" @@ -2184,6 +2201,7 @@ }, "node_modules/@babel/template": { "version": "7.18.6", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.18.6", @@ -2196,6 +2214,7 @@ }, "node_modules/@babel/traverse": { "version": "7.18.9", + "devOptional": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.18.6", @@ -2386,52 +2405,32 @@ } }, "node_modules/@emotion/babel-plugin": { - "version": "11.9.2", - "license": "MIT", + "version": "11.10.6", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz", + "integrity": "sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==", "dependencies": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/runtime": "^7.13.10", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.2", - "babel-plugin-macros": "^2.6.1", + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/serialize": "^1.1.1", + "babel-plugin-macros": "^3.1.0", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", "find-root": "^1.1.0", "source-map": "^0.5.7", - "stylis": "4.0.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "stylis": "4.1.3" } }, "node_modules/@emotion/babel-plugin/node_modules/@emotion/memoize": { - "version": "0.7.5", - "license": "MIT" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" }, - "node_modules/@emotion/babel-plugin/node_modules/babel-plugin-macros": { - "version": "2.8.0", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "node_modules/@emotion/babel-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "license": "MIT", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } + "node_modules/@emotion/babel-plugin/node_modules/stylis": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", + "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" }, "node_modules/@emotion/cache": { "version": "11.9.3", @@ -2464,8 +2463,9 @@ } }, "node_modules/@emotion/hash": { - "version": "0.8.0", - "license": "MIT" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", + "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" }, "node_modules/@emotion/is-prop-valid": { "version": "0.8.8", @@ -2509,73 +2509,53 @@ "license": "MIT" }, "node_modules/@emotion/serialize": { - "version": "1.0.4", - "license": "MIT", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", + "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", "dependencies": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/unitless": "^0.8.0", + "@emotion/utils": "^1.2.0", "csstype": "^3.0.2" } }, + "node_modules/@emotion/serialize/node_modules/@emotion/memoize": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" + }, + "node_modules/@emotion/serialize/node_modules/@emotion/utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", + "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" + }, "node_modules/@emotion/sheet": { "version": "1.1.1", "license": "MIT" }, "node_modules/@emotion/styled": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.5.tgz", - "integrity": "sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==", + "version": "11.10.6", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.6.tgz", + "integrity": "sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==", "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.10.5", + "@emotion/babel-plugin": "^11.10.6", "@emotion/is-prop-valid": "^1.2.0", "@emotion/serialize": "^1.1.1", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", "@emotion/utils": "^1.2.0" }, "peerDependencies": { - "@babel/core": "^7.0.0", "@emotion/react": "^11.0.0-rc.0", "react": ">=16.8.0" }, "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, "@types/react": { "optional": true } } }, - "node_modules/@emotion/styled/node_modules/@emotion/babel-plugin": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz", - "integrity": "sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.17.12", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/serialize": "^1.1.1", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.1.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@emotion/styled/node_modules/@emotion/hash": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", - "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" - }, "node_modules/@emotion/styled/node_modules/@emotion/is-prop-valid": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz", @@ -2589,36 +2569,15 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" }, - "node_modules/@emotion/styled/node_modules/@emotion/serialize": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", - "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", - "dependencies": { - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/unitless": "^0.8.0", - "@emotion/utils": "^1.2.0", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/styled/node_modules/@emotion/unitless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", - "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" - }, "node_modules/@emotion/styled/node_modules/@emotion/utils": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" }, - "node_modules/@emotion/styled/node_modules/stylis": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", - "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" - }, "node_modules/@emotion/unitless": { - "version": "0.7.5", - "license": "MIT" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", + "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" }, "node_modules/@emotion/use-insertion-effect-with-fallbacks": { "version": "1.0.0", @@ -4348,6 +4307,7 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.1.1", + "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.0.0", @@ -4359,6 +4319,7 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.0.6", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -4366,6 +4327,7 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.1.0", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -4395,10 +4357,12 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.11", + "devOptional": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.15", + "devOptional": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", @@ -20715,6 +20679,7 @@ }, "node_modules/browserslist": { "version": "4.20.3", + "devOptional": true, "funding": [ { "type": "opencollective", @@ -20742,6 +20707,7 @@ }, "node_modules/browserslist/node_modules/picocolors": { "version": "1.0.0", + "devOptional": true, "license": "ISC" }, "node_modules/bser": { @@ -21077,6 +21043,7 @@ }, "node_modules/caniuse-lite": { "version": "1.0.30001335", + "devOptional": true, "funding": [ { "type": "opencollective", @@ -24140,6 +24107,7 @@ }, "node_modules/debug": { "version": "4.3.4", + "devOptional": true, "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -25257,6 +25225,7 @@ }, "node_modules/electron-to-chromium": { "version": "1.4.129", + "devOptional": true, "license": "ISC" }, "node_modules/element-resize-detector": { @@ -25618,6 +25587,7 @@ }, "node_modules/escalade": { "version": "3.1.1", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6" @@ -28131,6 +28101,7 @@ }, "node_modules/gensync": { "version": "1.0.0-beta.2", + "devOptional": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -28646,6 +28617,7 @@ }, "node_modules/globals": { "version": "11.12.0", + "devOptional": true, "license": "MIT", "engines": { "node": ">=4" @@ -35183,6 +35155,7 @@ }, "node_modules/jsesc": { "version": "2.5.2", + "devOptional": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -38360,6 +38333,7 @@ }, "node_modules/ms": { "version": "2.1.2", + "devOptional": true, "license": "MIT" }, "node_modules/multicast-dns": { @@ -38658,6 +38632,7 @@ }, "node_modules/node-releases": { "version": "2.0.4", + "devOptional": true, "license": "MIT" }, "node_modules/node-stream-zip": { @@ -44819,6 +44794,7 @@ }, "node_modules/semver": { "version": "6.3.0", + "devOptional": true, "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -51044,6 +51020,7 @@ }, "@ampproject/remapping": { "version": "2.2.0", + "devOptional": true, "requires": { "@jridgewell/gen-mapping": "^0.1.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -51081,10 +51058,12 @@ } }, "@babel/compat-data": { - "version": "7.18.8" + "version": "7.18.8", + "devOptional": true }, "@babel/core": { "version": "7.18.9", + "devOptional": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", @@ -51120,6 +51099,7 @@ }, "@babel/generator": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/types": "^7.18.9", "@jridgewell/gen-mapping": "^0.3.2", @@ -51128,6 +51108,7 @@ "dependencies": { "@jridgewell/gen-mapping": { "version": "0.3.2", + "devOptional": true, "requires": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -51153,6 +51134,7 @@ }, "@babel/helper-compilation-targets": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/compat-data": "^7.18.8", "@babel/helper-validator-option": "^7.18.6", @@ -51196,7 +51178,8 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.18.9" + "version": "7.18.9", + "devOptional": true }, "@babel/helper-explode-assignable-expression": { "version": "7.16.7", @@ -51207,6 +51190,7 @@ }, "@babel/helper-function-name": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/template": "^7.18.6", "@babel/types": "^7.18.9" @@ -51214,6 +51198,7 @@ }, "@babel/helper-hoist-variables": { "version": "7.18.6", + "devOptional": true, "requires": { "@babel/types": "^7.18.6" } @@ -51233,6 +51218,7 @@ }, "@babel/helper-module-transforms": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", @@ -51254,7 +51240,8 @@ "@babel/helper-plugin-utils": { "version": "7.20.2", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==" + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true }, "@babel/helper-remap-async-to-generator": { "version": "7.16.8", @@ -51278,6 +51265,7 @@ }, "@babel/helper-simple-access": { "version": "7.18.6", + "devOptional": true, "requires": { "@babel/types": "^7.18.6" } @@ -51293,6 +51281,7 @@ }, "@babel/helper-split-export-declaration": { "version": "7.18.6", + "devOptional": true, "requires": { "@babel/types": "^7.18.6" } @@ -51308,7 +51297,8 @@ "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" }, "@babel/helper-validator-option": { - "version": "7.18.6" + "version": "7.18.6", + "devOptional": true }, "@babel/helper-wrap-function": { "version": "7.16.8", @@ -51322,6 +51312,7 @@ }, "@babel/helpers": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/template": "^7.18.6", "@babel/traverse": "^7.18.9", @@ -51374,7 +51365,8 @@ } }, "@babel/parser": { - "version": "7.18.9" + "version": "7.18.9", + "devOptional": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.16.7", @@ -51620,6 +51612,7 @@ }, "@babel/plugin-syntax-jsx": { "version": "7.18.6", + "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.18.6" } @@ -52206,6 +52199,7 @@ }, "@babel/template": { "version": "7.18.6", + "devOptional": true, "requires": { "@babel/code-frame": "^7.18.6", "@babel/parser": "^7.18.6", @@ -52214,6 +52208,7 @@ }, "@babel/traverse": { "version": "7.18.9", + "devOptional": true, "requires": { "@babel/code-frame": "^7.18.6", "@babel/generator": "^7.18.9", @@ -52351,42 +52346,32 @@ } }, "@emotion/babel-plugin": { - "version": "11.9.2", + "version": "11.10.6", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz", + "integrity": "sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==", "requires": { - "@babel/helper-module-imports": "^7.12.13", - "@babel/plugin-syntax-jsx": "^7.12.13", - "@babel/runtime": "^7.13.10", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.2", - "babel-plugin-macros": "^2.6.1", + "@babel/helper-module-imports": "^7.16.7", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/serialize": "^1.1.1", + "babel-plugin-macros": "^3.1.0", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", "find-root": "^1.1.0", "source-map": "^0.5.7", - "stylis": "4.0.13" + "stylis": "4.1.3" }, "dependencies": { "@emotion/memoize": { - "version": "0.7.5" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" }, - "babel-plugin-macros": { - "version": "2.8.0", - "requires": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } - }, - "cosmiconfig": { - "version": "6.0.0", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } + "stylis": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", + "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" } } }, @@ -52411,7 +52396,9 @@ } }, "@emotion/hash": { - "version": "0.8.0" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", + "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" }, "@emotion/is-prop-valid": { "version": "0.8.8", @@ -52441,55 +52428,45 @@ } }, "@emotion/serialize": { - "version": "1.0.4", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", + "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", "requires": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/unitless": "^0.8.0", + "@emotion/utils": "^1.2.0", "csstype": "^3.0.2" + }, + "dependencies": { + "@emotion/memoize": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" + }, + "@emotion/utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", + "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" + } } }, "@emotion/sheet": { "version": "1.1.1" }, "@emotion/styled": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.5.tgz", - "integrity": "sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==", + "version": "11.10.6", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.6.tgz", + "integrity": "sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==", "requires": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.10.5", + "@emotion/babel-plugin": "^11.10.6", "@emotion/is-prop-valid": "^1.2.0", "@emotion/serialize": "^1.1.1", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", "@emotion/utils": "^1.2.0" }, "dependencies": { - "@emotion/babel-plugin": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz", - "integrity": "sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==", - "requires": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.17.12", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/serialize": "^1.1.1", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.1.3" - } - }, - "@emotion/hash": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", - "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" - }, "@emotion/is-prop-valid": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz", @@ -52503,37 +52480,17 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" }, - "@emotion/serialize": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", - "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", - "requires": { - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/unitless": "^0.8.0", - "@emotion/utils": "^1.2.0", - "csstype": "^3.0.2" - } - }, - "@emotion/unitless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", - "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" - }, "@emotion/utils": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" - }, - "stylis": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", - "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" } } }, "@emotion/unitless": { - "version": "0.7.5" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", + "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" }, "@emotion/use-insertion-effect-with-fallbacks": { "version": "1.0.0", @@ -53809,16 +53766,19 @@ }, "@jridgewell/gen-mapping": { "version": "0.1.1", + "devOptional": true, "requires": { "@jridgewell/set-array": "^1.0.0", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "@jridgewell/resolve-uri": { - "version": "3.0.6" + "version": "3.0.6", + "devOptional": true }, "@jridgewell/set-array": { - "version": "1.1.0" + "version": "1.1.0", + "devOptional": true }, "@jridgewell/source-map": { "version": "0.3.2", @@ -53840,10 +53800,12 @@ } }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11" + "version": "1.4.11", + "devOptional": true }, "@jridgewell/trace-mapping": { "version": "0.3.15", + "devOptional": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -65395,6 +65357,7 @@ }, "browserslist": { "version": "4.20.3", + "devOptional": true, "requires": { "caniuse-lite": "^1.0.30001332", "electron-to-chromium": "^1.4.118", @@ -65404,7 +65367,8 @@ }, "dependencies": { "picocolors": { - "version": "1.0.0" + "version": "1.0.0", + "devOptional": true } } }, @@ -65639,7 +65603,8 @@ } }, "caniuse-lite": { - "version": "1.0.30001335" + "version": "1.0.30001335", + "devOptional": true }, "capital-case": { "version": "1.0.4", @@ -67710,6 +67675,7 @@ }, "debug": { "version": "4.3.4", + "devOptional": true, "requires": { "ms": "2.1.2" } @@ -68468,7 +68434,8 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.129" + "version": "1.4.129", + "devOptional": true }, "element-resize-detector": { "version": "1.2.4", @@ -68739,7 +68706,8 @@ "dev": true }, "escalade": { - "version": "3.1.1" + "version": "3.1.1", + "devOptional": true }, "escape-html": { "version": "1.0.3", @@ -70411,7 +70379,8 @@ } }, "gensync": { - "version": "1.0.0-beta.2" + "version": "1.0.0-beta.2", + "devOptional": true }, "get-caller-file": { "version": "2.0.5" @@ -70730,7 +70699,8 @@ } }, "globals": { - "version": "11.12.0" + "version": "11.12.0", + "devOptional": true }, "globalthis": { "version": "1.0.3", @@ -75240,7 +75210,8 @@ } }, "jsesc": { - "version": "2.5.2" + "version": "2.5.2", + "devOptional": true }, "json-buffer": { "version": "3.0.1", @@ -77491,7 +77462,8 @@ "dev": true }, "ms": { - "version": "2.1.2" + "version": "2.1.2", + "devOptional": true }, "multicast-dns": { "version": "7.2.4", @@ -77715,7 +77687,8 @@ } }, "node-releases": { - "version": "2.0.4" + "version": "2.0.4", + "devOptional": true }, "node-stream-zip": { "version": "1.15.0", @@ -81833,7 +81806,8 @@ } }, "semver": { - "version": "6.3.0" + "version": "6.3.0", + "devOptional": true }, "semver-compare": { "version": "1.0.0",