Skip to content

Commit d0896a9

Browse files
Bump @letsflow/core from 1.0.3 to 1.1.0
Bumps @letsflow/core from 1.0.3 to 1.1.0. --- updated-dependencies: - dependency-name: "@letsflow/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8fce45 commit d0896a9

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:e2e": "jest --config ./test/jest-e2e.json"
2121
},
2222
"dependencies": {
23-
"@letsflow/core": "^1.0.3",
23+
"@letsflow/core": "^1.1.0",
2424
"@nestjs/common": "^10.3.9",
2525
"@nestjs/core": "^10.3.9",
2626
"@nestjs/event-emitter": "^3.0.0",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -802,20 +802,20 @@
802802
"@jridgewell/resolve-uri" "^3.1.0"
803803
"@jridgewell/sourcemap-codec" "^1.4.14"
804804

805-
"@letsflow/core@^1.0.3":
806-
version "1.0.3"
807-
resolved "https://registry.yarnpkg.com/@letsflow/core/-/core-1.0.3.tgz#3b898adf059203a487b4e2658b4adcd6819bada5"
805+
"@letsflow/core@^1.1.0":
806+
version "1.1.0"
807+
resolved "https://registry.yarnpkg.com/@letsflow/core/-/core-1.1.0.tgz#87535e3c0b5215e2bd78d1c9bffc4a51a996fca4"
808808
dependencies:
809809
"@letsflow/jmespath" "^1.1.4-jasny.4"
810810
"@noble/hashes" "^1.7.1"
811811
ajv "^8.16.0"
812812
ajv-formats "^3.0.1"
813813
fast-json-stable-stringify "^2.1.0"
814-
get-value "^3.0.1"
814+
get-value "^4.0.1"
815815
mustache "^4.2.0"
816816
set-value "^4.1.0"
817-
uuid "^10.0.0"
818-
yaml "^2.4.5"
817+
uuid "^11.0.5"
818+
yaml "^2.7.0"
819819

820820
"@letsflow/jmespath@^1.1.4-jasny.4":
821821
version "1.1.4-jasny.4"
@@ -2675,11 +2675,9 @@ get-stream@^6.0.0:
26752675
version "6.0.1"
26762676
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
26772677

2678-
get-value@^3.0.1:
2679-
version "3.0.1"
2680-
resolved "https://registry.yarnpkg.com/get-value/-/get-value-3.0.1.tgz#5efd2a157f1d6a516d7524e124ac52d0a39ef5a8"
2681-
dependencies:
2682-
isobject "^3.0.1"
2678+
get-value@^4.0.1:
2679+
version "4.0.1"
2680+
resolved "https://registry.yarnpkg.com/get-value/-/get-value-4.0.1.tgz#4a1a61eb56db3832ad525f71350355f951815c56"
26832681

26842682
getpass@^0.1.1:
26852683
version "0.1.7"
@@ -4961,7 +4959,7 @@ yallist@^4.0.0:
49614959
version "4.0.0"
49624960
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
49634961

4964-
yaml@^2.4.5:
4962+
yaml@^2.7.0:
49654963
version "2.7.0"
49664964
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
49674965

0 commit comments

Comments
 (0)