mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
chore(deps): bump jsonata from 2.0.4 to 2.0.5
Bumps [jsonata](https://github.com/jsonata-js/jsonata) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/jsonata-js/jsonata/releases) - [Changelog](https://github.com/jsonata-js/jsonata/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsonata-js/jsonata/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: jsonata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d07b4dc505
commit
515409db0b
2 changed files with 9 additions and 8 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"got": "^11.8.6",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonata": "^2.0.6",
|
||||
"jsrsasign": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -3367,9 +3367,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/jsonata": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
|
||||
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==",
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.6.tgz",
|
||||
"integrity": "sha512-WhQB5tXQ32qjkx2GYHFw2XbL90u+LLzjofAYwi+86g6SyZeXHz9F1Q0amy3dWRYczshOC3Haok9J4pOCgHtwyQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
}
|
||||
|
|
@ -7221,9 +7222,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"jsonata": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
|
||||
"integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ=="
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.6.tgz",
|
||||
"integrity": "sha512-WhQB5tXQ32qjkx2GYHFw2XbL90u+LLzjofAYwi+86g6SyZeXHz9F1Q0amy3dWRYczshOC3Haok9J4pOCgHtwyQ=="
|
||||
},
|
||||
"jsrsasign": {
|
||||
"version": "11.1.0",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"homepage": "https://github.com/hashicorp/vault-action#readme",
|
||||
"dependencies": {
|
||||
"got": "^11.8.6",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonata": "^2.0.6",
|
||||
"jsrsasign": "^11.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue