diff --git a/package-lock.json b/package-lock.json index ff922e95..22cfcae5 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.14.1", "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.14.1", + "resolved": "https://registry.npmjs.org/@junipero/core/-/core-3.14.1.tgz", + "integrity": "sha512-RD9cmbhvOT0rAkv0YfjX8w31maJfJ4mKVWxUskYN8wrgqlSvYefTXYdvyz04BEiGJYMk+67lLLwswwM2ccVFkg==", + "license": "MIT", "engines": { - "node": ">= 14", - "npm": ">= 6" + "node": ">= 22" } }, "node_modules/@leichtgewicht/ip-codec": { diff --git a/package.json b/package.json index cbe063d8..508c5709 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.14.1", "core-js": "3.32.2", "prop-types": "15.8.1" },