diff --git a/package.json b/package.json index fb8ade0..fa95bc8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@11ty/eleventy-fetch": "^4.0.0", "@iktakahiro/markdown-it-katex": "^4.0.1", "@stitches/core": "^1.2.8", - "cloudinary": "^1.41.3", + "cloudinary": "^2.5.1", "esbuild": "^0.19.12", "feed": "^4.2.2", "gray-matter": "^4.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 338751f..ceeb34a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^1.2.8 version: 1.2.8 cloudinary: - specifier: ^1.41.3 - version: 1.41.3 + specifier: ^2.5.1 + version: 2.5.1 esbuild: specifier: ^0.19.12 version: 0.19.12 @@ -503,20 +503,10 @@ packages: is-wsl: 2.2.0 dev: true - /cloudinary-core@2.13.0(lodash@4.17.21): - resolution: {integrity: sha512-Nt0Q5I2FtenmJghtC4YZ3MZZbGg1wLm84SsxcuVwZ83OyJqG9CNIGp86CiI6iDv3QobaqBUpOT7vg+HqY5HxEA==} - peerDependencies: - lodash: '>=4.0' - dependencies: - lodash: 4.17.21 - dev: false - - /cloudinary@1.41.3: - resolution: {integrity: sha512-4o84y+E7dbif3lMns+p3UW6w6hLHEifbX/7zBJvaih1E9QNMZITENQ14GPYJC4JmhygYXsuuBb9bRA3xWEoOfg==} - engines: {node: '>=0.6'} + /cloudinary@2.5.1: + resolution: {integrity: sha512-CNg6uU53Hl4FEVynkTGpt5bQEAQWDHi3H+Sm62FzKf5uQHipSN2v7qVqS8GRVqeb0T1WNV+22+75DOJeRXYeSQ==} + engines: {node: '>=9'} dependencies: - cloudinary-core: 2.13.0(lodash@4.17.21) - core-js: 3.35.1 lodash: 4.17.21 q: 1.5.1 dev: false @@ -566,11 +556,6 @@ packages: engines: {node: '>= 0.6'} dev: true - /core-js@3.35.1: - resolution: {integrity: sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==} - requiresBuild: true - dev: false - /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -1121,6 +1106,10 @@ packages: /q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + deprecated: |- + You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) dev: false /range-parser@1.2.0: