diff --git a/package-lock.json b/package-lock.json index ff922e95..2de5c0de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@babel/runtime-corejs3": "7.22.15", - "@junipero/core": "3.2.3", + "@junipero/core": "3.13.0", "core-js": "3.32.2", "prop-types": "15.8.1" }, @@ -2524,16 +2524,12 @@ } }, "node_modules/@junipero/core": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@junipero/core/-/core-3.2.3.tgz", - "integrity": "sha512-7KuDskqEiK6l1yxB2T8AISpDVsJpS3HJA+Dign4dr7s9yWdl9soSdV3o4oRTBRJv9lwdifKEi0k+GzaXJc/GmQ==", - "dependencies": { - "@babel/runtime-corejs3": "7.22.15", - "core-js": "3.32.2" - }, + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@junipero/core/-/core-3.13.0.tgz", + "integrity": "sha512-sctGJBQWY3qhWThW9ZhRfVNZgeQJGRJ81RILA29wjRl/wAi3yOW/lM29i+csbbYy76ry0XVjA38f1kcZoI0lFg==", + "license": "MIT", "engines": { - "node": ">= 14", - "npm": ">= 6" + "node": ">= 22" } }, "node_modules/@leichtgewicht/ip-codec": { diff --git a/package.json b/package.json index cbe063d8..1523d112 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@babel/runtime-corejs3": "7.22.15", - "@junipero/core": "3.2.3", + "@junipero/core": "3.13.0", "core-js": "3.32.2", "prop-types": "15.8.1" },