~cytrogen/masto-fe

aec486b4ec327ca07b0cf8297f1b1dad3ebe0820 — Renaud Chaput 2 years ago 6579e3a
Upgrade `uuid` to 9.0.0 (#24917)

3 files changed, 10 insertions(+), 14 deletions(-)

M .github/dependabot.yml
M package.json
M yarn.lock
M .github/dependabot.yml => .github/dependabot.yml +0 -4
@@ 17,10 17,6 @@ updates:
      - dependency-name: '@rails/ujs'
        versions:
          - '>= 7'
      # TODO: This was ignored in https://github.com/mastodon/mastodon/pull/19120
      - dependency-name: 'uuid'
        versions:
          - '>= 9'
      # TODO: This requires code changes for migration
      - dependency-name: 'tesseract.js'
        versions:

M package.json => package.json +2 -2
@@ 126,7 126,7 @@
    "tesseract.js": "^2.1.5",
    "tiny-queue": "^0.2.1",
    "twitter-text": "3.1.0",
    "uuid": "^8.3.1",
    "uuid": "^9.0.0",
    "webpack": "^4.46.0",
    "webpack-assets-manifest": "^4.0.6",
    "webpack-bundle-analyzer": "^4.8.0",


@@ 176,7 176,7 @@
    "@types/react-toggle": "^4.0.3",
    "@types/redux-immutable": "^4.0.3",
    "@types/requestidlecallback": "^0.3.5",
    "@types/uuid": "^8.3.4",
    "@types/uuid": "^9.0.0",
    "@types/webpack": "^4.41.33",
    "@types/yargs": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^5.59.2",

M yarn.lock => yarn.lock +8 -8
@@ 2425,10 2425,10 @@
  dependencies:
    source-map "^0.6.1"

"@types/uuid@^8.3.4":
  version "8.3.4"
  resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
  integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
"@types/uuid@^9.0.0":
  version "9.0.1"
  resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
  integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==

"@types/warning@^3.0.0":
  version "3.0.0"


@@ 11654,10 11654,10 @@ uuid@^3.3.2, uuid@^3.4.0:
  resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
  integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

uuid@^8.3.1:
  version "8.3.2"
  resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
  integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
uuid@^9.0.0:
  version "9.0.0"
  resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
  integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

v8-compile-cache@^2.1.1, v8-compile-cache@^2.3.0:
  version "2.3.0"