Skip to content

Commit

Permalink
Merge pull request #237 from b2wads/develop
Browse files Browse the repository at this point in the history
10.1.6 - Atualizações de segurança
  • Loading branch information
ViniciusResende authored Dec 14, 2022
2 parents 3e2b520 + ae0c60a commit 8546edd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@b2wads/grimorio-ui",
"sideEffects": false,
"version": "10.1.5",
"version": "10.1.6-beta.0",
"description": "UI just like magic",
"main": "lib/index.js",
"repository": "https://github.com/b2wads/grimorio-ui",
Expand Down Expand Up @@ -105,7 +105,7 @@
"chart.js": "2.7.3",
"chartjs-plugin-datalabels": "0.5.0",
"classnames": "2.2.5",
"moment": "2.22.1",
"moment": "2.29.4",
"prop-types": "15.5.10",
"react": "16.8.6",
"react-beautiful-dnd": "13.0.0",
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7111,9 +7111,10 @@ decimal.js@^10.2.0:
resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.0.tgz#39466113a9e036111d02f82489b5fd6b0b5ed231"
integrity sha512-vDPw+rDgn3bZe1+F/pyEwb1oMG2XTlRVgAa6B4KccTEpYgF8w6eQllVbQcfIJnZyvzFtFpxnpGtx8dd7DJp/Rw==

decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
decode-uri-component@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==

dedent@^0.7.0:
version "0.7.0"
Expand Down Expand Up @@ -11713,7 +11714,12 @@ mkdirp@^1.0.3, mkdirp@^1.0.4, mkdirp@~1.0.4:
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

[email protected], moment@>=1.6.0, moment@^2.10.2:
[email protected]:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

moment@>=1.6.0, moment@^2.10.2:
version "2.22.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.1.tgz#529a2e9bf973f259c9643d237fda84de3a26e8ad"

Expand Down Expand Up @@ -15340,7 +15346,7 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
dependencies:
atob "^2.1.1"
decode-uri-component "^0.2.0"
decode-uri-component "^0.2.2"
resolve-url "^0.2.1"
source-map-url "^0.4.0"
urix "^0.1.0"
Expand All @@ -15351,7 +15357,7 @@ source-map-resolve@^0.6.0:
integrity sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==
dependencies:
atob "^2.1.2"
decode-uri-component "^0.2.0"
decode-uri-component "^0.2.2"

source-map-support@^0.5.16:
version "0.5.19"
Expand Down

0 comments on commit 8546edd

Please sign in to comment.