diff --git a/app/main.css b/app/main.css index 9b804330..0e77951d 100644 --- a/app/main.css +++ b/app/main.css @@ -170,11 +170,6 @@ footer li:hover { width: auto; } -.intro { - max-width: 100%; - height: unset; -} - .main { display: flex; position: relative; @@ -269,13 +264,6 @@ select { width: auto; } - .intro { - max-width: unset; - height: unset; - margin-bottom: -3rem; - margin-right: -7rem; - } - .main { @apply flex-1; @apply self-center; diff --git a/app/routes.js b/app/routes.js index 175ac0c2..6a259710 100644 --- a/app/routes.js +++ b/app/routes.js @@ -7,7 +7,6 @@ module.exports = function(app = choo({ hash: true })) { app.route('/download/:id', body(download)); app.route('/download/:id/:key', body(download)); app.route('/unsupported/:reason', body(require('./ui/unsupported'))); - app.route('/legal', body(require('./ui/legal'))); app.route('/error', body(require('./ui/error'))); app.route('/blank', body(require('./ui/blank'))); app.route('/oauth', function(state, emit) { diff --git a/app/ui/footer.js b/app/ui/footer.js index 738d91b1..a8bdb18b 100644 --- a/app/ui/footer.js +++ b/app/ui/footer.js @@ -17,15 +17,14 @@ class Footer extends Component { diff --git a/app/ui/intro.js b/app/ui/intro.js index 7b69f2f6..c9181837 100644 --- a/app/ui/intro.js +++ b/app/ui/intro.js @@ -1,5 +1,4 @@ const html = require('choo/html'); -const assets = require('../../common/assets'); module.exports = function intro(state) { return html` @@ -13,7 +12,6 @@ module.exports = function intro(state) {

${state.translate('introDescription')}

- `; diff --git a/app/ui/legal.js b/app/ui/legal.js deleted file mode 100644 index c1928278..00000000 --- a/app/ui/legal.js +++ /dev/null @@ -1,109 +0,0 @@ -const html = require('choo/html'); -const modal = require('./modal'); - -module.exports = function(state, emit) { - state.modal = null; - return html` -
- ${state.modal && modal(state, emit)} -
-

- ${state.translate('legalTitle')} -

-

${state.translate('legalDateStamp')}

-
-

- When Mozilla receives information from you, our - Mozilla Privacy Policy - describes how we handle that information. Below are the top - things you should know about Send. You can also view the - code - here. -

-
    -
  • - Content: Mozilla receives an encrypted copy of the file you - upload but we cannot access the content or name of your encrypted - file. By default, files are stored for a maximum of either 24 - hours or 7 days. If you choose a download cap, the file can be - deleted from our server sooner. -
  • -
  • - Data on your device: So that you can check status or delete - files, basic information about your uploaded files is stored on - your local device. This includes our identifier for the file, the - filename, and the file’s unique download URL. This is cleared if - you delete your uploaded file or upon visiting Send after the file - expires. Note, however, that the URL will persist in your browsing - history (and with whomever you shared it) until manually deleted. -
  • -
  • - Personal data: The following is necessary to provide the - service: -
      -
    • - IP addresses: We receive IP addresses of downloaders - and uploaders as part of our standard server logs. These are - retained for 90 days, and for that period, may be connected to - activity of a file’s download URL. Although we develop our - services in ways that minimize identification, you should know - that it may be possible to correlate the IP address of a Send - user to the IP address of other Mozilla services with - accounts; and if there is a match, this could identify the - account email address. -
    • -
    • - Firefox Account: This is required for authentication - only if you wish to upload larger file sizes. Your Firefox - Account record will retain aggregate data on your usage of - Send: for example, if you created a Firefox Account in - connection with Send, number of files sent and approximate - file sizes, and how many times you’ve used the service. -
    • -
    -
  • -
  • - Non-personal data: We receive the following to improve our - service and performance: -
      -
    • - Interaction data: This includes information such as - number of people sending and receiving files, number of files - uploaded and approximate file sizes, percentage of file - downloaders who become uploaders, how people engage with the - website (time spent, clicks, referrer information, site exit - path, use of passwords). -
    • -
    • - Technical data: This includes information such as - operating system, browser, language preference, country, - timestamps, duration for file transfer, reasons for errors, - reasons for file expiration. -
    • -
    -
  • -
  • - Third Party Services: We use Google Cloud Platform. -
  • -
-
-
-
- `; -}; diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png index 99b0a9f8..044cba97 100644 Binary files a/assets/android-chrome-192x192.png and b/assets/android-chrome-192x192.png differ diff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png index 69f67822..553bda11 100644 Binary files a/assets/android-chrome-512x512.png and b/assets/android-chrome-512x512.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png index ca0c34fc..ddb56ec1 100644 Binary files a/assets/apple-touch-icon.png and b/assets/apple-touch-icon.png differ diff --git a/assets/completed.svg b/assets/completed.svg index 75a4e6bf..90a69844 100644 --- a/assets/completed.svg +++ b/assets/completed.svg @@ -1,94 +1,260 @@ - - - - CC310D7B-7EC7-4AEF-90E5-10044C2FA0F1 - Created with sketchtool. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + image/svg+xml + + CC310D7B-7EC7-4AEF-90E5-10044C2FA0F1 + + + + + CC310D7B-7EC7-4AEF-90E5-10044C2FA0F1 + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + diff --git a/assets/error.svg b/assets/error.svg index 27ea8b96..18c73c66 100644 --- a/assets/error.svg +++ b/assets/error.svg @@ -1,92 +1,260 @@ - - - - 5A8EEB55-E89B-49C5-8493-6FC78CEDF580 - Created with sketchtool. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + image/svg+xml + + 5A8EEB55-E89B-49C5-8493-6FC78CEDF580 + + + + + 5A8EEB55-E89B-49C5-8493-6FC78CEDF580 + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png index a08e2326..1926e1bf 100644 Binary files a/assets/favicon-16x16.png and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png index d6352560..f00f4ee7 100644 Binary files a/assets/favicon-32x32.png and b/assets/favicon-32x32.png differ diff --git a/assets/icon.svg b/assets/icon.svg index af0f45e1..e4bfb3d1 100644 --- a/assets/icon.svg +++ b/assets/icon.svg @@ -1,41 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets/intro.svg b/assets/intro.svg deleted file mode 100644 index 3935f827..00000000 --- a/assets/intro.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/notFound.svg b/assets/notFound.svg index 85428771..b33ba42a 100644 --- a/assets/notFound.svg +++ b/assets/notFound.svg @@ -1,97 +1,276 @@ - - - - 27A08916-26BA-4E40-BE07-5F49802F2EFC - Created with sketchtool. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + image/svg+xml + + 27A08916-26BA-4E40-BE07-5F49802F2EFC + + + + + 27A08916-26BA-4E40-BE07-5F49802F2EFC + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + + + + diff --git a/assets/safari-pinned-tab.svg b/assets/safari-pinned-tab.svg index adc6c676..d1fec797 100644 --- a/assets/safari-pinned-tab.svg +++ b/assets/safari-pinned-tab.svg @@ -1,34 +1,34 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - + + + + + + + image/svg+xml + + + + + + + + diff --git a/assets/send-fb.jpg b/assets/send-fb.jpg index 1a9ee311..a9dcbdbf 100644 Binary files a/assets/send-fb.jpg and b/assets/send-fb.jpg differ diff --git a/assets/send-twitter.jpg b/assets/send-twitter.jpg index 5db1c48d..ae30ad54 100644 Binary files a/assets/send-twitter.jpg and b/assets/send-twitter.jpg differ diff --git a/assets_src/apple-touch-icon.xcf b/assets_src/apple-touch-icon.xcf new file mode 100644 index 00000000..71584e92 Binary files /dev/null and b/assets_src/apple-touch-icon.xcf differ diff --git a/assets_src/completed.svg b/assets_src/completed.svg new file mode 100644 index 00000000..7d4736cb --- /dev/null +++ b/assets_src/completed.svg @@ -0,0 +1,284 @@ + + + + + + image/svg+xml + + CC310D7B-7EC7-4AEF-90E5-10044C2FA0F1 + + + + + + CC310D7B-7EC7-4AEF-90E5-10044C2FA0F1 + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets_src/error.svg b/assets_src/error.svg new file mode 100644 index 00000000..cea8a7ac --- /dev/null +++ b/assets_src/error.svg @@ -0,0 +1,284 @@ + + + + + + image/svg+xml + + 5A8EEB55-E89B-49C5-8493-6FC78CEDF580 + + + + + + 5A8EEB55-E89B-49C5-8493-6FC78CEDF580 + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets_src/icon.svg b/assets_src/icon.svg new file mode 100644 index 00000000..efa7b48e --- /dev/null +++ b/assets_src/icon.svg @@ -0,0 +1,76 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets_src/notFound.svg b/assets_src/notFound.svg new file mode 100644 index 00000000..ce74ddb8 --- /dev/null +++ b/assets_src/notFound.svg @@ -0,0 +1,300 @@ + + + + + + image/svg+xml + + 27A08916-26BA-4E40-BE07-5F49802F2EFC + + + + + + 27A08916-26BA-4E40-BE07-5F49802F2EFC + Created with sketchtool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets_src/safari-pinned-tab.svg b/assets_src/safari-pinned-tab.svg new file mode 100644 index 00000000..4f7a6f54 --- /dev/null +++ b/assets_src/safari-pinned-tab.svg @@ -0,0 +1,76 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets_src/send-header.xcf b/assets_src/send-header.xcf new file mode 100644 index 00000000..bff45898 Binary files /dev/null and b/assets_src/send-header.xcf differ diff --git a/package-lock.json b/package-lock.json index 1c5b1f94..b8e4eb8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,82 +20,81 @@ "dev": true }, "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz", + "integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", + "@babel/generator": "^7.12.10", "@babel/helper-module-transforms": "^7.12.1", "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", + "@babel/parser": "^7.12.10", "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", + "@babel/traverse": "^7.12.10", + "@babel/types": "^7.12.10", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", "json5": "^2.1.2", "lodash": "^4.17.19", - "resolve": "^1.3.2", "semver": "^5.4.1", "source-map": "^0.5.0" }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/generator": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz", + "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==", "dev": true, "requires": { - "@babel/types": "^7.12.5", + "@babel/types": "^7.12.11", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz", + "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==", "dev": true, "requires": { - "@babel/types": "^7.11.0" + "@babel/types": "^7.12.11" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -110,9 +109,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -127,29 +126,29 @@ } }, "@babel/traverse": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz", - "integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz", + "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.7", - "@babel/types": "^7.12.7", + "@babel/code-frame": "^7.12.11", + "@babel/generator": "^7.12.11", + "@babel/helper-function-name": "^7.12.11", + "@babel/helper-split-export-declaration": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/types": "^7.12.12", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -207,27 +206,27 @@ } }, "@babel/helper-annotate-as-pure": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz", - "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz", + "integrity": "sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -245,18 +244,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -276,34 +275,34 @@ }, "dependencies": { "browserslist": { - "version": "4.14.7", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.7.tgz", - "integrity": "sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz", + "integrity": "sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001157", + "caniuse-lite": "^1.0.30001173", "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.591", + "electron-to-chromium": "^1.3.634", "escalade": "^3.1.1", - "node-releases": "^1.1.66" + "node-releases": "^1.1.69" } }, "caniuse-lite": { - "version": "1.0.30001161", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz", - "integrity": "sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g==", + "version": "1.0.30001173", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz", + "integrity": "sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw==", "dev": true }, "electron-to-chromium": { - "version": "1.3.607", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.607.tgz", - "integrity": "sha512-h2SYNaBnlplGS0YyXl8oJWokfcNxVjJANQfMCsQefG6OSuAuNIeW+A8yGT/ci+xRoBb3k2zq1FrOvkgoKBol8g==", + "version": "1.3.635", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.635.tgz", + "integrity": "sha512-RRriZOLs9CpW6KTLmgBqyUdnY0QNqqWs0HOtuQGGEMizOTNNn1P7sGRBxARnUeLejOsgwjDyRqT3E/CSst02ZQ==", "dev": true }, "node-releases": { - "version": "1.1.67", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.67.tgz", - "integrity": "sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==", + "version": "1.1.69", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.69.tgz", + "integrity": "sha512-DGIjo79VDEyAnRlfSqYTsy+yoHd2IOjJiKUozD2MV2D85Vso6Bug56mb9tT/fY5Urt0iqk01H7x+llAruDR2zA==", "dev": true } } @@ -457,38 +456,38 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -503,9 +502,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -520,12 +519,12 @@ } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -571,18 +570,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -619,18 +618,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -675,18 +674,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -711,58 +710,58 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/generator": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz", + "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==", "dev": true, "requires": { - "@babel/types": "^7.12.5", + "@babel/types": "^7.12.11", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz", + "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==", "dev": true, "requires": { - "@babel/types": "^7.11.0" + "@babel/types": "^7.12.11" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -777,9 +776,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -794,29 +793,29 @@ } }, "@babel/traverse": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz", - "integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz", + "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.7", - "@babel/types": "^7.12.7", + "@babel/code-frame": "^7.12.11", + "@babel/generator": "^7.12.11", + "@babel/helper-function-name": "^7.12.11", + "@babel/helper-split-export-declaration": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/types": "^7.12.12", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -898,18 +897,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1080,18 +1079,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1108,18 +1107,18 @@ }, "dependencies": { "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1142,9 +1141,9 @@ "dev": true }, "@babel/helper-validator-option": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz", - "integrity": "sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz", + "integrity": "sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==", "dev": true }, "@babel/helper-wrap-function": { @@ -1160,58 +1159,58 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/generator": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz", + "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==", "dev": true, "requires": { - "@babel/types": "^7.12.5", + "@babel/types": "^7.12.11", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz", + "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==", "dev": true, "requires": { - "@babel/types": "^7.11.0" + "@babel/types": "^7.12.11" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -1226,9 +1225,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -1243,29 +1242,29 @@ } }, "@babel/traverse": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz", - "integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz", + "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.7", - "@babel/types": "^7.12.7", + "@babel/code-frame": "^7.12.11", + "@babel/generator": "^7.12.11", + "@babel/helper-function-name": "^7.12.11", + "@babel/helper-split-export-declaration": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/types": "^7.12.12", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1313,58 +1312,58 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/generator": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz", - "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz", + "integrity": "sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==", "dev": true, "requires": { - "@babel/types": "^7.12.5", + "@babel/types": "^7.12.11", "jsesc": "^2.5.1", "source-map": "^0.5.0" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz", + "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==", "dev": true, "requires": { - "@babel/types": "^7.11.0" + "@babel/types": "^7.12.11" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -1379,9 +1378,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -1396,29 +1395,29 @@ } }, "@babel/traverse": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.9.tgz", - "integrity": "sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz", + "integrity": "sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-split-export-declaration": "^7.11.0", - "@babel/parser": "^7.12.7", - "@babel/types": "^7.12.7", + "@babel/code-frame": "^7.12.11", + "@babel/generator": "^7.12.11", + "@babel/helper-function-name": "^7.12.11", + "@babel/helper-split-export-declaration": "^7.12.11", + "@babel/parser": "^7.12.11", + "@babel/types": "^7.12.12", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -1503,9 +1502,9 @@ "dev": true }, "@babel/plugin-proposal-async-generator-functions": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz", - "integrity": "sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz", + "integrity": "sha512-nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4", @@ -1933,9 +1932,9 @@ } }, "@babel/plugin-transform-block-scoping": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz", - "integrity": "sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.12.tgz", + "integrity": "sha512-VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" @@ -1966,32 +1965,32 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-plugin-utils": { @@ -2001,18 +2000,18 @@ "dev": true }, "@babel/helper-split-export-declaration": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz", - "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz", + "integrity": "sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==", "dev": true, "requires": { - "@babel/types": "^7.11.0" + "@babel/types": "^7.12.11" } }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -2027,9 +2026,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -2044,12 +2043,12 @@ } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -2200,32 +2199,32 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz", - "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, "requires": { "@babel/highlight": "^7.10.4" } }, "@babel/helper-function-name": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz", - "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz", + "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.10.4", - "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/helper-get-function-arity": "^7.12.10", + "@babel/template": "^7.12.7", + "@babel/types": "^7.12.11" } }, "@babel/helper-get-function-arity": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz", - "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz", + "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==", "dev": true, "requires": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.12.10" } }, "@babel/helper-plugin-utils": { @@ -2235,9 +2234,9 @@ "dev": true }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/highlight": { @@ -2252,9 +2251,9 @@ } }, "@babel/parser": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.7.tgz", - "integrity": "sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz", + "integrity": "sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==", "dev": true }, "@babel/template": { @@ -2269,12 +2268,12 @@ } }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -2403,9 +2402,9 @@ "dev": true }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true } } @@ -2602,9 +2601,9 @@ } }, "@babel/plugin-transform-typeof-symbol": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz", - "integrity": "sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==", + "version": "7.12.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz", + "integrity": "sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.10.4" @@ -2654,16 +2653,16 @@ } }, "@babel/preset-env": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.7.tgz", - "integrity": "sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.11.tgz", + "integrity": "sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==", "dev": true, "requires": { "@babel/compat-data": "^7.12.7", "@babel/helper-compilation-targets": "^7.12.5", "@babel/helper-module-imports": "^7.12.5", "@babel/helper-plugin-utils": "^7.10.4", - "@babel/helper-validator-option": "^7.12.1", + "@babel/helper-validator-option": "^7.12.11", "@babel/plugin-proposal-async-generator-functions": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-dynamic-import": "^7.12.1", @@ -2692,7 +2691,7 @@ "@babel/plugin-transform-arrow-functions": "^7.12.1", "@babel/plugin-transform-async-to-generator": "^7.12.1", "@babel/plugin-transform-block-scoped-functions": "^7.12.1", - "@babel/plugin-transform-block-scoping": "^7.12.1", + "@babel/plugin-transform-block-scoping": "^7.12.11", "@babel/plugin-transform-classes": "^7.12.1", "@babel/plugin-transform-computed-properties": "^7.12.1", "@babel/plugin-transform-destructuring": "^7.12.1", @@ -2718,12 +2717,12 @@ "@babel/plugin-transform-spread": "^7.12.1", "@babel/plugin-transform-sticky-regex": "^7.12.7", "@babel/plugin-transform-template-literals": "^7.12.1", - "@babel/plugin-transform-typeof-symbol": "^7.12.1", + "@babel/plugin-transform-typeof-symbol": "^7.12.10", "@babel/plugin-transform-unicode-escapes": "^7.12.1", "@babel/plugin-transform-unicode-regex": "^7.12.1", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.12.7", - "core-js-compat": "^3.7.0", + "@babel/types": "^7.12.11", + "core-js-compat": "^3.8.0", "semver": "^5.5.0" }, "dependencies": { @@ -2734,18 +2733,18 @@ "dev": true }, "@babel/helper-validator-identifier": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz", - "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==", + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz", + "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, "@babel/types": { - "version": "7.12.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.7.tgz", - "integrity": "sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==", + "version": "7.12.12", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz", + "integrity": "sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.10.4", + "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", "to-fast-properties": "^2.0.0" } @@ -2923,16 +2922,16 @@ "integrity": "sha512-d4VSA86eL/AFTe5xtyZX+ePUjE8dIFu2T8zmdeNBSa5/kNgXPCx/o/wbFNHAGLJdGnk1vddRuMESD9HbOC8irw==" }, "@google-cloud/storage": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.6.0.tgz", - "integrity": "sha512-nLcym8IuCzy1O7tNTXNFuMHfX900sTM3kSTqbKe7oFSoKUiaIM+FHuuuDimMMlieY6StA1xYNPRFFHz57Nv8YQ==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-5.7.1.tgz", + "integrity": "sha512-/HmQNwmyP9eyD7emU/X0tXS2P4BTrcRVYwyygDhcX2pmV73hXL6BklsrkMPYU8ZdgGQgMYVZXboFFGOIanoTYA==", "requires": { "@google-cloud/common": "^3.5.0", "@google-cloud/paginator": "^3.0.0", "@google-cloud/promisify": "^2.0.0", "arrify": "^2.0.0", "compressible": "^2.0.12", - "date-and-time": "^0.14.0", + "date-and-time": "^0.14.2", "duplexify": "^4.0.0", "extend": "^3.0.2", "gaxios": "^4.0.0", @@ -3020,59 +3019,59 @@ } }, "@sentry/browser": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.29.0.tgz", - "integrity": "sha512-kRlt1mE2wrYjspnIupNnPxqsUrRuy02SuXhbpP7J6uu8QasoEmJ78hk0hHz4jOZRmuWwfs2zIXD4tLGgWOKq8A==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-5.29.2.tgz", + "integrity": "sha512-uxZ7y7rp85tJll+RZtXRhXPbnFnOaxZqJEv05vJlXBtBNLQtlczV5iCtU9mZRLVHDtmZ5VVKUV8IKXntEqqDpQ==", "dev": true, "requires": { - "@sentry/core": "5.29.0", - "@sentry/types": "5.29.0", - "@sentry/utils": "5.29.0", + "@sentry/core": "5.29.2", + "@sentry/types": "5.29.2", + "@sentry/utils": "5.29.2", "tslib": "^1.9.3" } }, "@sentry/core": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-5.29.0.tgz", - "integrity": "sha512-a1sZBJ2u3NG0YDlGvOTwUCWiNjhfmDtAQiKK1o6RIIbcrWy9TlSps7CYDkBP239Y3A4pnvohjEEKEP3v3L3LZQ==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-5.29.2.tgz", + "integrity": "sha512-7WYkoxB5IdlNEbwOwqSU64erUKH4laavPsM0/yQ+jojM76ErxlgEF0u//p5WaLPRzh3iDSt6BH+9TL45oNZeZw==", "requires": { - "@sentry/hub": "5.29.0", - "@sentry/minimal": "5.29.0", - "@sentry/types": "5.29.0", - "@sentry/utils": "5.29.0", + "@sentry/hub": "5.29.2", + "@sentry/minimal": "5.29.2", + "@sentry/types": "5.29.2", + "@sentry/utils": "5.29.2", "tslib": "^1.9.3" } }, "@sentry/hub": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-5.29.0.tgz", - "integrity": "sha512-kcDPQsRG4cFdmqDh+TzjeO7lWYxU8s1dZYAbbl1J4uGKmhNB0J7I4ak4SGwTsXLY6fhbierxr6PRaoNojCxjPw==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-5.29.2.tgz", + "integrity": "sha512-LaAIo2hwUk9ykeh9RF0cwLy6IRw+DjEee8l1HfEaDFUM6TPGlNNGObMJNXb9/95jzWp7jWwOpQjoIE3jepdQJQ==", "requires": { - "@sentry/types": "5.29.0", - "@sentry/utils": "5.29.0", + "@sentry/types": "5.29.2", + "@sentry/utils": "5.29.2", "tslib": "^1.9.3" } }, "@sentry/minimal": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-5.29.0.tgz", - "integrity": "sha512-nhXofdjtO41/caiF1wk1oT3p/QuhOZDYdF/b29DoD2MiAMK9IjhhOXI/gqaRpDKkXlDvd95fDTcx4t/MqqcKXA==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-5.29.2.tgz", + "integrity": "sha512-0aINSm8fGA1KyM7PavOBe1GDZDxrvnKt+oFnU0L+bTcw8Lr+of+v6Kwd97rkLRNOLw621xP076dL/7LSIzMuhw==", "requires": { - "@sentry/hub": "5.29.0", - "@sentry/types": "5.29.0", + "@sentry/hub": "5.29.2", + "@sentry/types": "5.29.2", "tslib": "^1.9.3" } }, "@sentry/node": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/node/-/node-5.29.0.tgz", - "integrity": "sha512-Jp32FsfkFSGVf81Hr26rGlgIwTg7Nx07mQ7rrnNuVasu6vD2aWBzUnohkkZDJ4gZRGjmk0MthukjX0RivDKcVQ==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/node/-/node-5.29.2.tgz", + "integrity": "sha512-98m1ZejmJgA+eiz6jEFyYYfp6kJZQnx6d6KrJDMxGfss4YTmmJY57bE4xStnjjk7WINDGzlCiHuk+wJFMBjuoA==", "requires": { - "@sentry/core": "5.29.0", - "@sentry/hub": "5.29.0", - "@sentry/tracing": "5.29.0", - "@sentry/types": "5.29.0", - "@sentry/utils": "5.29.0", + "@sentry/core": "5.29.2", + "@sentry/hub": "5.29.2", + "@sentry/tracing": "5.29.2", + "@sentry/types": "5.29.2", + "@sentry/utils": "5.29.2", "cookie": "^0.4.1", "https-proxy-agent": "^5.0.0", "lru_map": "^0.3.3", @@ -3080,28 +3079,28 @@ } }, "@sentry/tracing": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-5.29.0.tgz", - "integrity": "sha512-2ZITUH7Eur7IkmRAd5gw8Xt2Sfc28btCnT7o2P2J8ZPD65e99ATqjxXPokx0+6zEkTsstIDD3mbyuwkpbuvuTA==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-5.29.2.tgz", + "integrity": "sha512-iumYbVRpvoU3BUuIooxibydeaOOjl5ysc+mzsqhRs2NGW/C3uKAsFXdvyNfqt3bxtRQwJEhwJByLP2u3pLThpw==", "requires": { - "@sentry/hub": "5.29.0", - "@sentry/minimal": "5.29.0", - "@sentry/types": "5.29.0", - "@sentry/utils": "5.29.0", + "@sentry/hub": "5.29.2", + "@sentry/minimal": "5.29.2", + "@sentry/types": "5.29.2", + "@sentry/utils": "5.29.2", "tslib": "^1.9.3" } }, "@sentry/types": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.29.0.tgz", - "integrity": "sha512-iDkxT/9sT3UF+Xb+JyLjZ5caMXsgLfRyV9VXQEiR2J6mgpMielj184d9jeF3bm/VMuAf/VFFqrHlcVsVgmrrMw==" + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.29.2.tgz", + "integrity": "sha512-dM9wgt8wy4WRty75QkqQgrw9FV9F+BOMfmc0iaX13Qos7i6Qs2Q0dxtJ83SoR4YGtW8URaHzlDtWlGs5egBiMA==" }, "@sentry/utils": { - "version": "5.29.0", - "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.29.0.tgz", - "integrity": "sha512-b2B1gshw2u3EHlAi84PuI5sfmLKXW1z9enMMhNuuNT/CoRp+g5kMAcUv/qYTws7UNnYSvTuVGuZG30v1e0hP9A==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.29.2.tgz", + "integrity": "sha512-nEwQIDjtFkeE4k6yIk4Ka5XjGRklNLThWLs2xfXlL7uwrYOH2B9UBBOOIRUraBm/g/Xrra3xsam/kRxuiwtXZQ==", "requires": { - "@sentry/types": "5.29.0", + "@sentry/types": "5.29.2", "tslib": "^1.9.3" } }, @@ -3992,9 +3991,9 @@ } }, "aws-sdk": { - "version": "2.805.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.805.0.tgz", - "integrity": "sha512-mnIiHWp541pappZPJs+P6bx18yIcJTTr4eu2n0aF9+MY4UteuFWRu0fGLssYnDwCHvtzN7/j776Pd/1QXy9hqg==", + "version": "2.824.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.824.0.tgz", + "integrity": "sha512-9KNRQBkIMPn+6DWb4gR+RzqTMNyGLEwOgXbE4dDehOIAflfLnv3IFwLnzrhxJnleB4guYrILIsBroJFBzjiekg==", "requires": { "buffer": "4.9.2", "events": "1.1.1", @@ -6175,50 +6174,50 @@ } }, "core-js": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.1.tgz", - "integrity": "sha512-9Id2xHY1W7m8hCl8NkhQn5CufmF/WuR30BTRewvCXc1aZd3kMECwNZ69ndLbekKfakw9Rf2Xyc+QR6E7Gg+obg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.2.tgz", + "integrity": "sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A==", "dev": true }, "core-js-compat": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.7.0.tgz", - "integrity": "sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.2.tgz", + "integrity": "sha512-LO8uL9lOIyRRrQmZxHZFl1RV+ZbcsAkFWTktn5SmH40WgLtSNYN4m4W2v9ONT147PxBY/XrRhrWq8TlvObyUjQ==", "dev": true, "requires": { - "browserslist": "^4.14.6", + "browserslist": "^4.16.0", "semver": "7.0.0" }, "dependencies": { "browserslist": { - "version": "4.14.7", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.7.tgz", - "integrity": "sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.1.tgz", + "integrity": "sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001157", + "caniuse-lite": "^1.0.30001173", "colorette": "^1.2.1", - "electron-to-chromium": "^1.3.591", + "electron-to-chromium": "^1.3.634", "escalade": "^3.1.1", - "node-releases": "^1.1.66" + "node-releases": "^1.1.69" } }, "caniuse-lite": { - "version": "1.0.30001161", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz", - "integrity": "sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g==", + "version": "1.0.30001173", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001173.tgz", + "integrity": "sha512-R3aqmjrICdGCTAnSXtNyvWYMK3YtV5jwudbq0T7nN9k4kmE4CBuwPqyJ+KBzepSTh0huivV2gLbSMEzTTmfeYw==", "dev": true }, "electron-to-chromium": { - "version": "1.3.607", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.607.tgz", - "integrity": "sha512-h2SYNaBnlplGS0YyXl8oJWokfcNxVjJANQfMCsQefG6OSuAuNIeW+A8yGT/ci+xRoBb3k2zq1FrOvkgoKBol8g==", + "version": "1.3.635", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.635.tgz", + "integrity": "sha512-RRriZOLs9CpW6KTLmgBqyUdnY0QNqqWs0HOtuQGGEMizOTNNn1P7sGRBxARnUeLejOsgwjDyRqT3E/CSst02ZQ==", "dev": true }, "node-releases": { - "version": "1.1.67", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.67.tgz", - "integrity": "sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==", + "version": "1.1.69", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.69.tgz", + "integrity": "sha512-DGIjo79VDEyAnRlfSqYTsy+yoHd2IOjJiKUozD2MV2D85Vso6Bug56mb9tT/fY5Urt0iqk01H7x+llAruDR2zA==", "dev": true }, "semver": { @@ -6860,9 +6859,9 @@ "integrity": "sha1-bYCcnNDPe7iVLYD8hPoT1H3bEwg=" }, "date-and-time": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.1.tgz", - "integrity": "sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA==" + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.2.tgz", + "integrity": "sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA==" }, "date-fns": { "version": "1.30.1", @@ -8543,9 +8542,9 @@ } }, "faye-websocket": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", + "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", "dev": true, "requires": { "websocket-driver": ">=0.5.1" @@ -8867,9 +8866,9 @@ } }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==", "dev": true }, "for-in": { @@ -9577,9 +9576,9 @@ "dev": true }, "gaxios": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.0.1.tgz", - "integrity": "sha512-jOin8xRZ/UytQeBpSXFqIzqU7Fi5TqgPNLlUsSB8kjJ76+FiGBfImF8KJu++c6J4jOldfJUtt0YmkRj2ZpSHTQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.1.0.tgz", + "integrity": "sha512-vb0to8xzGnA2qcgywAjtshOKKVDf2eQhJoiL6fHhgW5tVN7wNk7egnYIO9zotfn3lQ3De1VPdf7V5/BWfCtCmg==", "requires": { "abort-controller": "^3.0.0", "extend": "^3.0.2", @@ -9791,9 +9790,9 @@ } }, "google-auth-library": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.3.tgz", - "integrity": "sha512-m9mwvY3GWbr7ZYEbl61isWmk+fvTmOt0YNUfPOUY2VH8K5pZlAIWJjxEi0PqR3OjMretyiQLI6GURMrPSwHQ2g==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.4.tgz", + "integrity": "sha512-q0kYtGWnDd9XquwiQGAZeI2Jnglk7NDi0cChE4tWp6Kpo/kbqnt9scJb0HP+/xqt03Beqw/xQah1OPrci+pOxw==", "requires": { "arrify": "^2.0.0", "base64-js": "^1.3.0", @@ -10173,9 +10172,9 @@ "dev": true }, "html-entities": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz", - "integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", + "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==", "dev": true }, "html-escaper": { @@ -10278,6 +10277,12 @@ } } }, + "http-parser-js": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.3.tgz", + "integrity": "sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==", + "dev": true + }, "http-proxy": { "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", @@ -12195,9 +12200,9 @@ } }, "loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.1.tgz", + "integrity": "sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==", "dev": true }, "lolex": { @@ -14391,9 +14396,9 @@ }, "dependencies": { "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { "ms": "^2.1.1" @@ -16769,14 +16774,6 @@ "dev": true, "requires": { "node-forge": "^0.10.0" - }, - "dependencies": { - "node-forge": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", - "dev": true - } } }, "semver": { @@ -17207,14 +17204,14 @@ } }, "sockjs": { - "version": "0.3.20", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", - "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", + "version": "0.3.21", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz", + "integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==", "dev": true, "requires": { - "faye-websocket": "^0.10.0", + "faye-websocket": "^0.11.3", "uuid": "^3.4.0", - "websocket-driver": "0.6.5" + "websocket-driver": "^0.7.4" }, "dependencies": { "uuid": { @@ -17226,36 +17223,27 @@ } }, "sockjs-client": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.4.0.tgz", - "integrity": "sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.0.tgz", + "integrity": "sha512-8Dt3BDi4FYNrCFGTL/HtwVzkARrENdwOUf1ZoW/9p3M8lZdFT35jVdrHza+qgxuG9H3/shR4cuX/X9umUrjP8Q==", "dev": true, "requires": { - "debug": "^3.2.5", + "debug": "^3.2.6", "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" + "faye-websocket": "^0.11.3", + "inherits": "^2.0.4", + "json3": "^3.3.3", + "url-parse": "^1.4.7" }, "dependencies": { "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { "ms": "^2.1.1" } - }, - "faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", - "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", - "dev": true, - "requires": { - "websocket-driver": ">=0.5.1" - } } } }, @@ -18947,9 +18935,9 @@ } }, "ua-parser-js": { - "version": "0.7.22", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz", - "integrity": "sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==" + "version": "0.7.23", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.23.tgz", + "integrity": "sha512-m4hvMLxgGHXG3O3fQVAyyAQpZzDOvwnhOTjYz5Xmr7r/+LpkNy3vJXdVRWgd1TkAb7NGROZuSy96CrlNVjA7KA==" }, "uglify-js": { "version": "3.4.10", @@ -19265,9 +19253,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", - "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "v8-compile-cache": { "version": "2.1.0", @@ -19687,9 +19675,9 @@ } }, "webpack-dev-middleware": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz", - "integrity": "sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz", + "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==", "dev": true, "requires": { "memory-fs": "^0.4.1", @@ -19700,9 +19688,9 @@ } }, "webpack-dev-server": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz", - "integrity": "sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz", + "integrity": "sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ==", "dev": true, "requires": { "ansi-html": "0.0.7", @@ -19725,11 +19713,11 @@ "p-retry": "^3.0.1", "portfinder": "^1.0.26", "schema-utils": "^1.0.0", - "selfsigned": "^1.10.7", + "selfsigned": "^1.10.8", "semver": "^6.3.0", "serve-index": "^1.9.1", - "sockjs": "0.3.20", - "sockjs-client": "1.4.0", + "sockjs": "^0.3.21", + "sockjs-client": "^1.5.0", "spdy": "^4.0.2", "strip-ansi": "^3.0.1", "supports-color": "^6.1.0", @@ -19887,16 +19875,6 @@ "y18n": "^4.0.0", "yargs-parser": "^13.1.2" } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } } } }, @@ -19974,11 +19952,13 @@ } }, "websocket-driver": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", - "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", "websocket-extensions": ">=0.1.1" } }, diff --git a/package.json b/package.json index 7beff471..993725c4 100644 --- a/package.json +++ b/package.json @@ -64,21 +64,21 @@ "node": "^12.16.3" }, "devDependencies": { - "@babel/core": "^7.12.9", + "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/preset-env": "^7.12.7", + "@babel/preset-env": "^7.12.11", "@dannycoates/webcrypto-liner": "^0.1.37", "@fullhuman/postcss-purgecss": "^1.3.0", "@mattiasbuelens/web-streams-polyfill": "0.2.1", - "@sentry/browser": "^5.29.0", + "@sentry/browser": "^5.29.2", "asmcrypto.js": "^0.22.0", "babel-loader": "^8.2.2", "babel-plugin-istanbul": "^5.2.0", "base64-js": "^1.5.1", "content-disposition": "^0.5.3", "copy-webpack-plugin": "^5.1.2", - "core-js": "^3.8.1", + "core-js": "^3.8.2", "crc": "^3.8.0", "cross-env": "^6.0.3", "css-loader": "^3.6.0", @@ -127,8 +127,8 @@ "val-loader": "^1.1.1", "webpack": "4.38.0", "webpack-cli": "^3.3.12", - "webpack-dev-middleware": "^3.7.2", - "webpack-dev-server": "^3.11.0", + "webpack-dev-middleware": "^3.7.3", + "webpack-dev-server": "^3.11.1", "webpack-manifest-plugin": "^2.2.0", "webpack-unassert-loader": "^1.2.0" }, @@ -136,9 +136,9 @@ "@dannycoates/express-ws": "^5.0.3", "@fluent/bundle": "^0.13.0", "@fluent/langneg": "^0.3.0", - "@google-cloud/storage": "^5.6.0", - "@sentry/node": "^5.29.0", - "aws-sdk": "^2.805.0", + "@google-cloud/storage": "^5.7.1", + "@sentry/node": "^5.29.2", + "aws-sdk": "^2.824.0", "body-parser": "^1.19.0", "choo": "^7.0.0", "cldr-core": "^35.1.0", @@ -151,7 +151,7 @@ "node-fetch": "^2.6.1", "redis": "^2.8.0", "selenium-standalone": "^6.23.0", - "ua-parser-js": "^0.7.22" + "ua-parser-js": "^0.7.23" }, "availableLanguages": [ "en-US", diff --git a/public/locales/an/send.ftl b/public/locales/an/send.ftl index d817cc7d..27934998 100644 --- a/public/locales/an/send.ftl +++ b/public/locales/an/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Esta versión de Firefox no admite la tecnolochía updateFirefox = Esviellar Firefox deletePopupCancel = Cancelar deleteButtonHover = Borrar -footerLinkLegal = Aviso legal -footerLinkPrivacy = Privacidat -footerLinkCookies = Cookies passwordTryAgain = La contrasenya ye incorrecta. Torne-lo a intentar. javascriptRequired = Send necesita JavaScript whyJavascript = Per qué Send necesita JavaScript? diff --git a/public/locales/ar/send.ftl b/public/locales/ar/send.ftl index 51a4d4a6..61506aef 100644 --- a/public/locales/ar/send.ftl +++ b/public/locales/ar/send.ftl @@ -36,9 +36,6 @@ notSupportedOutdatedDetail = للأسف فإن إصدارة فَيَرفُكس updateFirefox = حدّث فَيَرفُكس deletePopupCancel = ألغِ deleteButtonHover = احذف -footerLinkLegal = القانونية -footerLinkPrivacy = الخصوصية -footerLinkCookies = الكعكات passwordTryAgain = كلمة السر خاطئة. أعِد المحاولة. javascriptRequired = يتطلب فَيَرفُكس سِنْد جافاسكربت whyJavascript = لماذا يتطلب فَيَرفُكس سِنْد جافاسكربت؟ diff --git a/public/locales/ast/send.ftl b/public/locales/ast/send.ftl index 55a0798f..fb988013 100644 --- a/public/locales/ast/send.ftl +++ b/public/locales/ast/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Desafortunadamente esta versión de Firefox nun sof updateFirefox = Anovar Firefox deletePopupCancel = Encaboxar deleteButtonHover = Desaniciar -footerLinkLegal = Llegal -footerLinkPrivacy = Privacidá -footerLinkCookies = Cookies passwordTryAgain = La contraseña ye incorreuta. Volvi tentalo. javascriptRequired = Send rique JavaScript whyJavascript = ¿Por qué Send rique JavaScript? diff --git a/public/locales/az/send.ftl b/public/locales/az/send.ftl index 27be3149..459cc165 100644 --- a/public/locales/az/send.ftl +++ b/public/locales/az/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Heyf ki, Firefox səyyahının bu versiyası Send- updateFirefox = Firefox-u Yenilə deletePopupCancel = Ləğv et deleteButtonHover = Sil -footerLinkLegal = Hüquqi -footerLinkPrivacy = Məxfilik -footerLinkCookies = Çərəzlər passwordTryAgain = Səhv parol. Təkrar yoxlayın. javascriptRequired = Send üçün JavaScript lazımdır whyJavascript = Send niyə JavaScript tələb edir? diff --git a/public/locales/azz/send.ftl b/public/locales/azz/send.ftl index 5347d5db..3241135c 100644 --- a/public/locales/azz/send.ftl +++ b/public/locales/azz/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = Tetayokoltij, Firefox tein tikuitok amo kiselia tep updateFirefox = Maj Firefox moyankuili deletePopupCancel = Maj motsakuili uan amo tami tein kichiujtok deleteButtonHover = Maj majchiua -footerLinkLegal = Keniuj motekitiltis -footerLinkPrivacy = Keniuj tikyekpiaj tein tikseliaj -footerLinkCookies = Cookies passwordTryAgain = Amo yektik ichtakatajtol. Oksepa xikijkuilo. javascriptRequired = Send kineki maj moajsi JavaScript whyJavascript = ¿Keyej Send kineki maj moajsi JavaScript? diff --git a/public/locales/be/send.ftl b/public/locales/be/send.ftl index ed7e110e..20f5b66d 100644 --- a/public/locales/be/send.ftl +++ b/public/locales/be/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = На жаль, гэтая версія Firefox не updateFirefox = Абнавіць Firefox deletePopupCancel = Скасаваць deleteButtonHover = Выдаліць -footerLinkLegal = Прававыя звесткі -footerLinkPrivacy = Прыватнасць -footerLinkCookies = Кукі passwordTryAgain = Некарэктны пароль. Паспрабуйце зноў. javascriptRequired = Для Send неабходны JavaScript whyJavascript = Чаму для Send неабходны JavaScript? diff --git a/public/locales/bn/send.ftl b/public/locales/bn/send.ftl index 96f20d75..9c37a038 100644 --- a/public/locales/bn/send.ftl +++ b/public/locales/bn/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = দুর্ভাগ্যবশত Firefox এই updateFirefox = Firefox হালনাগাদ করুন deletePopupCancel = বাতিল deleteButtonHover = মুছে ফেলুন -footerLinkLegal = আইনগত -footerLinkPrivacy = গোপনীয়তা -footerLinkCookies = কুকি passwordTryAgain = ভুল পাসওয়ার্ড। আবার চেষ্টা করুন। javascriptRequired = Send এর জাভাস্ক্রিপ্ট প্রয়োজন। whyJavascript = কেন Send এর জাভাস্ক্রিপ্ট প্রয়োজন? diff --git a/public/locales/br/send.ftl b/public/locales/br/send.ftl index 17703b3c..85c44ffe 100644 --- a/public/locales/br/send.ftl +++ b/public/locales/br/send.ftl @@ -34,9 +34,6 @@ notSupportedOutdatedDetail = Siwazh n'eo ket skoret ar c'halvezerezhioù implije updateFirefox = Hizivaat Firefox deletePopupCancel = Nullañ deleteButtonHover = Dilemel -footerLinkLegal = Lezennel -footerLinkPrivacy = Buhez prevez -footerLinkCookies = Toupinoù passwordTryAgain = Ger-tremen direizh. Klaskit en-dro. javascriptRequired = Send a azgoulenn Javascript whyJavascript = Perak e azgoulenn Send Javascript? diff --git a/public/locales/bs/send.ftl b/public/locales/bs/send.ftl index 561709cf..2689c2a8 100644 --- a/public/locales/bs/send.ftl +++ b/public/locales/bs/send.ftl @@ -92,12 +92,9 @@ deletePopupYes = Da deletePopupCancel = Otkaži deleteButtonHover = Izbriši copyUrlHover = Kopiraj URL -footerLinkLegal = Pravno # Test Pilot is a proper name and should not be localized. footerLinkAbout = O Test Pilotu -footerLinkPrivacy = Privatnost footerLinkTerms = Uslovi -footerLinkCookies = Kolačići requirePasswordCheckbox = Zahtjevaj lozinku za preuzimanje ove datoteke addPasswordButton = Dodaj lozinku changePasswordButton = Promijeni diff --git a/public/locales/ca/send.ftl b/public/locales/ca/send.ftl index 0e26fcc8..e1e4783a 100644 --- a/public/locales/ca/send.ftl +++ b/public/locales/ca/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Aquesta versió del Firefox no admet la tecnologia updateFirefox = Actualitza el Firefox deletePopupCancel = Cancel·la deleteButtonHover = Suprimeix -footerLinkLegal = Avís legal -footerLinkPrivacy = Privadesa -footerLinkCookies = Galetes passwordTryAgain = La contrasenya és incorrecta. Torneu-ho a provar. javascriptRequired = El Send necessita JavaScript whyJavascript = Per què el Send necessita JavaScript? diff --git a/public/locales/cak/send.ftl b/public/locales/cak/send.ftl index 29b83c3b..b64f0500 100644 --- a/public/locales/cak/send.ftl +++ b/public/locales/cak/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = K'ayew ruma re ruwäch Firefox re' man nuköch' ta updateFirefox = Tik'ex ri Firefox deletePopupCancel = Tiq'at deleteButtonHover = Tiyuj -footerLinkLegal = Taqanel tzijol -footerLinkPrivacy = Ichinanem -footerLinkCookies = Taq kaxlanwey passwordTryAgain = Itzel ri ewan tzij. Tatojtob'ej chik. javascriptRequired = K'atzinel JavaScript chi re ri Send whyJavascript = ¿Achike ruma toq ri Send nrajo' JavaScript? diff --git a/public/locales/ckb/send.ftl b/public/locales/ckb/send.ftl index 66f1c947..c37a4094 100644 --- a/public/locales/ckb/send.ftl +++ b/public/locales/ckb/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = بەداخەوە ئەم وەشانەی Firefox پش updateFirefox = فاەرفۆکس نوێبکەرەوە deletePopupCancel = پاشگەزبوونەوە deleteButtonHover = سڕینەوە -footerLinkLegal = یاسایی -footerLinkPrivacy = تایبەتیی -footerLinkCookies = شەکرۆکە passwordTryAgain = وشەی تێپەڕبوون هەڵەیە. هەوڵ بدەرەوە. javascriptRequired = فارفۆکسی ناردن پێویستە بە JavaScript هەیە whyJavascript = بۆچی پێویستی بە JavaScript هەیە؟ diff --git a/public/locales/cs/send.ftl b/public/locales/cs/send.ftl index efef9394..b916874d 100644 --- a/public/locales/cs/send.ftl +++ b/public/locales/cs/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Tato verze Firefoxu bohužel nepodporuje webovou te updateFirefox = Aktualizovat Firefox deletePopupCancel = Zrušit deleteButtonHover = Smazat -footerLinkLegal = Právní informace -footerLinkPrivacy = Soukromí -footerLinkCookies = Cookies passwordTryAgain = Špatné heslo. Zkuste to znovu. javascriptRequired = Send vyžaduje povolený JavaScript whyJavascript = Proč Send vyžaduje povolený JavaScript? diff --git a/public/locales/cy/send.ftl b/public/locales/cy/send.ftl index 86ebe315..1a6fda11 100644 --- a/public/locales/cy/send.ftl +++ b/public/locales/cy/send.ftl @@ -36,9 +36,6 @@ notSupportedOutdatedDetail = Yn anffodus, nid yw'r fersiwn yma o Firefox yn cynn updateFirefox = Diweddaru Firefox deletePopupCancel = Diddymu deleteButtonHover = Dileu -footerLinkLegal = Cyfreithiol -footerLinkPrivacy = Preifatrwydd -footerLinkCookies = Cwcis passwordTryAgain = Cyfrinair anghywir. Ceisiwch eto. javascriptRequired = Mae Send angen JavaScript whyJavascript = Pam fod Send angen JavaScript? diff --git a/public/locales/da/send.ftl b/public/locales/da/send.ftl index 7e94f910..d0ee9378 100644 --- a/public/locales/da/send.ftl +++ b/public/locales/da/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Desværre understøtter denne version af Firefox ik updateFirefox = Opdater Firefox deletePopupCancel = Annuller deleteButtonHover = Slet -footerLinkLegal = Juridisk -footerLinkPrivacy = Privatliv -footerLinkCookies = Cookies passwordTryAgain = Forkert adgangskode. Prøv igen. javascriptRequired = Send kræver JavaScript whyJavascript = Hvorfor kræver Send JavaScript? diff --git a/public/locales/de/send.ftl b/public/locales/de/send.ftl index 7c6a3b67..44e00177 100644 --- a/public/locales/de/send.ftl +++ b/public/locales/de/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Leider unterstützt diese Firefox-Version die Web-T updateFirefox = Firefox aktualisieren deletePopupCancel = Abbrechen deleteButtonHover = Löschen -footerLinkLegal = Rechtliches -footerLinkPrivacy = Datenschutz -footerLinkCookies = Cookies passwordTryAgain = Falsches Passwort. Versuche es nochmal. javascriptRequired = Send benötigt JavaScript whyJavascript = Warum benötigt Send JavaScript? diff --git a/public/locales/dsb/send.ftl b/public/locales/dsb/send.ftl index 9c23cfe5..87900988 100644 --- a/public/locales/dsb/send.ftl +++ b/public/locales/dsb/send.ftl @@ -32,9 +32,6 @@ notSupportedOutdatedDetail = Bóžko toś ta wersija Firefox webtechnologiju nje updateFirefox = Firefox aktualizěrowaś deletePopupCancel = Pśetergnuś deleteButtonHover = Wulašowaś -footerLinkLegal = Pšawniske -footerLinkPrivacy = Priwatnosć -footerLinkCookies = Cookieje passwordTryAgain = Wopacne gronidło. Wopytajśo hyšći raz. javascriptRequired = Send JavaScript trjeba whyJavascript = Cogodla Send JavaScript trjeba? diff --git a/public/locales/el/send.ftl b/public/locales/el/send.ftl index 1c682a8a..c08cbb3d 100644 --- a/public/locales/el/send.ftl +++ b/public/locales/el/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Δυστυχώς, αυτή η έκδοση του F updateFirefox = Ενημέρωση Firefox deletePopupCancel = Ακύρωση deleteButtonHover = Διαγραφή -footerLinkLegal = Νομικά -footerLinkPrivacy = Απόρρητο -footerLinkCookies = Cookies passwordTryAgain = Λάθος κωδικός πρόσβασης. Δοκιμάστε ξανά. javascriptRequired = Το Send απαιτεί JavaScript whyJavascript = Γιατί το Send απαιτεί JavaScript; diff --git a/public/locales/en-CA/send.ftl b/public/locales/en-CA/send.ftl index f0ae3c8f..35fd7ba7 100644 --- a/public/locales/en-CA/send.ftl +++ b/public/locales/en-CA/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Unfortunately this version of Firefox does not supp updateFirefox = Update Firefox deletePopupCancel = Cancel deleteButtonHover = Delete -footerLinkLegal = Legal -footerLinkPrivacy = Privacy -footerLinkCookies = Cookies passwordTryAgain = Incorrect password. Try again. javascriptRequired = Send requires JavaScript whyJavascript = Why does Send require JavaScript? diff --git a/public/locales/en-GB/send.ftl b/public/locales/en-GB/send.ftl index 7679f796..4c3f1173 100644 --- a/public/locales/en-GB/send.ftl +++ b/public/locales/en-GB/send.ftl @@ -28,9 +28,8 @@ notSupportedOutdatedDetail = Unfortunately this version of Firefox does not supp updateFirefox = Update Firefox deletePopupCancel = Cancel deleteButtonHover = Delete -footerLinkLegal = Legal -footerLinkPrivacy = Privacy -footerLinkCookies = Cookies +footerText = Not affiliated with Mozilla or Firefox. +footerLinkSource = Source passwordTryAgain = Incorrect password. Try again. javascriptRequired = Send requires JavaScript whyJavascript = Why does Send require JavaScript? diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl index 5949f624..e974d379 100644 --- a/public/locales/en-US/send.ftl +++ b/public/locales/en-US/send.ftl @@ -26,9 +26,8 @@ notSupportedOutdatedDetail = Unfortunately this version of Firefox does not supp updateFirefox = Update Firefox deletePopupCancel = Cancel deleteButtonHover = Delete -footerLinkLegal = Legal -footerLinkPrivacy = Privacy -footerLinkCookies = Cookies +footerText = Not affiliated with Mozilla or Firefox. +footerLinkSource = Source passwordTryAgain = Incorrect password. Try again. javascriptRequired = Send requires JavaScript whyJavascript = Why does Send require JavaScript? diff --git a/public/locales/es-AR/send.ftl b/public/locales/es-AR/send.ftl index e729accc..2a78c100 100644 --- a/public/locales/es-AR/send.ftl +++ b/public/locales/es-AR/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Desafortunadamente esta versión de Firefox no sopo updateFirefox = Actualizar Firefox deletePopupCancel = Cancelar deleteButtonHover = Borrar -footerLinkLegal = Legales -footerLinkPrivacy = Privacidad -footerLinkCookies = Cookies passwordTryAgain = Contraseña incorrecta. Intentá nuevamente. javascriptRequired = Send requiere JavaScript whyJavascript = ¿Por qué Send requiere Java Script? diff --git a/public/locales/es-CL/send.ftl b/public/locales/es-CL/send.ftl index ffd4c592..adc02eef 100644 --- a/public/locales/es-CL/send.ftl +++ b/public/locales/es-CL/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Lamentablemente esta versión de Firefox no soporta updateFirefox = Actualizar Firefox deletePopupCancel = Cancelar deleteButtonHover = Eliminar -footerLinkLegal = Legal -footerLinkPrivacy = Privacidad -footerLinkCookies = Cookies passwordTryAgain = Contraseña incorrecta. Vuelve a intentarlo. javascriptRequired = Send requiere JavaScript. whyJavascript = ¿Por qué Send requiere JavaScript? diff --git a/public/locales/es-ES/send.ftl b/public/locales/es-ES/send.ftl index d1ede3e3..5800bfc8 100644 --- a/public/locales/es-ES/send.ftl +++ b/public/locales/es-ES/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Lamentablemente, esta versión de Firefox no admite updateFirefox = Actualizar Firefox deletePopupCancel = Cancelar deleteButtonHover = Eliminar -footerLinkLegal = Legal -footerLinkPrivacy = Privacidad -footerLinkCookies = Cookies passwordTryAgain = Contraseña incorrecta. Inténtalo de nuevo. javascriptRequired = Send requiere JavaScript whyJavascript = ¿Por qué Send requiere JavaScript? diff --git a/public/locales/es-MX/send.ftl b/public/locales/es-MX/send.ftl index 51198d49..50b6e5e3 100644 --- a/public/locales/es-MX/send.ftl +++ b/public/locales/es-MX/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Lamentablemente esta versión de Firefox no soporta updateFirefox = Actualizar Firefox deletePopupCancel = Cancelar deleteButtonHover = Eliminar -footerLinkLegal = Legal -footerLinkPrivacy = Privacidad -footerLinkCookies = Cookies passwordTryAgain = Contraseña incorrecta. Intenta de nuevo. javascriptRequired = Send requiere JavaScript whyJavascript = ¿Por qué Send requiere JavaScript? diff --git a/public/locales/et/send.ftl b/public/locales/et/send.ftl index 648430a8..636012e0 100644 --- a/public/locales/et/send.ftl +++ b/public/locales/et/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Kahjuks ei toeta see Firefoxi versioon veebitehnolo updateFirefox = Uuenda Firefox deletePopupCancel = Loobu deleteButtonHover = Kustuta -footerLinkLegal = Õiguslik teave -footerLinkPrivacy = Privaatsusest -footerLinkCookies = Küpsistest passwordTryAgain = Vale parool. Palun proovi uuesti. javascriptRequired = Send'i kasutamiseks tuleb JavaScript lubada whyJavascript = Miks Send JavaScripti vajab? diff --git a/public/locales/eu/send.ftl b/public/locales/eu/send.ftl index d337cef4..cd7dd3df 100644 --- a/public/locales/eu/send.ftl +++ b/public/locales/eu/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Zoritxarrez Firefox bertsio honek ez du Send-ek beh updateFirefox = Eguneratu Firefox deletePopupCancel = Utzi deleteButtonHover = Ezabatu -footerLinkLegal = Lege-oharra -footerLinkPrivacy = Pribatutasuna -footerLinkCookies = Cookieak passwordTryAgain = Pasahitz okerra. Saiatu berriro. javascriptRequired = JavaScript beharrezkoa da Send erabiltzeko. whyJavascript = Zergatik behar du Send-ek JavasScript? diff --git a/public/locales/fa/send.ftl b/public/locales/fa/send.ftl index 66082364..0f597bf2 100644 --- a/public/locales/fa/send.ftl +++ b/public/locales/fa/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = متاسفانه این نسخه از فایرفا updateFirefox = بروزرسانی فایرفاکس deletePopupCancel = انصراف deleteButtonHover = حذف -footerLinkLegal = ملاحظات حقوقی -footerLinkPrivacy = حریم‌خصوصی -footerLinkCookies = کوکی‌ها passwordTryAgain = کلمه عبور اشتباه است. مجدد تلاش کنید. javascriptRequired = Send نیازمند جاوااسکریپت است whyJavascript = چرا Send جاوااسکریپت لازم داد؟ diff --git a/public/locales/fi/send.ftl b/public/locales/fi/send.ftl index fd0596a1..0f253352 100644 --- a/public/locales/fi/send.ftl +++ b/public/locales/fi/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Valitettavasti tämä Firefoxin versio ei tue Sendi updateFirefox = Päivitä Firefox deletePopupCancel = Peruuta deleteButtonHover = Poista -footerLinkLegal = Juridiset asiat -footerLinkPrivacy = Tietosuoja -footerLinkCookies = Evästeet passwordTryAgain = Väärä salasana. Yritä uudelleen. javascriptRequired = Firefox-Send vaatii JavaScriptin whyJavascript = Miksi Send vaatii JavaScriptin? diff --git a/public/locales/fr/send.ftl b/public/locales/fr/send.ftl index d0521ee0..a807a184 100644 --- a/public/locales/fr/send.ftl +++ b/public/locales/fr/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Malheureusement, cette version de Firefox ne prend updateFirefox = Mettre à jour Firefox deletePopupCancel = Annuler deleteButtonHover = Supprimer -footerLinkLegal = Mentions légales -footerLinkPrivacy = Confidentialité -footerLinkCookies = Cookies passwordTryAgain = Mot de passe incorrect. Veuillez réessayer. javascriptRequired = Send nécessite JavaScript whyJavascript = Pourquoi Send nécessite-t-il JavaScript ? diff --git a/public/locales/fy-NL/send.ftl b/public/locales/fy-NL/send.ftl index 03b6ff55..41a91430 100644 --- a/public/locales/fy-NL/send.ftl +++ b/public/locales/fy-NL/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Spitigernôch stipet dizze ferzje fan Firefox de we updateFirefox = Firefox fernije deletePopupCancel = Annulearje deleteButtonHover = Fuortsmite -footerLinkLegal = Juridysk -footerLinkPrivacy = Privacy -footerLinkCookies = Cookies passwordTryAgain = Net krekt wachtwurd. Probearje it opnij. javascriptRequired = Send fereasket JavaScript. whyJavascript = Werom hat Send JavaScript nedich? diff --git a/public/locales/gn/send.ftl b/public/locales/gn/send.ftl index 244c0de4..f3f4ab58 100644 --- a/public/locales/gn/send.ftl +++ b/public/locales/gn/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Ko Firefox rembiapo ndaipu’akái ñanduti rembipu updateFirefox = Firefox mbohekopyahu deletePopupCancel = Heja deleteButtonHover = Mboguete -footerLinkLegal = Añetegua -footerLinkPrivacy = Ñemigua -footerLinkCookies = Kookie passwordTryAgain = Ñe’ẽñemi ndoikóiva. Eha’ãjey. javascriptRequired = Send oikotevẽ JavaScript whyJavascript = ¿Mba’ére Send oikotevẽ JavaScript? diff --git a/public/locales/gor/send.ftl b/public/locales/gor/send.ftl index b769ef84..7c9f90c4 100644 --- a/public/locales/gor/send.ftl +++ b/public/locales/gor/send.ftl @@ -54,7 +54,6 @@ deletePopupYes = Joo deletePopupCancel = Bataliya deleteButtonHover = Luluta copyUrlHover = Kupe'iya URL -footerLinkLegal = Legal # Test Pilot is a proper name and should not be localized. footerLinkAbout = Tomimbihu Test Pilot changePasswordButton = Boli'a diff --git a/public/locales/he/send.ftl b/public/locales/he/send.ftl index 7dd7a441..1c07187e 100644 --- a/public/locales/he/send.ftl +++ b/public/locales/he/send.ftl @@ -29,9 +29,6 @@ notSupportedOutdatedDetail = לצערנו גרסת Firefox זו לא תומכת updateFirefox = עדכון Firefox deletePopupCancel = ביטול deleteButtonHover = מחיקה -footerLinkLegal = מידע משפטי -footerLinkPrivacy = פרטיות -footerLinkCookies = קובצי עוגיות passwordTryAgain = סיסמה שגויה. נא לנסות שוב. javascriptRequired = ל־Send דרוש JavaScript whyJavascript = למה ל־Send דרוש JavaScript? diff --git a/public/locales/hr/send.ftl b/public/locales/hr/send.ftl index c25ea32f..590643f4 100644 --- a/public/locales/hr/send.ftl +++ b/public/locales/hr/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Nažalost, ovo izdanje Firefoxa ne podržava web te updateFirefox = Ažuriraj Firefox deletePopupCancel = Odustani deleteButtonHover = Obriši -footerLinkLegal = Pravni podaci -footerLinkPrivacy = Privatnost -footerLinkCookies = Kolačići passwordTryAgain = Netočna lozinka. Pokušaj ponovo. javascriptRequired = Za Send potreban je JavaScript whyJavascript = Zašto je za Send potreban JavaScript? diff --git a/public/locales/hsb/send.ftl b/public/locales/hsb/send.ftl index 2be108e5..491f17e8 100644 --- a/public/locales/hsb/send.ftl +++ b/public/locales/hsb/send.ftl @@ -32,9 +32,6 @@ notSupportedOutdatedDetail = Bohužel tuta wersija Firefox webtechnologiju njepo updateFirefox = Firefox aktualizować deletePopupCancel = Přetorhnyć deleteButtonHover = Zhašeć -footerLinkLegal = Prawniske -footerLinkPrivacy = Priwatnosć -footerLinkCookies = Placki passwordTryAgain = Wopačne hesło. Prošu spytajće hišće raz. javascriptRequired = Send JavaScript trjeba whyJavascript = Čehodla Send JavaScript trjeba? diff --git a/public/locales/hu/send.ftl b/public/locales/hu/send.ftl index f1f60a5f..d85513c6 100644 --- a/public/locales/hu/send.ftl +++ b/public/locales/hu/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Sajnos a Firefox ezen verziója nem támogatja a Se updateFirefox = Firefox frissítése deletePopupCancel = Mégse deleteButtonHover = Törlés -footerLinkLegal = Jogi információk -footerLinkPrivacy = Adatvédelem -footerLinkCookies = Sütik passwordTryAgain = Helytelen jelszó. Próbálja meg újra. javascriptRequired = A Sendhez JavaScript szükséges whyJavascript = Miért van szükség JavaScriptre a Sendhez? diff --git a/public/locales/hus/send.ftl b/public/locales/hus/send.ftl index 1144f218..23ac7e8b 100644 --- a/public/locales/hus/send.ftl +++ b/public/locales/hus/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = Yab u awil ka eyendha' Send kom an NAVEGADOR Firefo updateFirefox = Ka itmedha' Firefox deletePopupCancel = Ka kuba' deleteButtonHover = Ka pakuw -footerLinkLegal = Axi walkadh ka t'ajan -footerLinkPrivacy = Tsinataláb -footerLinkCookies = Cookies passwordTryAgain = Yab ja' an tsinat japixtaláb. Ka exa' junil. javascriptRequired = Send in yejenchal JavaScript whyJavascript = ¿Jale' Send in yejenchal JavaScript? diff --git a/public/locales/hy-AM/send.ftl b/public/locales/hy-AM/send.ftl index 84d485b7..6a2f883e 100644 --- a/public/locales/hy-AM/send.ftl +++ b/public/locales/hy-AM/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Դժբախտաբար, Firefox- ի այս տարբե updateFirefox = Թարմացնել Firefox-ը deletePopupCancel = Չեղարկել deleteButtonHover = Ջնջել -footerLinkLegal = Իրավական -footerLinkPrivacy = Գաղտնիություն -footerLinkCookies = Cookie-ներ passwordTryAgain = Սխալ գաղտնաբառ. Կրկին փորձեք: javascriptRequired = Send-ը պահանջում է JavaScript whyJavascript = Ինչո՞ւ է Send-ը պահանջում JavaScript. diff --git a/public/locales/ia/send.ftl b/public/locales/ia/send.ftl index d3b65115..45ccff4b 100644 --- a/public/locales/ia/send.ftl +++ b/public/locales/ia/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Infelicemente iste version de Firefox non supporta updateFirefox = Actualisar Firefox deletePopupCancel = Cancellar deleteButtonHover = Deler -footerLinkLegal = Legal -footerLinkPrivacy = Confidentialitate -footerLinkCookies = Cookies passwordTryAgain = Contrasigno incorrecte. Retenta. javascriptRequired = Send require JavaScript whyJavascript = Proque Send require JavaScript? diff --git a/public/locales/id/send.ftl b/public/locales/id/send.ftl index 6f7a317c..0d806eb9 100644 --- a/public/locales/id/send.ftl +++ b/public/locales/id/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = Sayangnya Firefox versi ini tidak mendukung teknolo updateFirefox = Perbarui Firefox deletePopupCancel = Batal deleteButtonHover = Hapus -footerLinkLegal = Legal -footerLinkPrivacy = Privasi -footerLinkCookies = Kuki passwordTryAgain = Sandi salah. Silakan coba lagi. javascriptRequired = Send membutuhkan JavaScript. whyJavascript = Mengapa Send membutuhkan JavaScript? diff --git a/public/locales/ig/send.ftl b/public/locales/ig/send.ftl index 676a2892..c81e2e34 100644 --- a/public/locales/ig/send.ftl +++ b/public/locales/ig/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Ọ dị nwute na ụdị Firefox a anaghị akwado updateFirefox = Melite Firefox deletePopupCancel = Kagbuo deleteButtonHover = Hichapụ -footerLinkLegal = n'Iwu -footerLinkPrivacy = nzuzo -footerLinkCookies = Kuki ga passwordTryAgain = okwuntughe ezighi ezi.Nwaa ọzọ javascriptRequired = Zipu chọrọ whyJavascript = Kedu ihe kpatara Zipu jiri chọ JavaScript? diff --git a/public/locales/it/send.ftl b/public/locales/it/send.ftl index 7603bd13..253744a1 100644 --- a/public/locales/it/send.ftl +++ b/public/locales/it/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Purtroppo questa versione di Firefox non supporta l updateFirefox = Aggiorna Firefox deletePopupCancel = Annulla deleteButtonHover = Elimina -footerLinkLegal = Note legali -footerLinkPrivacy = Privacy -footerLinkCookies = Cookie passwordTryAgain = Password errata, riprovare. javascriptRequired = Send richiede JavaScript whyJavascript = Perché Send richiede JavaScript? diff --git a/public/locales/ixl/send.ftl b/public/locales/ixl/send.ftl index ffd78d60..a1ca3531 100644 --- a/public/locales/ixl/send.ftl +++ b/public/locales/ixl/send.ftl @@ -25,8 +25,6 @@ notSupportedLink = Kam q'ii uve' ye' kuxh ni toleb' u chukb'al vaq'one'? updateFirefox = Tz'ajsa tatine' Firefox deletePopupCancel = Ya'samal deleteButtonHover = Sojsa -footerLinkPrivacy = Tetz kuxhtu' -footerLinkCookies = Cookies # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m" expiresHoursMinutes = { $hours }h { $minutes }m # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m" diff --git a/public/locales/ja/send.ftl b/public/locales/ja/send.ftl index 05ecd1c7..b42ac167 100644 --- a/public/locales/ja/send.ftl +++ b/public/locales/ja/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = 残念ながらお使いのバージョンの Firef updateFirefox = Firefox を更新 deletePopupCancel = キャンセル deleteButtonHover = 削除 -footerLinkLegal = 法的情報 -footerLinkPrivacy = プライバシー -footerLinkCookies = Cookie passwordTryAgain = パスワードが正しくありません。再度入力してください。 javascriptRequired = Send を使うには JavaScript が必要です whyJavascript = Send が JavaScript を必要とする理由 diff --git a/public/locales/ka/send.ftl b/public/locales/ka/send.ftl index 4fb8d553..6aac9d6d 100644 --- a/public/locales/ka/send.ftl +++ b/public/locales/ka/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = სამწუხაროდ, Firefox-ის ა updateFirefox = Firefox-ის განახლება deletePopupCancel = გაუქმება deleteButtonHover = წაშლა -footerLinkLegal = სამართლებრივი საკითხები -footerLinkPrivacy = პირადულობა -footerLinkCookies = ფუნთუშები passwordTryAgain = პაროლი არასწორია. სცადეთ ხელახლა. javascriptRequired = Send საჭიროებს JavaScript-ს whyJavascript = რატომ საჭიროებს Send JavaScript-ს? diff --git a/public/locales/kab/send.ftl b/public/locales/kab/send.ftl index fc82b89d..71e12e11 100644 --- a/public/locales/kab/send.ftl +++ b/public/locales/kab/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Ad nesḥissef imilqem-agi n Firefox Firefox ur ise updateFirefox = Leqqem Firefox deletePopupCancel = Sefsex deleteButtonHover = Kkes -footerLinkLegal = Usḍif -footerLinkPrivacy = Tabaḍnit -footerLinkCookies = Inagan n tuqqna passwordTryAgain = Yir awal uffir. Ɛreḍ tikelt nniḍen. javascriptRequired = Send yesra JavaScript whyJavascript = Ayɣer Send yesra JavaScript? diff --git a/public/locales/ko/send.ftl b/public/locales/ko/send.ftl index 5ce7fc53..e51e19d8 100644 --- a/public/locales/ko/send.ftl +++ b/public/locales/ko/send.ftl @@ -21,9 +21,6 @@ notSupportedOutdatedDetail = 안타깝게도 사용중인 Firefox 버전에서 updateFirefox = Firefox 업데이트 deletePopupCancel = 아니오 deleteButtonHover = 삭제 -footerLinkLegal = 법적 정보 -footerLinkPrivacy = 개인정보 보호 -footerLinkCookies = 쿠키 passwordTryAgain = 비밀번호가 맞지 않습니다. 다시 시도해 주세요. javascriptRequired = Send는 JavaScript를 필요로 합니다 whyJavascript = 왜 Send에 JavaScript가 필요하죠? diff --git a/public/locales/lt/send.ftl b/public/locales/lt/send.ftl index bd9e1904..e75077a5 100644 --- a/public/locales/lt/send.ftl +++ b/public/locales/lt/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Deja, šioje „Firefox“ naršyklės laidoje nepa updateFirefox = Atnaujinti „Firefox“ deletePopupCancel = Atsisakyti deleteButtonHover = Šalinti -footerLinkLegal = Teisinė informacija -footerLinkPrivacy = Privatumas -footerLinkCookies = Slapukai passwordTryAgain = Slaptažodis netinka. Bandykite dar kartą. javascriptRequired = „Send“ veikimui būtina įgalinti „JavaScript“ palaikymą whyJavascript = Kodėl „Send“ neveikia išjungus „JavaScript“? diff --git a/public/locales/meh/send.ftl b/public/locales/meh/send.ftl index b77244c4..aa9b07a0 100644 --- a/public/locales/meh/send.ftl +++ b/public/locales/meh/send.ftl @@ -27,9 +27,6 @@ notSupportedOutdatedDetail = Tuni Firefox ya´a ntu satiñu vii jii Send. Nejika updateFirefox = Naxi´ñá Firefox deletePopupCancel = Nkuvi-ka deleteButtonHover = Xita -footerLinkLegal = Tu´un nichi -footerLinkPrivacy = Tu´un xitu a kumiji noo´o -footerLinkCookies = Cookies passwordTryAgain = Contraseña ntu vatu. Nachu´un tuku. javascriptRequired = Send ni´i JavaScript whyJavascript = ¿Navi Send ni´i JavaScript? diff --git a/public/locales/mix/send.ftl b/public/locales/mix/send.ftl index 08253846..21c88630 100644 --- a/public/locales/mix/send.ftl +++ b/public/locales/mix/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Firefox kue ku kuni página web takua kuachu'un Sen updateFirefox = Ndu tsa'a Firefox deletePopupCancel = Kunchatu deleteButtonHover = Stoò -footerLinkLegal = Aviso legal -footerLinkPrivacy = Ña meu -footerLinkCookies = Cookies passwordTryAgain = Kue vaa ni chau sivi siki. Chai tuku. javascriptRequired = Send tsiniñui JavaScript whyJavascript = ¿Chanu Send tsiniñui JavaScript? diff --git a/public/locales/ml/send.ftl b/public/locales/ml/send.ftl index 93f43ce3..d767973f 100644 --- a/public/locales/ml/send.ftl +++ b/public/locales/ml/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = ദൗർഭാഗ്യവശാൽ ഫയർഫ updateFirefox = ഫയർഫോക്സ് പുതുക്കൂ deletePopupCancel = റദ്ദാക്കുക deleteButtonHover = നീക്കം ചെയ്യുക -footerLinkLegal = നിയമസംബന്ധവിവരങ്ങൾ -footerLinkPrivacy = സ്വകാര്യത -footerLinkCookies = കുക്കികൾ passwordTryAgain = രഹസ്യവാക്ക് തെറ്റാണ്. വീണ്ടും ശ്രമിക്കുക. javascriptRequired = ഫയർഫോക്സ് സെൻഡ് പ്രവർത്തിക്കാൻ ജാവാസ്ക്രിപ്റ്റ് വേണം whyJavascript = ഫയർഫോക്സ് സെൻഡ് പ്രവർത്തിക്കാൻ എന്തിനാണ് ജാവാസ്ക്രിപ്റ്റ്? diff --git a/public/locales/ms/send.ftl b/public/locales/ms/send.ftl index 721b28d2..5d02d2b4 100644 --- a/public/locales/ms/send.ftl +++ b/public/locales/ms/send.ftl @@ -88,12 +88,9 @@ deletePopupYes = Ya deletePopupCancel = Batal deleteButtonHover = Buang copyUrlHover = Salin URL -footerLinkLegal = Perundangan # Test Pilot is a proper name and should not be localized. footerLinkAbout = Perihal Ujian Perintis -footerLinkPrivacy = Privasi footerLinkTerms = Terma -footerLinkCookies = Kuki requirePasswordCheckbox = Perlu kata laluan untuk memuat turun fail ini addPasswordButton = Tambah Kata laluan changePasswordButton = Tukar diff --git a/public/locales/nb-NO/send.ftl b/public/locales/nb-NO/send.ftl index 08c636c6..93ca52ec 100644 --- a/public/locales/nb-NO/send.ftl +++ b/public/locales/nb-NO/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Dessverre støtter ikke denne versjonen av Firefox updateFirefox = Oppdater Firefox deletePopupCancel = Avbryt deleteButtonHover = Slett -footerLinkLegal = Juridisk informasjon -footerLinkPrivacy = Personvern -footerLinkCookies = Infokapsler passwordTryAgain = Feil passord. Prøv igjen. javascriptRequired = Send krever JavaScript. whyJavascript = Hvorfor krever Send JavaScript? diff --git a/public/locales/nl/send.ftl b/public/locales/nl/send.ftl index 7c2934b7..5ddfc047 100644 --- a/public/locales/nl/send.ftl +++ b/public/locales/nl/send.ftl @@ -28,9 +28,8 @@ notSupportedOutdatedDetail = Helaas ondersteunt deze versie van Firefox de webte updateFirefox = Firefox bijwerken deletePopupCancel = Annuleren deleteButtonHover = Verwijderen -footerLinkLegal = Juridisch -footerLinkPrivacy = Privacy -footerLinkCookies = Cookies +footerText = Niet aangesloten aan Mozilla of Firefox. +footerLinkSource = Broncode passwordTryAgain = Onjuist wachtwoord. Probeer het opnieuw. javascriptRequired = Send vereist JavaScript whyJavascript = Waarom vereist Send JavaScript? diff --git a/public/locales/nn-NO/send.ftl b/public/locales/nn-NO/send.ftl index d076935c..962991e7 100644 --- a/public/locales/nn-NO/send.ftl +++ b/public/locales/nn-NO/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Dessverre støttar ikkje denne versjonen av Firefox updateFirefox = Oppdater Firefox deletePopupCancel = Avbryt deleteButtonHover = Slett -footerLinkLegal = Juridisk informasjon -footerLinkPrivacy = Personvern -footerLinkCookies = Infokapslar passwordTryAgain = Feil passord. Prøv på nytt. javascriptRequired = Send krev JavaScript. whyJavascript = Kvifor krev Send JavaScript? diff --git a/public/locales/oc/send.ftl b/public/locales/oc/send.ftl index a931f35e..5dce3358 100644 --- a/public/locales/oc/send.ftl +++ b/public/locales/oc/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Aquesta version de Firefox es pas compatibla amb la updateFirefox = Metre a jorn Firefox deletePopupCancel = Anullar deleteButtonHover = Suprimir -footerLinkLegal = Mencions legalas -footerLinkPrivacy = Vida privada -footerLinkCookies = Cookies passwordTryAgain = Senhal incorrècte. Tornatz ensajar. javascriptRequired = Send requesís JavaScript whyJavascript = Perque Send requesís JavaScript ? diff --git a/public/locales/pa-IN/send.ftl b/public/locales/pa-IN/send.ftl index b9b39300..b61e0a78 100644 --- a/public/locales/pa-IN/send.ftl +++ b/public/locales/pa-IN/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = ਅਫ਼ਸੋਸ ਹੈ ਕਿ ਫਾਇਰਫਾ updateFirefox = ਫਾਇਰਫਾਕਸ ਅੱਪਡੇਟ ਕਰੋ deletePopupCancel = ਰੱਦ ਕਰੋ deleteButtonHover = ਹਟਾਓ -footerLinkLegal = ਕਨੂੰਨ -footerLinkPrivacy = ਪਰਦੇਦਾਰੀ -footerLinkCookies = ਕੂਕੀਜ਼ passwordTryAgain = ਗਲਤ ਪਾਸਵਰਡ ਹੈ। ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ। javascriptRequired = Send ਲਈ ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਚਾਹੀਦੀ ਹੈ whyJavascript = Send ਨੂੰ ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਦੀ ਲੋੜ ਕਿਓ ਹੈ? diff --git a/public/locales/pl/send.ftl b/public/locales/pl/send.ftl index 2be73be8..5e474c44 100644 --- a/public/locales/pl/send.ftl +++ b/public/locales/pl/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Ta wersja Firefoksa nie obsługuje technologii inte updateFirefox = Uaktualnij Firefoksa deletePopupCancel = Anuluj deleteButtonHover = Usuń -footerLinkLegal = Kwestie prawne -footerLinkPrivacy = Prywatność -footerLinkCookies = Ciasteczka passwordTryAgain = Niepoprawne hasło. Spróbuj ponownie. javascriptRequired = Send wymaga języka JavaScript whyJavascript = Dlaczego Send wymaga języka JavaScript? diff --git a/public/locales/ppl/send.ftl b/public/locales/ppl/send.ftl index 83ee069d..faab4594 100644 --- a/public/locales/ppl/send.ftl +++ b/public/locales/ppl/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Ini tamakalis ipal Firefox tesu kimati ne tzawaltek updateFirefox = Shikyankwili Firefox deletePopupCancel = Shikilwi tesu deleteButtonHover = Shikpulu -footerLinkLegal = Ipanpa ne tajtuli -footerLinkPrivacy = Teichtakayu -footerLinkCookies = Cookies passwordTryAgain = Ne ichtakatajkwilul tesu yek. Shikejeku uksenpa. javascriptRequired = Send muneki JavaScript whyJavascript = Taika Send muneki JavaScript? diff --git a/public/locales/pt-BR/send.ftl b/public/locales/pt-BR/send.ftl index 43efc5d8..5bb78f71 100644 --- a/public/locales/pt-BR/send.ftl +++ b/public/locales/pt-BR/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Infelizmente essa versão do Firefox não suporta a updateFirefox = Atualizar o Firefox deletePopupCancel = Cancelar deleteButtonHover = Remover da lista -footerLinkLegal = Jurídico -footerLinkPrivacy = Privacidade -footerLinkCookies = Cookies passwordTryAgain = Senha incorreta. Tente novamente. javascriptRequired = O Send requer JavaScript whyJavascript = Por que o Send precisa do JavaScript? diff --git a/public/locales/pt-PT/send.ftl b/public/locales/pt-PT/send.ftl index 51319300..be03a258 100644 --- a/public/locales/pt-PT/send.ftl +++ b/public/locales/pt-PT/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Infelizmente esta versão do Firefox não suporta a updateFirefox = Atualizar o Firefox deletePopupCancel = Cancelar deleteButtonHover = Apagar -footerLinkLegal = Informação legal -footerLinkPrivacy = Privacidade -footerLinkCookies = Cookies passwordTryAgain = Palavra-passe incorreta. Tente novamente. javascriptRequired = O Send requer JavaScript whyJavascript = Porque é que o Send requer JavaScript? diff --git a/public/locales/quc/send.ftl b/public/locales/quc/send.ftl index 998d419c..6bedc49b 100644 --- a/public/locales/quc/send.ftl +++ b/public/locales/quc/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Chakuyu' we okib'al rech Firefox man kutoq'aj ta le updateFirefox = Chak'ak'arisaj Firefox deletePopupCancel = Uq'atexik deleteButtonHover = Uchupik -footerLinkLegal = Nim wuj -footerLinkPrivacy = Echeb'alil -footerLinkCookies = Cookies passwordTryAgain = Man utz ta le retokib'al. Chab'ana' chi jumul. javascriptRequired = Le Send kajawataj JavaScript chech whyJavascript = ¿jasche kajawataj JavaScript chech Send? diff --git a/public/locales/ro/send.ftl b/public/locales/ro/send.ftl index 25575666..b954da60 100644 --- a/public/locales/ro/send.ftl +++ b/public/locales/ro/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Din păcate, această versiune de Firefox nu suport updateFirefox = Actualizează Firefox deletePopupCancel = Renunță deleteButtonHover = Șterge -footerLinkLegal = Mențiuni legale -footerLinkPrivacy = Confidențialitate -footerLinkCookies = Cookie-uri passwordTryAgain = Parolă incorectă. Încearcă din nou. javascriptRequired = Send necesită JavaScript whyJavascript = De ce Send necesită JavaScript? diff --git a/public/locales/ru/send.ftl b/public/locales/ru/send.ftl index 1f5fe029..d87c4335 100644 --- a/public/locales/ru/send.ftl +++ b/public/locales/ru/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = К сожалению, эта версия Firefox updateFirefox = Обновить Firefox deletePopupCancel = Отмена deleteButtonHover = Удалить -footerLinkLegal = Права -footerLinkPrivacy = Приватность -footerLinkCookies = Куки passwordTryAgain = Неверный пароль. Попробуйте снова. javascriptRequired = Для Send необходим JavaScript whyJavascript = Почему Send требуется JavaScript? diff --git a/public/locales/sk/send.ftl b/public/locales/sk/send.ftl index 86f747a5..23c3ef6e 100644 --- a/public/locales/sk/send.ftl +++ b/public/locales/sk/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Žiaľ, táto verzia Firefoxu nepodporuje webovú t updateFirefox = Aktualizovať Firefox deletePopupCancel = Zrušiť deleteButtonHover = Odstrániť -footerLinkLegal = Právne informácie -footerLinkPrivacy = Súkromie -footerLinkCookies = Cookies passwordTryAgain = Nesprávne heslo. Skúste to znova. javascriptRequired = Send vyžaduje JavaScript whyJavascript = Prečo Send vyžaduje JavaScript? diff --git a/public/locales/sl/send.ftl b/public/locales/sl/send.ftl index dff9c633..9f8d18f3 100644 --- a/public/locales/sl/send.ftl +++ b/public/locales/sl/send.ftl @@ -32,9 +32,6 @@ notSupportedOutdatedDetail = Ta brskalnik žal ne podpira tehnologije, na kateri updateFirefox = Posodobi Firefox deletePopupCancel = Prekliči deleteButtonHover = Izbriši -footerLinkLegal = Pravno obvestilo -footerLinkPrivacy = Zasebnost -footerLinkCookies = Piškotki passwordTryAgain = Napačno geslo. Poskusite znova. javascriptRequired = Send zahteva JavaScript whyJavascript = Zakaj Send zahteva JavaScript? diff --git a/public/locales/sq/send.ftl b/public/locales/sq/send.ftl index 7d8d4f22..e545b22f 100644 --- a/public/locales/sq/send.ftl +++ b/public/locales/sq/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Mjerisht, ky version i Firefox-it nuk e mbulon tekn updateFirefox = Përditësojeni Firefox-in deletePopupCancel = Anuloje deleteButtonHover = Fshije -footerLinkLegal = Ligjore -footerLinkPrivacy = Privatësi -footerLinkCookies = Cookies passwordTryAgain = Fjalëkalim i pasaktë. Riprovoni. javascriptRequired = Send lyp JavaScript whyJavascript = Ç’i duhet Send-it JavaScript-i? diff --git a/public/locales/sr/send.ftl b/public/locales/sr/send.ftl index 14df397a..68cf78da 100644 --- a/public/locales/sr/send.ftl +++ b/public/locales/sr/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = Нажалост, ово издање Firefox-a н updateFirefox = Ажурирај Firefox deletePopupCancel = Откажи deleteButtonHover = Обриши -footerLinkLegal = Правни подаци -footerLinkPrivacy = Приватност -footerLinkCookies = Колачићи passwordTryAgain = Нетачна лозинка. Пробајте поново. javascriptRequired = За Send је потребан JavaScript whyJavascript = Зашто је потребан JavaScript за Send? diff --git a/public/locales/su/send.ftl b/public/locales/su/send.ftl index 6ef86889..188bdeaf 100644 --- a/public/locales/su/send.ftl +++ b/public/locales/su/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = Hanjakal Firefox vérsi ieu teu ngarojong téhnolog updateFirefox = Apdét Firefox deletePopupCancel = Bolay deleteButtonHover = Pupus -footerLinkLegal = Légal -footerLinkPrivacy = Privasi -footerLinkCookies = Réréméh passwordTryAgain = Kecap sandi salah. Pecakan deui. javascriptRequired = Send merlukeun JavaScript whyJavascript = Naha Send merlukeun JavaScript? diff --git a/public/locales/sv-SE/send.ftl b/public/locales/sv-SE/send.ftl index 8b1315f8..87437095 100644 --- a/public/locales/sv-SE/send.ftl +++ b/public/locales/sv-SE/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Tyvärr stödjer den här versionen av Firefox inte updateFirefox = Uppdatera Firefox deletePopupCancel = Avbryt deleteButtonHover = Ta bort -footerLinkLegal = Juridisk information -footerLinkPrivacy = Sekretess -footerLinkCookies = Kakor passwordTryAgain = Felaktigt lösenord. Försök igen. javascriptRequired = Send kräver JavaScript whyJavascript = Varför kräver Send JavaScript? diff --git a/public/locales/te/send.ftl b/public/locales/te/send.ftl index 5c6a3207..176f5ab3 100644 --- a/public/locales/te/send.ftl +++ b/public/locales/te/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = దురదృష్టవశాత్తు Firef updateFirefox = Firefoxను నవీకరించు deletePopupCancel = రద్దుచేయి deleteButtonHover = తొలగించు -footerLinkLegal = చట్టపరమైన -footerLinkPrivacy = గోప్యత -footerLinkCookies = కుకీలు passwordTryAgain = సరికాని సంకేతపదం. మళ్ళీ ప్రయత్నించండి. javascriptRequired = Sendకి జావాస్క్రిప్టు కావాలి whyJavascript = Sendకి జావాస్క్రిప్టు ఎందుకు కావాలి? diff --git a/public/locales/th/send.ftl b/public/locales/th/send.ftl index e2c2b8b3..8188de54 100644 --- a/public/locales/th/send.ftl +++ b/public/locales/th/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = น่าเสียดายที่ Firefox ร updateFirefox = อัปเดต Firefox deletePopupCancel = ยกเลิก deleteButtonHover = ลบ -footerLinkLegal = ข้อกฎหมาย -footerLinkPrivacy = ความเป็นส่วนตัว -footerLinkCookies = คุกกี้ passwordTryAgain = รหัสผ่านไม่ถูกต้อง ลองอีกครั้ง javascriptRequired = Send จำเป็นต้องใช้ JavaScript whyJavascript = ทำไม Send จึงจำเป็นต้องใช้ JavaScript? diff --git a/public/locales/tl/send.ftl b/public/locales/tl/send.ftl index e0b75bd3..eb19ae61 100644 --- a/public/locales/tl/send.ftl +++ b/public/locales/tl/send.ftl @@ -23,9 +23,6 @@ notSupportedOutdatedDetail = Sa kasamaang palad ang bersyon na ito ng Firefox ay updateFirefox = I-update ang Firefox deletePopupCancel = Kanselahin deleteButtonHover = I-delete -footerLinkLegal = Legal -footerLinkPrivacy = Privacy -footerLinkCookies = Mga cookie passwordTryAgain = Maling password. Subukan muli. javascriptRequired = Nangangailangan ang Send ng JavaScript whyJavascript = Bakit ang Send ay nangangailangan ng JavaScript? diff --git a/public/locales/tr/send.ftl b/public/locales/tr/send.ftl index 1b9760e4..a216cf8d 100644 --- a/public/locales/tr/send.ftl +++ b/public/locales/tr/send.ftl @@ -24,9 +24,6 @@ notSupportedOutdatedDetail = Kullandığınız Firefox sürümü Send için gere updateFirefox = Firefox’u güncelle deletePopupCancel = Vazgeç deleteButtonHover = Sil -footerLinkLegal = Yasal Bilgiler -footerLinkPrivacy = Gizlilik -footerLinkCookies = Çerezler passwordTryAgain = Yanlış parola. Yeniden deneyin. javascriptRequired = Send için JavaScript gerekir whyJavascript = Send neden JavaScript kullanıyor? diff --git a/public/locales/trs/send.ftl b/public/locales/trs/send.ftl index 77373b16..a13a2836 100644 --- a/public/locales/trs/send.ftl +++ b/public/locales/trs/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = Nu unùkuaj Firefox nan gi'iaj sunj ngà sa 'iaj su updateFirefox = Nagi'iaj nakà Firefox deletePopupCancel = Duyichin' deleteButtonHover = Dure' -footerLinkLegal = Nuguan' a'nï'ïn -footerLinkPrivacy = Sa hùii -footerLinkCookies = Nej kôki passwordTryAgain = Sê da'nga' huì dan huin. Ginù huin ñû. javascriptRequired = Ni'ñānj Send JavaScript whyJavascript = Nù huin saj ni'ñānj Send JavaScript rà'aj? diff --git a/public/locales/uk/send.ftl b/public/locales/uk/send.ftl index b1900988..d49fabdc 100644 --- a/public/locales/uk/send.ftl +++ b/public/locales/uk/send.ftl @@ -30,9 +30,6 @@ notSupportedOutdatedDetail = На жаль, ця версія Firefox не пі updateFirefox = Оновити Firefox deletePopupCancel = Скасувати deleteButtonHover = Видалити -footerLinkLegal = Права -footerLinkPrivacy = Приватність -footerLinkCookies = Куки passwordTryAgain = Невірний пароль. Спробуйте знову. javascriptRequired = Send потребує JavaScript whyJavascript = Чому для Send потрібен JavaScript? diff --git a/public/locales/vi/send.ftl b/public/locales/vi/send.ftl index cb5f840c..c1ed151e 100644 --- a/public/locales/vi/send.ftl +++ b/public/locales/vi/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = Thật không may là phiên bản Firefox này kh updateFirefox = Cập nhật Firefox deletePopupCancel = Hủy bỏ deleteButtonHover = Xóa -footerLinkLegal = Pháp lý -footerLinkPrivacy = Quyền riêng tư -footerLinkCookies = Cookie passwordTryAgain = Sai mật khẩu. Vui lòng thử lại. javascriptRequired = Send cần JavaScript whyJavascript = Tại sao Send cần JavaScript? diff --git a/public/locales/yo/send.ftl b/public/locales/yo/send.ftl index 1beafd2f..c95b77af 100644 --- a/public/locales/yo/send.ftl +++ b/public/locales/yo/send.ftl @@ -51,13 +51,10 @@ deletePopupCancel = deleteButtonHover = Mú kúrò Parẹ́ -footerLinkLegal = b’ófin mu n’ílànà òfin -footerLinkPrivacy = Ibi ìkọ̀kọ̀ Ibi ìpamọ́ -footerLinkCookies = Cookie Àmì-ẹ̀rọ aránṣẹ́-jíṣẹ́ passwordTryAgain = diff --git a/public/locales/zgh/send.ftl b/public/locales/zgh/send.ftl index 7e01f395..249b1ed3 100644 --- a/public/locales/zgh/send.ftl +++ b/public/locales/zgh/send.ftl @@ -28,9 +28,6 @@ notSupportedOutdatedDetail = ⵙ ⵜⵎⴳⵕⵥⴰ, ⵜⴰⵍⵇⵇⵎⵜ ⴰ updateFirefox = ⵙⴷⵖⵉ ⴼⴰⵢⵔⴼⵓⴽⵙ deletePopupCancel = ⵙⵔ deleteButtonHover = ⴽⴽⵙ -footerLinkLegal = ⵓⵙⴹⵉⴼ -footerLinkPrivacy = ⵜⵉⵏⵏⵓⵜⵍⴰ -footerLinkCookies = ⵉⴽⵓⴽⵉⵜⵏ passwordTryAgain = ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ ⵓⵔ ⵢⵓⵖⵉⴷⵏ. ⴰⵔⵎ ⴷⴰⵖ. javascriptRequired = ⴷⴰ ⵉⵜⵜⴰⵙⵔ ⴼⴰⵢⵔⴼⵓⴽⵙ ⵙⵉⵏⴷ ⵊⴰⴼⴰⵙⴽⵔⵉⴱⵜ whyJavascript = ⵎⴰⵖⴼ ⴷⴰ ⵉⵜⵜⴰⵙⵔ ⴼⴰⵢⵔⴼⵓⴽⵙ ⵙⵉⵏⴷ ⵊⴰⴼⴰⵙⴽⵔⵉⴱⵜ? diff --git a/public/locales/zh-CN/send.ftl b/public/locales/zh-CN/send.ftl index 74256e24..21c735db 100644 --- a/public/locales/zh-CN/send.ftl +++ b/public/locales/zh-CN/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = 很可惜,此版本的 Firefox 不支持 Send 所 updateFirefox = 更新 Firefox deletePopupCancel = 取消 deleteButtonHover = 删除 -footerLinkLegal = 法律 -footerLinkPrivacy = 隐私 -footerLinkCookies = Cookie passwordTryAgain = 密码不正确。请重试。 javascriptRequired = Send 需要 JavaScript whyJavascript = 为什么 Send 需要 JavaScript? diff --git a/public/locales/zh-TW/send.ftl b/public/locales/zh-TW/send.ftl index 15dfd340..44289f1e 100644 --- a/public/locales/zh-TW/send.ftl +++ b/public/locales/zh-TW/send.ftl @@ -26,9 +26,6 @@ notSupportedOutdatedDetail = 很可惜,此版本的 Firefox 不支援 Send 所 updateFirefox = 更新 Firefox deletePopupCancel = 取消 deleteButtonHover = 刪除 -footerLinkLegal = 法律資訊 -footerLinkPrivacy = 隱私權 -footerLinkCookies = Cookie passwordTryAgain = 密碼不正確,請再試一次。 javascriptRequired = Send 需要開啟 JavaScript 功能 whyJavascript = 為什麼 Send 需要 JavaScript 才能使用? diff --git a/server/bin/dev.js b/server/bin/dev.js index f1a1dec1..692b5201 100644 --- a/server/bin/dev.js +++ b/server/bin/dev.js @@ -32,7 +32,6 @@ module.exports = function(app, devServer) { if (process.env.ANDROID) { // map all html routes to the android index.html app.get('/', android); - app.get('/legal', android); app.get(`/share/:id${ID_REGEX}`, android); app.get('/completed', android); app.get('/preferences', android); diff --git a/server/routes/index.js b/server/routes/index.js index bbd7226d..c12b3faa 100644 --- a/server/routes/index.js +++ b/server/routes/index.js @@ -36,11 +36,9 @@ module.exports = function(app) { defaultSrc: ["'self'"], connectSrc: [ "'self'", - config.base_url.replace(/^https:\/\//, 'wss://'), - ], - imgSrc: [ - "'self'", + config.base_url.replace(/^https:\/\//, 'wss://') ], + imgSrc: ["'self'"], scriptSrc: [ "'self'", function(req) { @@ -90,7 +88,6 @@ module.exports = function(app) { }); app.get('/error', language, pages.blank); app.get('/oauth', language, pages.blank); - app.get('/legal', language, pages.legal); app.get('/login', language, pages.index); app.get('/app.webmanifest', language, require('./webmanifest')); app.get(`/download/:id${ID_REGEX}`, language, pages.download); diff --git a/server/routes/pages.js b/server/routes/pages.js index 0ef9f35c..b2dfd205 100644 --- a/server/routes/pages.js +++ b/server/routes/pages.js @@ -49,11 +49,6 @@ module.exports = { ); }, - legal: async function(req, res) { - const appState = await state(req); - res.send(stripEvents(routes().toString('/legal', appState))); - }, - notfound: async function(req, res) { const appState = await state(req); res diff --git a/test/integration/homepage-tests.js b/test/integration/homepage-tests.js index 9e840503..e3eeb4fc 100644 --- a/test/integration/homepage-tests.js +++ b/test/integration/homepage-tests.js @@ -6,7 +6,7 @@ describe('Send homepage', function() { this.retries(2); const homePage = new HomePage(); const baseUrl = browser.options['baseUrl']; - const footerLinks = ['mozilla', 'legal', 'legal', 'cookies', 'github']; + const footerLinks = ['mozilla', 'cookies', 'github']; beforeEach(function() { homePage.open();