5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

update jsonata to 2.0.4

addresses CVE-2024-27307
This commit is contained in:
mickael e 2024-03-21 20:23:44 -04:00
parent 77efb36ae3
commit 3027ac711e
No known key found for this signature in database
GPG key ID: DE9A770BDB55F4EC
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"got": "^14.2.1", "got": "^14.2.1",
"jsonata": "^2.0.3", "jsonata": "^2.0.4",
"jsrsasign": "^11.0.0" "jsrsasign": "^11.0.0"
}, },
"devDependencies": { "devDependencies": {
@ -4169,9 +4169,9 @@
} }
}, },
"node_modules/jsonata": { "node_modules/jsonata": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.3.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
"integrity": "sha512-Up2H81MUtjqI/dWwWX7p4+bUMfMrQJVMN/jW6clFMTiYP528fBOBNtRu944QhKTs3+IsVWbgMeUTny5fw2VMUA==", "integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==",
"engines": { "engines": {
"node": ">= 8" "node": ">= 8"
} }
@ -9070,9 +9070,9 @@
"peer": true "peer": true
}, },
"jsonata": { "jsonata": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.3.tgz", "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.4.tgz",
"integrity": "sha512-Up2H81MUtjqI/dWwWX7p4+bUMfMrQJVMN/jW6clFMTiYP528fBOBNtRu944QhKTs3+IsVWbgMeUTny5fw2VMUA==" "integrity": "sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ=="
}, },
"jsonc-parser": { "jsonc-parser": {
"version": "3.2.1", "version": "3.2.1",

View file

@ -37,7 +37,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"got": "^14.2.1", "got": "^14.2.1",
"jsonata": "^2.0.3", "jsonata": "^2.0.4",
"jsrsasign": "^11.0.0" "jsrsasign": "^11.0.0"
}, },
"devDependencies": { "devDependencies": {