From d9bf4a667a8e301a721d33622a624a60314db84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:12:59 -0500 Subject: [PATCH] Bump js-tokens from 4.0.0 to 9.0.1 (#172) Bumps [js-tokens](https://github.com/lydell/js-tokens) from 4.0.0 to 9.0.1. - [Changelog](https://github.com/lydell/js-tokens/blob/main/CHANGELOG.md) - [Commits](https://github.com/lydell/js-tokens/compare/v4.0.0...v9.0.1) --- updated-dependencies: - dependency-name: js-tokens dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e77d11f..5498478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ "isexe": "^2.0.0", "issue-parser": "^7.0.1", "java-properties": "^1.0.2", - "js-tokens": "^4.0.0", + "js-tokens": "^9.0.1", "js-yaml": "^4.1.0", "json-parse-better-errors": "^1.0.2", "json-parse-even-better-errors": "^2.3.1", @@ -287,6 +287,12 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/code-frame/node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, "node_modules/@babel/helper-validator-identifier": { "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", @@ -3603,9 +3609,9 @@ } }, "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz", + "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==", "license": "MIT" }, "node_modules/js-yaml": { diff --git a/package.json b/package.json index d03ee9e..afdb2ec 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "isexe": "^2.0.0", "issue-parser": "^7.0.1", "java-properties": "^1.0.2", - "js-tokens": "^4.0.0", + "js-tokens": "^9.0.1", "js-yaml": "^4.1.0", "json-parse-better-errors": "^1.0.2", "json-parse-even-better-errors": "^2.3.1",