Bump pug from 2.0.4 to 3.0.1
dependabot[bot]
committed Mar 03, 2021
passed
commit 0cf29cb0c7e5f3191f166537a4c7680253ba4194
Showing 2
changed files with
175 additions
and 261 deletions
package.json
+1
-1
| @@ | @@ -20,7 +20,7 @@ |
| "gridsome-plugin-pug": "^0.0.3", | |
| "minimist": "^1.2.5", | |
| "node-sass": "^4.13.1", | |
| - | "pug": "^2.0.4", |
| + | "pug": "^3.0.1", |
| "sass-loader": "^8.0.2" | |
| } | |
| } | |
yarn.lock
+174
-260
| @@ | @@ -219,6 +219,11 @@ |
| dependencies: | |
| "@babel/types" "^7.8.3" | |
| + | "@babel/helper-validator-identifier@^7.12.11": |
| + | version "7.12.11" |
| + | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| + | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| + | |
| "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": | |
| version "7.9.5" | |
| resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" | |
| @@ | @@ -257,6 +262,11 @@ |
| resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" | |
| integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== | |
| + | "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
| + | version "7.13.9" |
| + | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" |
| + | integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== |
| + | |
| "@babel/plugin-proposal-async-generator-functions@^7.8.3": | |
| version "7.8.3" | |
| resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f" | |
| @@ | @@ -796,6 +806,15 @@ |
| lodash "^4.17.13" | |
| to-fast-properties "^2.0.0" | |
| + | "@babel/types@^7.6.1", "@babel/types@^7.9.6": |
| + | version "7.13.0" |
| + | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| + | integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
| + | dependencies: |
| + | "@babel/helper-validator-identifier" "^7.12.11" |
| + | lodash "^4.17.19" |
| + | to-fast-properties "^2.0.0" |
| + | |
| "@gridsome/cli@^0.3.1": | |
| version "0.3.1" | |
| resolved "https://registry.yarnpkg.com/@gridsome/cli/-/cli-0.3.1.tgz#8bdf97facddb3ab5338eb57521bc0bf5808561d2" | |
| @@ | @@ -990,18 +1009,6 @@ |
| dependencies: | |
| defer-to-connect "^1.0.1" | |
| - | "@types/babel-types@*", "@types/babel-types@^7.0.0": |
| - | version "7.0.7" |
| - | resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.7.tgz#667eb1640e8039436028055737d2b9986ee336e3" |
| - | integrity sha512-dBtBbrc+qTHy1WdfHYjBwRln4+LWqASWakLHsWHR2NWHIFkv4W3O070IGoGLEBrJBvct3r0L1BUPuvURi7kYUQ== |
| - | |
| - | "@types/babylon@^6.16.2": |
| - | version "6.16.5" |
| - | resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.5.tgz#1c5641db69eb8cdf378edd25b4be7754beeb48b4" |
| - | integrity sha512-xH2e58elpj1X4ynnKp9qSnWlsRTIs6n3tgLGNfwAGHwePw0mulHQllV34n0T25uYSu1k0hRKkWXF890B1yS47w== |
| - | dependencies: |
| - | "@types/babel-types" "*" |
| - | |
| "@types/events@*": | |
| version "3.0.0" | |
| resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" | |
| @@ | @@ -1348,28 +1355,16 @@ accepts@^1.3.7, accepts@~1.3.7: |
| mime-types "~2.1.24" | |
| negotiator "0.6.2" | |
| - | acorn-globals@^3.0.0: |
| - | version "3.1.0" |
| - | resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf" |
| - | integrity sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8= |
| - | dependencies: |
| - | acorn "^4.0.4" |
| - | |
| - | acorn@^3.1.0: |
| - | version "3.3.0" |
| - | resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" |
| - | integrity sha1-ReN/s56No/JbruP/U2niu18iAXo= |
| - | |
| - | acorn@^4.0.4, acorn@~4.0.2: |
| - | version "4.0.13" |
| - | resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787" |
| - | integrity sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c= |
| - | |
| acorn@^6.2.1: | |
| version "6.4.1" | |
| resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" | |
| integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== | |
| + | acorn@^7.1.1: |
| + | version "7.4.1" |
| + | resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" |
| + | integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== |
| + | |
| address@^1.1.0: | |
| version "1.1.2" | |
| resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6" | |
| @@ | @@ -1395,15 +1390,6 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.5.5: |
| json-schema-traverse "^0.4.1" | |
| uri-js "^4.2.2" | |
| - | align-text@^0.1.1, align-text@^0.1.3: |
| - | version "0.1.4" |
| - | resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" |
| - | integrity sha1-DNkKVhCT810KmSVsIrcGlDP60Rc= |
| - | dependencies: |
| - | kind-of "^3.0.2" |
| - | longest "^1.0.1" |
| - | repeat-string "^1.5.2" |
| - | |
| alphanum-sort@^1.0.0: | |
| version "1.0.2" | |
| resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" | |
| @@ | @@ -1581,6 +1567,11 @@ asn1@~0.2.3: |
| dependencies: | |
| safer-buffer "~2.1.0" | |
| + | assert-never@^1.2.1: |
| + | version "1.2.1" |
| + | resolved "https://registry.yarnpkg.com/assert-never/-/assert-never-1.2.1.tgz#11f0e363bf146205fb08193b5c7b90f4d1cf44fe" |
| + | integrity sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw== |
| + | |
| assert-plus@1.0.0, assert-plus@^1.0.0: | |
| version "1.0.0" | |
| resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" | |
| @@ | @@ -1673,28 +1664,12 @@ babel-plugin-dynamic-import-node@^2.3.0: |
| dependencies: | |
| object.assign "^4.1.0" | |
| - | babel-runtime@^6.26.0: |
| - | version "6.26.0" |
| - | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" |
| - | integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= |
| - | dependencies: |
| - | core-js "^2.4.0" |
| - | regenerator-runtime "^0.11.0" |
| - | |
| - | babel-types@^6.26.0: |
| - | version "6.26.0" |
| - | resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" |
| - | integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= |
| + | babel-walk@3.0.0-canary-5: |
| + | version "3.0.0-canary-5" |
| + | resolved "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz#f66ecd7298357aee44955f235a6ef54219104b11" |
| + | integrity sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== |
| dependencies: | |
| - | babel-runtime "^6.26.0" |
| - | esutils "^2.0.2" |
| - | lodash "^4.17.4" |
| - | to-fast-properties "^1.0.3" |
| - | |
| - | babylon@^6.18.0: |
| - | version "6.18.0" |
| - | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" |
| - | integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== |
| + | "@babel/types" "^7.9.6" |
| bail@^1.0.0: | |
| version "1.0.5" | |
| @@ | @@ -2160,11 +2135,6 @@ camelcase-keys@^2.0.0: |
| camelcase "^2.0.0" | |
| map-obj "^1.0.0" | |
| - | camelcase@^1.0.2: |
| - | version "1.2.1" |
| - | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" |
| - | integrity sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk= |
| - | |
| camelcase@^2.0.0: | |
| version "2.1.1" | |
| resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" | |
| @@ | @@ -2220,14 +2190,6 @@ ccount@^1.0.0: |
| resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17" | |
| integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw== | |
| - | center-align@^0.1.1: |
| - | version "0.1.3" |
| - | resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" |
| - | integrity sha1-qg0yYptu6XIgBBHL1EYckHvCt60= |
| - | dependencies: |
| - | align-text "^0.1.3" |
| - | lazy-cache "^1.0.3" |
| - | |
| chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: | |
| version "1.1.3" | |
| resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" | |
| @@ | @@ -2263,7 +2225,7 @@ character-entities@^1.0.0: |
| resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b" | |
| integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw== | |
| - | character-parser@^2.1.1: |
| + | character-parser@^2.2.0: |
| version "2.2.0" | |
| resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0" | |
| integrity sha1-x84o821LzZdE5f/CxfzeHHMmH8A= | |
| @@ | @@ -2329,7 +2291,7 @@ class-utils@^0.3.5: |
| isobject "^3.0.0" | |
| static-extend "^0.1.1" | |
| - | clean-css@4.2.x, clean-css@^4.1.11: |
| + | clean-css@4.2.x: |
| version "4.2.3" | |
| resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" | |
| integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== | |
| @@ | @@ -2348,15 +2310,6 @@ cli-cursor@^2.0.0: |
| dependencies: | |
| restore-cursor "^2.0.0" | |
| - | cliui@^2.1.0: |
| - | version "2.1.0" |
| - | resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" |
| - | integrity sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE= |
| - | dependencies: |
| - | center-align "^0.1.1" |
| - | right-align "^0.1.1" |
| - | wordwrap "0.0.2" |
| - | |
| cliui@^3.2.0: | |
| version "3.2.0" | |
| resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" | |
| @@ | @@ -2561,15 +2514,13 @@ consolidate@^0.15.1: |
| dependencies: | |
| bluebird "^3.1.1" | |
| - | constantinople@^3.0.1, constantinople@^3.1.2: |
| - | version "3.1.2" |
| - | resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647" |
| - | integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw== |
| + | constantinople@^4.0.1: |
| + | version "4.0.1" |
| + | resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-4.0.1.tgz#0def113fa0e4dc8de83331a5cf79c8b325213151" |
| + | integrity sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== |
| dependencies: | |
| - | "@types/babel-types" "^7.0.0" |
| - | "@types/babylon" "^6.16.2" |
| - | babel-types "^6.26.0" |
| - | babylon "^6.18.0" |
| + | "@babel/parser" "^7.6.0" |
| + | "@babel/types" "^7.6.1" |
| constants-browserify@^1.0.0: | |
| version "1.0.0" | |
| @@ | @@ -2630,11 +2581,6 @@ core-js-compat@^3.6.2, core-js-compat@^3.6.4: |
| browserslist "^4.8.3" | |
| semver "7.0.0" | |
| - | core-js@^2.4.0: |
| - | version "2.6.11" |
| - | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" |
| - | integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== |
| - | |
| core-js@^3.6.4: | |
| version "3.6.4" | |
| resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647" | |
| @@ | @@ -2966,7 +2912,7 @@ debug@^4.1.0: |
| dependencies: | |
| ms "^2.1.1" | |
| - | decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: |
| + | decamelize@^1.1.1, decamelize@^1.1.2: |
| version "1.2.0" | |
| resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" | |
| integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= | |
| @@ | @@ -5057,6 +5003,13 @@ is-color-stop@^1.0.0: |
| rgb-regex "^1.0.1" | |
| rgba-regex "^1.0.0" | |
| + | is-core-module@^2.2.0: |
| + | version "2.2.0" |
| + | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" |
| + | integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== |
| + | dependencies: |
| + | has "^1.0.3" |
| + | |
| is-cwebp-readable@^2.0.1: | |
| version "2.0.1" | |
| resolved "https://registry.yarnpkg.com/is-cwebp-readable/-/is-cwebp-readable-2.0.1.tgz#afb93b0c0abd0a25101016ae33aea8aedf926d26" | |
| @@ | @@ -5111,13 +5064,13 @@ is-directory@^0.3.1: |
| resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" | |
| integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= | |
| - | is-expression@^3.0.0: |
| - | version "3.0.0" |
| - | resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f" |
| - | integrity sha1-Oayqa+f9HzRx3ELHQW5hwkMXrJ8= |
| + | is-expression@^4.0.0: |
| + | version "4.0.0" |
| + | resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-4.0.0.tgz#c33155962abf21d0afd2552514d67d2ec16fd2ab" |
| + | integrity sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== |
| dependencies: | |
| - | acorn "~4.0.2" |
| - | object-assign "^4.0.1" |
| + | acorn "^7.1.1" |
| + | object-assign "^4.1.1" |
| is-extendable@^0.1.0, is-extendable@^0.1.1: | |
| version "0.1.1" | |
| @@ | @@ -5404,7 +5357,7 @@ js-base64@^2.1.8: |
| resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209" | |
| integrity sha512-Vg8czh0Q7sFBSUMWWArX/miJeBWYBPpdU/3M/DKSaekLMqrqVPaedp+5mZhie/r0lgrcaYBfwXatEew6gwgiQQ== | |
| - | js-stringify@^1.0.1: |
| + | js-stringify@^1.0.2: |
| version "1.0.2" | |
| resolved "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db" | |
| integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds= | |
| @@ | @@ -5569,11 +5522,6 @@ latest-version@^5.0.0: |
| dependencies: | |
| package-json "^6.3.0" | |
| - | lazy-cache@^1.0.3: |
| - | version "1.0.4" |
| - | resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" |
| - | integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4= |
| - | |
| lcid@^1.0.0: | |
| version "1.0.0" | |
| resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" | |
| @@ | @@ -5714,6 +5662,11 @@ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.1 |
| resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | |
| integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== | |
| + | lodash@^4.17.19: |
| + | version "4.17.21" |
| + | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
| + | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
| + | |
| log-update@^2.3.0: | |
| version "2.3.0" | |
| resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" | |
| @@ | @@ -5736,7 +5689,7 @@ lokijs@^1.5.6: |
| resolved "https://registry.yarnpkg.com/lokijs/-/lokijs-1.5.8.tgz#9296f288edb2147389ec692fc972c428c59179d1" | |
| integrity sha512-D8E3TBrY35o1ELnonp2MF8b3wKu2tVNl2TqRjvS+95oPMMe7OoIAxNY1qr+5BEZwnWn2V4ErAjVt000DonM+FA== | |
| - | longest@^1.0.0, longest@^1.0.1: |
| + | longest@^1.0.0: |
| version "1.0.1" | |
| resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | |
| integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc= | |
| @@ | @@ -7446,71 +7399,69 @@ public-encrypt@^4.0.0: |
| randombytes "^2.0.1" | |
| safe-buffer "^5.1.2" | |
| - | pug-attrs@^2.0.4: |
| - | version "2.0.4" |
| - | resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-2.0.4.tgz#b2f44c439e4eb4ad5d4ef25cac20d18ad28cc336" |
| - | integrity sha512-TaZ4Z2TWUPDJcV3wjU3RtUXMrd3kM4Wzjbe3EWnSsZPsJ3LDI0F3yCnf2/W7PPFF+edUFQ0HgDL1IoxSz5K8EQ== |
| + | pug-attrs@^3.0.0: |
| + | version "3.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-3.0.0.tgz#b10451e0348165e31fad1cc23ebddd9dc7347c41" |
| + | integrity sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== |
| dependencies: | |
| - | constantinople "^3.0.1" |
| - | js-stringify "^1.0.1" |
| - | pug-runtime "^2.0.5" |
| + | constantinople "^4.0.1" |
| + | js-stringify "^1.0.2" |
| + | pug-runtime "^3.0.0" |
| - | pug-code-gen@^2.0.2: |
| - | version "2.0.2" |
| - | resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-2.0.2.tgz#ad0967162aea077dcf787838d94ed14acb0217c2" |
| - | integrity sha512-kROFWv/AHx/9CRgoGJeRSm+4mLWchbgpRzTEn8XCiwwOy6Vh0gAClS8Vh5TEJ9DBjaP8wCjS3J6HKsEsYdvaCw== |
| + | pug-code-gen@^3.0.2: |
| + | version "3.0.2" |
| + | resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce" |
| + | integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg== |
| dependencies: | |
| - | constantinople "^3.1.2" |
| + | constantinople "^4.0.1" |
| doctypes "^1.1.0" | |
| - | js-stringify "^1.0.1" |
| - | pug-attrs "^2.0.4" |
| - | pug-error "^1.3.3" |
| - | pug-runtime "^2.0.5" |
| - | void-elements "^2.0.1" |
| - | with "^5.0.0" |
| - | |
| - | pug-error@^1.3.3: |
| - | version "1.3.3" |
| - | resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.3.tgz#f342fb008752d58034c185de03602dd9ffe15fa6" |
| - | integrity sha512-qE3YhESP2mRAWMFJgKdtT5D7ckThRScXRwkfo+Erqga7dyJdY3ZquspprMCj/9sJ2ijm5hXFWQE/A3l4poMWiQ== |
| + | js-stringify "^1.0.2" |
| + | pug-attrs "^3.0.0" |
| + | pug-error "^2.0.0" |
| + | pug-runtime "^3.0.0" |
| + | void-elements "^3.1.0" |
| + | with "^7.0.0" |
| + | |
| + | pug-error@^2.0.0: |
| + | version "2.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5" |
| + | integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ== |
| - | pug-filters@^3.1.1: |
| - | version "3.1.1" |
| - | resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-3.1.1.tgz#ab2cc82db9eeccf578bda89130e252a0db026aa7" |
| - | integrity sha512-lFfjNyGEyVWC4BwX0WyvkoWLapI5xHSM3xZJFUhx4JM4XyyRdO8Aucc6pCygnqV2uSgJFaJWW3Ft1wCWSoQkQg== |
| + | pug-filters@^4.0.0: |
| + | version "4.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e" |
| + | integrity sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== |
| dependencies: | |
| - | clean-css "^4.1.11" |
| - | constantinople "^3.0.1" |
| + | constantinople "^4.0.1" |
| jstransformer "1.0.0" | |
| - | pug-error "^1.3.3" |
| - | pug-walk "^1.1.8" |
| - | resolve "^1.1.6" |
| - | uglify-js "^2.6.1" |
| + | pug-error "^2.0.0" |
| + | pug-walk "^2.0.0" |
| + | resolve "^1.15.1" |
| - | pug-lexer@^4.1.0: |
| - | version "4.1.0" |
| - | resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-4.1.0.tgz#531cde48c7c0b1fcbbc2b85485c8665e31489cfd" |
| - | integrity sha512-i55yzEBtjm0mlplW4LoANq7k3S8gDdfC6+LThGEvsK4FuobcKfDAwt6V4jKPH9RtiE3a2Akfg5UpafZ1OksaPA== |
| + | pug-lexer@^5.0.0: |
| + | version "5.0.1" |
| + | resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-5.0.1.tgz#ae44628c5bef9b190b665683b288ca9024b8b0d5" |
| + | integrity sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w== |
| dependencies: | |
| - | character-parser "^2.1.1" |
| - | is-expression "^3.0.0" |
| - | pug-error "^1.3.3" |
| + | character-parser "^2.2.0" |
| + | is-expression "^4.0.0" |
| + | pug-error "^2.0.0" |
| - | pug-linker@^3.0.6: |
| - | version "3.0.6" |
| - | resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.6.tgz#f5bf218b0efd65ce6670f7afc51658d0f82989fb" |
| - | integrity sha512-bagfuHttfQOpANGy1Y6NJ+0mNb7dD2MswFG2ZKj22s8g0wVsojpRlqveEQHmgXXcfROB2RT6oqbPYr9EN2ZWzg== |
| + | pug-linker@^4.0.0: |
| + | version "4.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-4.0.0.tgz#12cbc0594fc5a3e06b9fc59e6f93c146962a7708" |
| + | integrity sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== |
| dependencies: | |
| - | pug-error "^1.3.3" |
| - | pug-walk "^1.1.8" |
| + | pug-error "^2.0.0" |
| + | pug-walk "^2.0.0" |
| - | pug-load@^2.0.12: |
| - | version "2.0.12" |
| - | resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-2.0.12.tgz#d38c85eb85f6e2f704dea14dcca94144d35d3e7b" |
| - | integrity sha512-UqpgGpyyXRYgJs/X60sE6SIf8UBsmcHYKNaOccyVLEuT6OPBIMo6xMPhoJnqtB3Q3BbO4Z3Bjz5qDsUWh4rXsg== |
| + | pug-load@^3.0.0: |
| + | version "3.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-3.0.0.tgz#9fd9cda52202b08adb11d25681fb9f34bd41b662" |
| + | integrity sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== |
| dependencies: | |
| - | object-assign "^4.1.0" |
| - | pug-walk "^1.1.8" |
| + | object-assign "^4.1.1" |
| + | pug-walk "^2.0.0" |
| pug-loader@^2.4.0: | |
| version "2.4.0" | |
| @@ | @@ -7521,13 +7472,13 @@ pug-loader@^2.4.0: |
| pug-walk "^1.0.0" | |
| resolve "^1.1.7" | |
| - | pug-parser@^5.0.1: |
| - | version "5.0.1" |
| - | resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-5.0.1.tgz#03e7ada48b6840bd3822f867d7d90f842d0ffdc9" |
| - | integrity sha512-nGHqK+w07p5/PsPIyzkTQfzlYfuqoiGjaoqHv1LjOv2ZLXmGX1O+4Vcvps+P4LhxZ3drYSljjq4b+Naid126wA== |
| + | pug-parser@^6.0.0: |
| + | version "6.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-parser/-/pug-parser-6.0.0.tgz#a8fdc035863a95b2c1dc5ebf4ecf80b4e76a1260" |
| + | integrity sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== |
| dependencies: | |
| - | pug-error "^1.3.3" |
| - | token-stream "0.0.1" |
| + | pug-error "^2.0.0" |
| + | token-stream "1.0.0" |
| pug-plain-loader@^1.0.0: | |
| version "1.0.0" | |
| @@ | @@ -7536,36 +7487,41 @@ pug-plain-loader@^1.0.0: |
| dependencies: | |
| loader-utils "^1.1.0" | |
| - | pug-runtime@^2.0.5: |
| - | version "2.0.5" |
| - | resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.5.tgz#6da7976c36bf22f68e733c359240d8ae7a32953a" |
| - | integrity sha512-P+rXKn9un4fQY77wtpcuFyvFaBww7/91f3jHa154qU26qFAnOe6SW1CbIDcxiG5lLK9HazYrMCCuDvNgDQNptw== |
| + | pug-runtime@^3.0.0: |
| + | version "3.0.1" |
| + | resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-3.0.1.tgz#f636976204723f35a8c5f6fad6acda2a191b83d7" |
| + | integrity sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg== |
| - | pug-strip-comments@^1.0.4: |
| - | version "1.0.4" |
| - | resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-1.0.4.tgz#cc1b6de1f6e8f5931cf02ec66cdffd3f50eaf8a8" |
| - | integrity sha512-i5j/9CS4yFhSxHp5iKPHwigaig/VV9g+FgReLJWWHEHbvKsbqL0oP/K5ubuLco6Wu3Kan5p7u7qk8A4oLLh6vw== |
| + | pug-strip-comments@^2.0.0: |
| + | version "2.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz#f94b07fd6b495523330f490a7f554b4ff876303e" |
| + | integrity sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== |
| dependencies: | |
| - | pug-error "^1.3.3" |
| + | pug-error "^2.0.0" |
| - | pug-walk@^1.0.0, pug-walk@^1.1.8: |
| + | pug-walk@^1.0.0: |
| version "1.1.8" | |
| resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-1.1.8.tgz#b408f67f27912f8c21da2f45b7230c4bd2a5ea7a" | |
| integrity sha512-GMu3M5nUL3fju4/egXwZO0XLi6fW/K3T3VTgFQ14GxNi8btlxgT5qZL//JwZFm/2Fa64J/PNS8AZeys3wiMkVA== | |
| - | pug@^2.0.4: |
| - | version "2.0.4" |
| - | resolved "https://registry.yarnpkg.com/pug/-/pug-2.0.4.tgz#ee7682ec0a60494b38d48a88f05f3b0ac931377d" |
| - | integrity sha512-XhoaDlvi6NIzL49nu094R2NA6P37ijtgMDuWE+ofekDChvfKnzFal60bhSdiy8y2PBO6fmz3oMEIcfpBVRUdvw== |
| - | dependencies: |
| - | pug-code-gen "^2.0.2" |
| - | pug-filters "^3.1.1" |
| - | pug-lexer "^4.1.0" |
| - | pug-linker "^3.0.6" |
| - | pug-load "^2.0.12" |
| - | pug-parser "^5.0.1" |
| - | pug-runtime "^2.0.5" |
| - | pug-strip-comments "^1.0.4" |
| + | pug-walk@^2.0.0: |
| + | version "2.0.0" |
| + | resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe" |
| + | integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== |
| + | |
| + | pug@^3.0.1: |
| + | version "3.0.1" |
| + | resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.1.tgz#9b287554043e6d18852673a382b0350595bdc067" |
| + | integrity sha512-9v1o2yXMfSKJy2PykKyWUhpgx9Pf9D/UlPgIs2pTTxR6DQZ0oivy4I9f8PlWXRY4sjIhDU4TMJ7hQmYnNJc2bw== |
| + | dependencies: |
| + | pug-code-gen "^3.0.2" |
| + | pug-filters "^4.0.0" |
| + | pug-lexer "^5.0.0" |
| + | pug-linker "^4.0.0" |
| + | pug-load "^3.0.0" |
| + | pug-parser "^6.0.0" |
| + | pug-runtime "^3.0.0" |
| + | pug-strip-comments "^2.0.0" |
| pump@^2.0.0: | |
| version "2.0.1" | |
| @@ | @@ -7764,11 +7720,6 @@ regenerate@^1.4.0: |
| resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" | |
| integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== | |
| - | regenerator-runtime@^0.11.0: |
| - | version "0.11.1" |
| - | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" |
| - | integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== |
| - | |
| regenerator-runtime@^0.13.4: | |
| version "0.13.5" | |
| resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697" | |
| @@ | @@ -7926,7 +7877,7 @@ repeat-element@^1.1.2: |
| resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" | |
| integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== | |
| - | repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1: |
| + | repeat-string@^1.5.4, repeat-string@^1.6.1: |
| version "1.6.1" | |
| resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" | |
| integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= | |
| @@ | @@ -8001,13 +7952,21 @@ resolve-url@^0.2.1: |
| resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | |
| integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= | |
| - | resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1: |
| + | resolve@^1.1.7, resolve@^1.10.0, resolve@^1.2.0, resolve@^1.3.2, resolve@^1.8.1: |
| version "1.15.1" | |
| resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8" | |
| integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w== | |
| dependencies: | |
| path-parse "^1.0.6" | |
| + | resolve@^1.15.1: |
| + | version "1.20.0" |
| + | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" |
| + | integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== |
| + | dependencies: |
| + | is-core-module "^2.2.0" |
| + | path-parse "^1.0.6" |
| + | |
| responselike@1.0.2, responselike@^1.0.2: | |
| version "1.0.2" | |
| resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" | |
| @@ | @@ -8043,13 +8002,6 @@ rgba-regex@^1.0.0: |
| resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" | |
| integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= | |
| - | right-align@^0.1.1: |
| - | version "0.1.3" |
| - | resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" |
| - | integrity sha1-YTObci/mo1FWiSENJOFMlhSGE+8= |
| - | dependencies: |
| - | align-text "^0.1.1" |
| - | |
| rimraf@2, rimraf@^2.5.4, rimraf@^2.6.3: | |
| version "2.7.1" | |
| resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" | |
| @@ | @@ -8492,7 +8444,7 @@ source-map@^0.4.2: |
| dependencies: | |
| amdefine ">=0.0.4" | |
| - | source-map@^0.5.0, source-map@^0.5.6, source-map@~0.5.1: |
| + | source-map@^0.5.0, source-map@^0.5.6: |
| version "0.5.7" | |
| resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | |
| integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= | |
| @@ | @@ -9014,11 +8966,6 @@ to-buffer@^1.1.1: |
| resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" | |
| integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== | |
| - | to-fast-properties@^1.0.3: |
| - | version "1.0.3" |
| - | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" |
| - | integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= |
| - | |
| to-fast-properties@^2.0.0: | |
| version "2.0.0" | |
| resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" | |
| @@ | @@ -9066,10 +9013,10 @@ toidentifier@1.0.0: |
| resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" | |
| integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== | |
| - | token-stream@0.0.1: |
| - | version "0.0.1" |
| - | resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-0.0.1.tgz#ceeefc717a76c4316f126d0b9dbaa55d7e7df01a" |
| - | integrity sha1-zu78cXp2xDFvEm0LnbqlXX598Bo= |
| + | token-stream@1.0.0: |
| + | version "1.0.0" |
| + | resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz#cc200eab2613f4166d27ff9afc7ca56d49df6eb4" |
| + | integrity sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= |
| toposort@^1.0.0: | |
| version "1.0.7" | |
| @@ | @@ -9171,21 +9118,6 @@ uglify-js@3.4.x: |
| commander "~2.19.0" | |
| source-map "~0.6.1" | |
| - | uglify-js@^2.6.1: |
| - | version "2.8.29" |
| - | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" |
| - | integrity sha1-KcVzMUgFe7Th913zW3qcty5qWd0= |
| - | dependencies: |
| - | source-map "~0.5.1" |
| - | yargs "~3.10.0" |
| - | optionalDependencies: |
| - | uglify-to-browserify "~1.0.0" |
| - | |
| - | uglify-to-browserify@~1.0.0: |
| - | version "1.0.2" |
| - | resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" |
| - | integrity sha1-bgkk1r2mta/jSeOabWMoUKD4grc= |
| - | |
| unbzip2-stream@^1.0.9: | |
| version "1.4.0" | |
| resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.0.tgz#097ca7b18b5b71e6c8bc8e514a0f1884a12d6eb1" | |
| @@ | @@ -9611,10 +9543,10 @@ vm-browserify@^1.0.1: |
| resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" | |
| integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== | |
| - | void-elements@^2.0.1: |
| - | version "2.0.1" |
| - | resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" |
| - | integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= |
| + | void-elements@^3.1.0: |
| + | version "3.1.0" |
| + | resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" |
| + | integrity sha1-YU9/v42AHwu18GYfWy9XhXUOTwk= |
| vue-analytics@^5.16.1: | |
| version "5.22.1" | |
| @@ | @@ -9838,23 +9770,15 @@ widest-line@^2.0.0: |
| dependencies: | |
| string-width "^2.1.1" | |
| - | window-size@0.1.0: |
| - | version "0.1.0" |
| - | resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" |
| - | integrity sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0= |
| - | |
| - | with@^5.0.0: |
| - | version "5.1.1" |
| - | resolved "https://registry.yarnpkg.com/with/-/with-5.1.1.tgz#fa4daa92daf32c4ea94ed453c81f04686b575dfe" |
| - | integrity sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4= |
| + | with@^7.0.0: |
| + | version "7.0.2" |
| + | resolved "https://registry.yarnpkg.com/with/-/with-7.0.2.tgz#ccee3ad542d25538a7a7a80aad212b9828495bac" |
| + | integrity sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== |
| dependencies: | |
| - | acorn "^3.1.0" |
| - | acorn-globals "^3.0.0" |
| - | |
| - | wordwrap@0.0.2: |
| - | version "0.0.2" |
| - | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" |
| - | integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8= |
| + | "@babel/parser" "^7.9.6" |
| + | "@babel/types" "^7.9.6" |
| + | assert-never "^1.2.1" |
| + | babel-walk "3.0.0-canary-5" |
| wordwrap@~0.0.2: | |
| version "0.0.3" | |
| @@ | @@ -9971,16 +9895,6 @@ yargs@^7.0.0: |
| y18n "^3.2.1" | |
| yargs-parser "^5.0.0" | |
| - | yargs@~3.10.0: |
| - | version "3.10.0" |
| - | resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" |
| - | integrity sha1-9+572FfdfB0tOMDnTvvWgdFDH9E= |
| - | dependencies: |
| - | camelcase "^1.0.2" |
| - | cliui "^2.1.0" |
| - | decamelize "^1.0.0" |
| - | window-size "0.1.0" |
| - | |
| yauzl@^2.4.2: | |
| version "2.10.0" | |
| resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" | |