Skip to content

Commit

Permalink
chore: Fixing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Mar 6, 2021
1 parent a1c5ece commit 7a13cd8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"resolutions": {
"braces": "^3.0.2",
"js-yaml": "^3.13.1",
"urijs": "^1.19.6",
"mem": "^6.1.0",
"serialize-javascript": "^3.1.0",
"webpack-dev-server": "^2.11.4",
Expand All @@ -106,6 +107,8 @@
"http-proxy": "^1.18.1",
"lodash": "^4.17.19",
"elliptic": "^6.5.3",
"dot-prop": "^5.1.1"
"dot-prop": "^5.1.1",
"ini": "^2.0.0",
"node-forge": "0.10.0"
}
}
29 changes: 12 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4937,15 +4937,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=

ini@^1.3.2:
version "1.3.8"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@^2.0.0, ini@~1.3.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==

[email protected]:
version "3.3.0"
Expand Down Expand Up @@ -6882,10 +6877,10 @@ no-case@^2.2.0:
dependencies:
lower-case "^1.1.1"

[email protected]:
version "0.9.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579"
integrity sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ==
node-forge@0.10.0, node-forge@0.9.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==

node-int64@^0.4.0:
version "0.4.0"
Expand Down Expand Up @@ -10354,10 +10349,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

urijs@^1.16.1:
version "1.19.2"
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.2.tgz#f9be09f00c4c5134b7cb3cf475c1dd394526265a"
integrity sha512-s/UIq9ap4JPZ7H1EB5ULo/aOUbWqfDi7FKzMC2Nz+0Si8GiT1rIEaprt8hy3Vy2Ex2aJPpOQv4P4DuOZ+K1c6w==
urijs@^1.16.1, urijs@^1.19.6:
version "1.19.6"
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.6.tgz#51f8cb17ca16faefb20b9a31ac60f84aa2b7c870"
integrity sha512-eSXsXZ2jLvGWeLYlQA3Gh36BcjF+0amo92+wHPyN1mdR8Nxf75fuEuYTd9c0a+m/vhCjRK0ESlE9YNLW+E1VEw==

urix@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit 7a13cd8

Please sign in to comment.