From 80d8ff9111636b171ce7307c4754b069a2c5277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:31:42 +0000 Subject: [PATCH] chore(deps-dev): bump @sanity/pkg-utils from 6.11.14 to 6.11.15 Bumps [@sanity/pkg-utils](https://github.com/sanity-io/pkg-utils) from 6.11.14 to 6.11.15. - [Release notes](https://github.com/sanity-io/pkg-utils/releases) - [Changelog](https://github.com/sanity-io/pkg-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/sanity-io/pkg-utils/compare/v6.11.14...v6.11.15) --- updated-dependencies: - dependency-name: "@sanity/pkg-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6dd9c83..094d4a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2126,15 +2126,14 @@ "license": "MIT" }, "node_modules/@sanity/pkg-utils": { - "version": "6.11.14", - "resolved": "https://registry.npmjs.org/@sanity/pkg-utils/-/pkg-utils-6.11.14.tgz", - "integrity": "sha512-zHFahZZYTEga+Rbm+X2Z4WSrt/1vZb2nlpl9AJQm9+GFCZbeFdrm0+dZrWix1uizfPxZ5TjuGYbHxZwBdZ07/g==", + "version": "6.11.15", + "resolved": "https://registry.npmjs.org/@sanity/pkg-utils/-/pkg-utils-6.11.15.tgz", + "integrity": "sha512-f0Ykq9SP/wqHBDRmamOHfAtRoSxYkHKo9O7ZpFhY9P78XfT/E49C6Eo0wigB7N5cMeovysZdiP2/gZknjQaJDg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.26.0", "@babel/preset-typescript": "^7.26.0", - "@babel/types": "^7.26.0", + "@babel/types": "^7.26.3", "@microsoft/api-extractor": "7.48.0", "@microsoft/tsdoc-config": "0.17.1", "@optimize-lodash/rollup-plugin": "5.0.0", @@ -2161,12 +2160,12 @@ "outdent": "^0.8.0", "parse-git-config": "^3.0.0", "pkg-up": "^3.1.0", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "pretty-bytes": "^5.6.0", "prompts": "^2.4.2", "recast": "0.23.9", "rimraf": "^4.4.1", - "rollup": "^4.28.0", + "rollup": "^4.28.1", "rollup-plugin-esbuild": "^6.1.1", "rxjs": "^7.8.1", "treeify": "^1.1.0",