From 2f5f2790e15c1629140e85866be3e2875e3a6308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:56:29 +0000 Subject: [PATCH] Bump cookie and splunk-sdk Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.0 and updates ancestor dependency [splunk-sdk](https://github.com/splunk/splunk-sdk-javascript). These dependencies need to be updated together. Updates `cookie` from 0.4.2 to 0.7.0 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.0) Updates `splunk-sdk` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/splunk/splunk-sdk-javascript/releases) - [Changelog](https://github.com/splunk/splunk-sdk-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/splunk/splunk-sdk-javascript/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: splunk-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7324f10..067de13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "querystring-es3": "^0.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", - "splunk-sdk": "^2.0.0", + "splunk-sdk": "^2.0.1", "styled-components": "^5.1.1", "tar-fs": "^2.1.1", "ts-loader": "^9.4.2", @@ -6157,9 +6157,10 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.0.tgz", + "integrity": "sha512-qCf+V4dtlNhSRXGAZatc1TasyFO6GjohcOul807YOb5ik3+kQSnb4d7iajeCL8QHaJ4uZEjCgiCJerKXwdRVlQ==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -11953,11 +11954,12 @@ } }, "node_modules/splunk-sdk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/splunk-sdk/-/splunk-sdk-2.0.0.tgz", - "integrity": "sha512-xmkoZ1I6KxQrs7B15db5nUqLGDR+ohDZ21/sGfcLRwOYfTCGR8uHVP/huEwTtrSXJ/WcgyevDwnIniOjuKhcOQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/splunk-sdk/-/splunk-sdk-2.0.1.tgz", + "integrity": "sha512-50Vm1SACXIcTea9BaNRq7VHBvu0+oLWEZorYLtFxrg5KV9JhdhGeABZu7wyiI8ZE9TFOGz2SPqpqIxhFwNSCMQ==", + "license": "Apache-2.0", "dependencies": { - "cookie": "0.4.2", + "cookie": "0.7.0", "dotenv": "16.0.0", "elementtree": "0.1.7", "needle": "3.0.0" diff --git a/package.json b/package.json index 6e3348d..4d28d98 100644 --- a/package.json +++ b/package.json @@ -460,7 +460,7 @@ "querystring-es3": "^0.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", - "splunk-sdk": "^2.0.0", + "splunk-sdk": "^2.0.1", "styled-components": "^5.1.1", "tar-fs": "^2.1.1", "ts-loader": "^9.4.2",