Skip to content

Commit

Permalink
fix: upgrade aes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Apr 13, 2021
1 parent f73210b commit 7471e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"main": "src/index.js",
"dependencies": {
"@socialgouv/aes-gcm-rsa-oaep": "^1.1.1",
"@socialgouv/aes-gcm-rsa-oaep": "^1.1.2",
"bootstrap": "4.6.0",
"js-yaml": "^4.0.0",
"react": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@socialgouv/aes-gcm-rsa-oaep@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@socialgouv/aes-gcm-rsa-oaep/-/aes-gcm-rsa-oaep-1.1.1.tgz#8daa6febbe5b76c850b85ac1e7a1cb7db55b66ea"
integrity sha512-t33TqVafTLL8UhHlf8InlQHLkg+EEbwN0ha16SS1Gr3n8a6oRD/pQ/OFtA0vd5ntPeXDEgnJk5D+MoalNGq2sw==
"@socialgouv/aes-gcm-rsa-oaep@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@socialgouv/aes-gcm-rsa-oaep/-/aes-gcm-rsa-oaep-1.1.2.tgz#f8fa67d251c70e22e1cd4807999fc4104f0f367b"
integrity sha512-6e80+VkKq1QYIF3I2whHdAhLep4cwuJvJjVZqlrtvLnwQhJaGLq6oUNmCptoMcS9uNI7mMmXN4PC038+KcdVYQ==
dependencies:
"@types/node-forge" "^0.9.7"
hybrid-crypto-js "^0.2.4"
Expand Down

0 comments on commit 7471e38

Please sign in to comment.