From 679a9235f0729f8502e526abe8fe62268a24a998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:09:25 -1000 Subject: [PATCH] build(deps): Bump iron-session from 8.0.3 to 8.0.4 (#28) Bumps [iron-session](https://github.com/vvo/iron-session) from 8.0.3 to 8.0.4. - [Release notes](https://github.com/vvo/iron-session/releases) - [Changelog](https://github.com/vvo/iron-session/blob/main/CHANGELOG.md) - [Commits](https://github.com/vvo/iron-session/compare/v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: iron-session dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ce33e6..59d5723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-cas-client", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-cas-client", - "version": "1.2.2", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "^0.9.3", @@ -38,9 +38,8 @@ "node": ">=18.17.0" }, "peerDependencies": { - "next": "^13.5.4 || ^14.0.3 || >=15.0.0-rc", - "react": ">=18 || >=19.0.0-beta", - "react-dom": ">=18 || >=19.0.0-beta" + "next": "^13 || ^14 || ^15", + "react": "^18 || ^19" } }, "node_modules/@ampproject/remapping": { @@ -3770,10 +3769,9 @@ "license": "MIT" }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "license": "MIT", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "engines": { "node": ">= 0.6" } @@ -4967,18 +4965,17 @@ "license": "ISC" }, "node_modules/iron-session": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/iron-session/-/iron-session-8.0.3.tgz", - "integrity": "sha512-WtDX0griBliMoR6hGoU3SlefW+VSbfHrIVqURQ0Nbg/Pd+nj7VDsKV+sx0FHjyUCaO02YoYV5v+kW0PqvFJISQ==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/iron-session/-/iron-session-8.0.4.tgz", + "integrity": "sha512-9ivNnaKOd08osD0lJ3i6If23GFS2LsxyMU8Gf/uBUEgm8/8CC1hrrCHFDpMo3IFbpBgwoo/eairRsaD3c5itxA==", "funding": [ "https://github.com/sponsors/vvo", "https://github.com/sponsors/brc-dd" ], - "license": "MIT", "dependencies": { - "cookie": "0.6.0", - "iron-webcrypto": "1.2.1", - "uncrypto": "0.1.3" + "cookie": "^0.7.2", + "iron-webcrypto": "^1.2.1", + "uncrypto": "^0.1.3" } }, "node_modules/iron-webcrypto": {