Skip to content

Commit

Permalink
Merge pull request #187 from Agoric/rs-bump-ses-version
Browse files Browse the repository at this point in the history
chore(deps): update ses version to 1.8.0
  • Loading branch information
rabi-siddique committed Aug 28, 2024
2 parents c58573f + d91fecd commit ab2d8b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-summary": "^1.3.0",
"rollup-plugin-terser": "^7.0.2",
"ses": "^1.3.0",
"ses": "^1.8.0",
"start-server-and-test": "^2.0.3",
"typescript": "^4.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.3.0",
"ses": "^1.3.0",
"ses": "^1.8.0",
"stridejs": "^0.6.2",
"uuid": "^8.3.2"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3017,10 +3017,10 @@
resolved "https://registry.yarnpkg.com/@endo/env-options/-/env-options-0.1.4.tgz#e516bc3864f00b154944e444fb8996a9a0c23a45"
integrity sha512-Ol8ct0aW8VK1ZaqntnUJfrYT59P6Xn36XPbHzkqQhsYkpudKDn5ILYEwGmSO/Ff+XJjv/pReNI0lhOyyrDa9mg==

"@endo/env-options@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@endo/env-options/-/env-options-1.1.1.tgz#eee630f8eff01580ec49e0dedcb1b6cef05d89a4"
integrity sha512-uCwlJ8Vkndx/VBBo36BdYHdxSoQPy7ZZpwyJNfv86Rh4B1IZfqzCRPf0u0mPgJdzOr7lShQey60SuYwoMSZ9Xg==
"@endo/env-options@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@endo/env-options/-/env-options-1.1.6.tgz#f4e2dcb22f19f33c0431303c7387c7f5b54c757f"
integrity sha512-Uqy94PwLTco90Yfign43muvDtjsYTbL6Ck4W5sSWQUqJiFOL+YP8kiBOoGyQynDsGTY0MCQvMxEPfphaJKnzlQ==

"@endo/eslint-config@^0.3.9":
version "0.3.21"
Expand Down Expand Up @@ -16022,12 +16022,12 @@ ses@^0.18.1, ses@^0.18.4, ses@^0.18.8:
dependencies:
"@endo/env-options" "^0.1.4"

ses@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/ses/-/ses-1.3.0.tgz#4de8a2e740e5ff9e3cdbc4fd4a3574075c493f40"
integrity sha512-TURVgXm/fs38N4iJfhU9NjUiNvnU7Z/G7gVjM17jD+nrChRzMmR57fbvAzbQeGCS8Cm0m1fBs0jYCqmU6GZ7Tg==
ses@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/ses/-/ses-1.8.0.tgz#8031ba3ce5bd55ced0e7a805c9cc906b9f5e29da"
integrity sha512-pis9agyAy7s9lDApaYY9OSktkzc10gkBggSbhHXwTf3cWL9H8xA7oKiXIfT/uVNf8dzZN3o2TtPYjer9/axIhw==
dependencies:
"@endo/env-options" "^1.1.1"
"@endo/env-options" "^1.1.6"

set-blocking@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit ab2d8b9

Please sign in to comment.