From 6b33dc98ca852ed999db68523895caa9f3cc51f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:48:16 +0000 Subject: [PATCH] Bump @jsdevtools/npm-publish from 2.2.2 to 3.0.0 Bumps [@jsdevtools/npm-publish](https://github.com/JS-DevTools/npm-publish) from 2.2.2 to 3.0.0. - [Release notes](https://github.com/JS-DevTools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/JS-DevTools/npm-publish/compare/v2.2.2...v3) --- updated-dependencies: - dependency-name: "@jsdevtools/npm-publish" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c0a78d2e829..3f5b7b08b15f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@actions/core": "1.10.1", - "@jsdevtools/npm-publish": "2.2.2", + "@jsdevtools/npm-publish": "3.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/rest": "20.0.2", "@webref/css": "file:packages/css", @@ -323,12 +323,12 @@ } }, "node_modules/@jsdevtools/npm-publish": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-2.2.2.tgz", - "integrity": "sha512-qqQYmNgC3oL7dKoKewVQGRddnsCSRyJbQCH5Gf2yiqH1EQtb0PCPrpfpsIy7AFQjxZaYlvEQfinymyFguRAKKw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-3.0.0.tgz", + "integrity": "sha512-JOZXHTZ3dRZKH3Ne4kbjHtVePMbKcxWZc363aNgBj2zhu6qfx6pRhfudcIDlCFAG2UexjiqeDcSPLIP2xF6c8Q==", "dev": true, "dependencies": { - "@types/semver": "^7.5.1", + "@types/semver": "^7.5.2", "command-line-args": "^5.2.1", "semver": "7.5.4", "tar": "6.2.0" @@ -3278,7 +3278,7 @@ }, "packages/css": { "name": "@webref/css", - "version": "6.7.2", + "version": "6.8.4", "dev": true, "license": "MIT", "peerDependencies": { @@ -3293,13 +3293,13 @@ }, "packages/events": { "name": "@webref/events", - "version": "1.8.0", + "version": "1.8.2", "dev": true, "license": "MIT" }, "packages/idl": { "name": "@webref/idl", - "version": "3.38.3", + "version": "3.39.3", "dev": true, "license": "MIT", "peerDependencies": { @@ -3536,12 +3536,12 @@ } }, "@jsdevtools/npm-publish": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-2.2.2.tgz", - "integrity": "sha512-qqQYmNgC3oL7dKoKewVQGRddnsCSRyJbQCH5Gf2yiqH1EQtb0PCPrpfpsIy7AFQjxZaYlvEQfinymyFguRAKKw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-3.0.0.tgz", + "integrity": "sha512-JOZXHTZ3dRZKH3Ne4kbjHtVePMbKcxWZc363aNgBj2zhu6qfx6pRhfudcIDlCFAG2UexjiqeDcSPLIP2xF6c8Q==", "dev": true, "requires": { - "@types/semver": "^7.5.1", + "@types/semver": "^7.5.2", "command-line-args": "^5.2.1", "semver": "7.5.4", "tar": "6.2.0" diff --git a/package.json b/package.json index 9a6725984eea..f5e2e5d5a478 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@actions/core": "1.10.1", - "@jsdevtools/npm-publish": "2.2.2", + "@jsdevtools/npm-publish": "3.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/rest": "20.0.2", "@webref/css": "file:packages/css",