From 479a2d958df548dc5895f4e66696e668324f9842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:38:31 +0000 Subject: [PATCH] Bump the non-breaking-changes group across 1 directory with 3 updates Bumps the non-breaking-changes group with 3 updates in the / directory: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact), [prettier](https://github.com/prettier/prettier) and [undici](https://github.com/nodejs/undici). Updates `@actions/artifact` from 2.1.7 to 2.1.8 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.3) Updates `undici` from 6.15.0 to 6.19.2 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.15.0...v6.19.2) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 089532c..63e38a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.1.7", + "@actions/artifact": "^2.1.8", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", @@ -23,8 +23,8 @@ "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", - "prettier": "^3.2.5", - "undici": "^6.15.0" + "prettier": "^3.3.3", + "undici": "^6.19.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -37,9 +37,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.7.tgz", - "integrity": "sha512-iIFsTPZnb182dBc+Is5v7ZqojC4ydO8Ru4/PD8Azg2diV//fdW3H6biEH/utUlNhwfOuHxZpC/QSQsU5KDEuuw==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz", + "integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", @@ -6951,9 +6951,9 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -7877,9 +7877,9 @@ } }, "node_modules/undici": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.15.0.tgz", - "integrity": "sha512-VviMt2tlMg1BvQ0FKXxrz1eJuyrcISrL2sPfBf7ZskX/FCEc/7LeThQaoygsMJpNqrATWQIsRVx+1Dpe4jaYuQ==", + "version": "6.19.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.2.tgz", + "integrity": "sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==", "dev": true, "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 90ac18d..3568047 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Deploy an actions artifact to GitHub Pages", "main": "./dist/index.js", "dependencies": { - "@actions/artifact": "^2.1.7", + "@actions/artifact": "^2.1.8", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", @@ -18,8 +18,8 @@ "jest": "^29.7.0", "make-coverage-badge": "^1.2.0", "nock": "^13.5.4", - "prettier": "^3.2.5", - "undici": "^6.15.0" + "prettier": "^3.3.3", + "undici": "^6.19.2" }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",