Skip to content

Commit cdb3b4b

Browse files
authored
chore: update apify/input_secrets version (#408)
To support decryption of secret object/array - apify/apify-shared-js#515
1 parent 93dfa74 commit cdb3b4b

File tree

3 files changed

+21
-25
lines changed

3 files changed

+21
-25
lines changed

package-lock.json

Lines changed: 19 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@apify/consts": "^2.29.0",
6868
"@apify/eslint-config": "^1.0.0",
69-
"@apify/input_secrets": "^1.1.53",
69+
"@apify/input_secrets": "^1.2.0",
7070
"@apify/tsconfig": "^0.1.0",
7171
"@commitlint/config-conventional": "^19.2.2",
7272
"@playwright/browser-chromium": "^1.46.0",

packages/apify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@apify/consts": "^2.23.0",
58-
"@apify/input_secrets": "^1.1.40",
58+
"@apify/input_secrets": "^1.2.0",
5959
"@apify/log": "^2.4.3",
6060
"@apify/timeout": "^0.3.0",
6161
"@apify/utilities": "^2.13.0",

0 commit comments

Comments
 (0)