From 9dc8ad2df996440c081df154993d39a97fec3c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:58:21 +0000 Subject: [PATCH] Bump eslint from 8.31.0 to 8.33.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.33.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.33.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 995394d..01fd6d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "TwicPics (https://www.twicpics.com)", "description": "a library to build TwicPics URLs", "devDependencies": { - "eslint": "8.31.0", + "eslint": "8.33.0", "eslint-config-creative-area": "0.11.1", "eslint-formatter-codeframe": "7.32.1", "nodeunit": "0.11.3",