From a0e1fd0e9c428852c672b0bffbbca6892f9b88af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:56:54 +0000 Subject: [PATCH 1/8] Bump prettier from 3.2.2 to 3.2.5 Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.5. - [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.2...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..e10ba96cfb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -152,7 +152,7 @@ "npm-run-all": "^4.1.5", "nyc": "15.1.0", "pre-commit": "^1.2.2", - "prettier": "3.2.2", + "prettier": "3.2.5", "proxyquire": "^2.1.3", "reqres": "^3.0.1", "rewire": "^6.0.0", @@ -25349,9 +25349,9 @@ } }, "node_modules/prettier": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz", - "integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 4d05377deaa..1cfac208e8f 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "npm-run-all": "^4.1.5", "nyc": "15.1.0", "pre-commit": "^1.2.2", - "prettier": "3.2.2", + "prettier": "3.2.5", "proxyquire": "^2.1.3", "reqres": "^3.0.1", "rewire": "^6.0.0", From fa8d6bd82a4b1300724e65bbc0b81db5a54a39a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:57:34 +0000 Subject: [PATCH 2/8] Bump postcss-loader from 8.0.0 to 8.1.0 Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: postcss-loader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..0503065d75a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "nunjucks-markdown": "^2.0.1", "pluralize": "^8.0.0", "postcss-cli": "^11.0.0", - "postcss-loader": "^8.0.0", + "postcss-loader": "^8.1.0", "prop-types": "^15.8.1", "pure-uuid": "^1.8.1", "qs": "^6.11.2", @@ -25045,9 +25045,9 @@ } }, "node_modules/postcss-loader": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.0.0.tgz", - "integrity": "sha512-+RiNlmYd1aXYv6QSBOAu6n9eJYy0ydyXTfjljAJ3vFU6MMo2M552zTVcBpBH+R5aAeKaYVG1K9UEyAVsLL1Qjg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.0.tgz", + "integrity": "sha512-AbperNcX3rlob7Ay7A/HQcrofug1caABBkopoFeOQMspZBqcqj6giYn1Bwey/0uiOPAcR+NQD0I2HC7rXzk91w==", "dependencies": { "cosmiconfig": "^9.0.0", "jiti": "^1.20.0", @@ -25061,8 +25061,17 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "postcss": "^7.0.0 || ^8.0.1", "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/postcss-loader/node_modules/cosmiconfig": { diff --git a/package.json b/package.json index 4d05377deaa..e2c33966415 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "nunjucks-markdown": "^2.0.1", "pluralize": "^8.0.0", "postcss-cli": "^11.0.0", - "postcss-loader": "^8.0.0", + "postcss-loader": "^8.1.0", "prop-types": "^15.8.1", "pure-uuid": "^1.8.1", "qs": "^6.11.2", From 3e2945d583e17068cae4f829bcf85a14cb3cbd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:58:27 +0000 Subject: [PATCH 3/8] Bump lint-staged from 15.2.0 to 15.2.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..5327c489a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -143,7 +143,7 @@ "jsdom": "^20.0.3", "jsdom-global": "^3.0.2", "json-schema-faker": "^0.5.5", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.1", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "mochapack": "^2.1.4", @@ -19942,9 +19942,9 @@ } }, "node_modules/lint-staged": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz", - "integrity": "sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", + "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -19952,7 +19952,7 @@ "debug": "4.3.4", "execa": "8.0.1", "lilconfig": "3.0.0", - "listr2": "8.0.0", + "listr2": "8.0.1", "micromatch": "4.0.5", "pidtree": "0.6.0", "string-argv": "0.3.2", @@ -20140,9 +20140,9 @@ } }, "node_modules/lint-staged/node_modules/listr2": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz", - "integrity": "sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.1.tgz", + "integrity": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==", "dev": true, "dependencies": { "cli-truncate": "^4.0.0", @@ -20335,9 +20335,9 @@ } }, "node_modules/lint-staged/node_modules/string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dev": true, "dependencies": { "emoji-regex": "^10.3.0", diff --git a/package.json b/package.json index 4d05377deaa..998c5d0e2b0 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "jsdom": "^20.0.3", "jsdom-global": "^3.0.2", "json-schema-faker": "^0.5.5", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.1", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "mochapack": "^2.1.4", From e24a13e683e3b23ab3ccc739844cbc2a36877f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:59:54 +0000 Subject: [PATCH 4/8] Bump chai from 4.4.0 to 4.4.1 Bumps [chai](https://github.com/chaijs/chai) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..d2b51fd87c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ "@storybook/react-webpack5": "^7.6.7", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "6.1.1", - "chai": "^4.4.0", + "chai": "^4.4.1", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0", "cypress": "^11.2.0", @@ -10964,9 +10964,9 @@ } }, "node_modules/chai": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.0.tgz", - "integrity": "sha512-x9cHNq1uvkCdU+5xTkNh5WtgD4e4yDFCsp9jVc7N7qVeKeftv3gO/ZrviX5d+3ZfxdYnZXZYujjRInu1RogU6A==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", diff --git a/package.json b/package.json index 4d05377deaa..380e3c0c513 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "@storybook/react-webpack5": "^7.6.7", "babel-loader": "^9.1.3", "babel-plugin-istanbul": "6.1.1", - "chai": "^4.4.0", + "chai": "^4.4.1", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0", "cypress": "^11.2.0", From c67dd788709b65cf2b7679b3cb0eff4e14cf5535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:00:56 +0000 Subject: [PATCH 5/8] Bump mini-css-extract-plugin from 2.7.6 to 2.8.0 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.8.0. - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.6...v2.8.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..609ea8a82de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "joi": "^17.11.0", "lodash": "^4.17.21", "markdown-it": "^14.0.0", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.8.0", "morgan": "^1.10.0", "numeral": "^2.0.6", "nunjucks": "^3.2.4", @@ -22075,11 +22075,12 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", + "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" diff --git a/package.json b/package.json index 4d05377deaa..0e4d1b36dc9 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "joi": "^17.11.0", "lodash": "^4.17.21", "markdown-it": "^14.0.0", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.8.0", "morgan": "^1.10.0", "numeral": "^2.0.6", "nunjucks": "^3.2.4", From 6da59aa7fd0f13cc6e1780ba947edb8919eed54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:01:34 +0000 Subject: [PATCH 6/8] Bump svgo from 3.1.0 to 3.2.0 Bumps [svgo](https://github.com/svg/svgo) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/svg/svgo/releases) - [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/svg/svgo/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: svgo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..b51ba7a3933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -161,7 +161,7 @@ "sinon-chai": "^3.7.0", "storybook": "^7.6.7", "supertest": "^6.3.3", - "svgo": "^3.1.0", + "svgo": "^3.2.0", "webpack": "^5.89.0", "webpack-assets-manifest": "^5.1.0", "webpack-cli": "^5.1.4", @@ -29292,17 +29292,17 @@ } }, "node_modules/svgo": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.1.0.tgz", - "integrity": "sha512-R5SnNA89w1dYgNv570591F66v34b3eQShpIBcQtZtM5trJwm1VvxbIoMpRYY3ybTAutcKTLEmTsdnaknOHbiQA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz", + "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==", "dev": true, "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", - "css-tree": "^2.2.1", + "css-tree": "^2.3.1", "css-what": "^6.1.0", - "csso": "5.0.5", + "csso": "^5.0.5", "picocolors": "^1.0.0" }, "bin": { diff --git a/package.json b/package.json index 4d05377deaa..700897275d8 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "sinon-chai": "^3.7.0", "storybook": "^7.6.7", "supertest": "^6.3.3", - "svgo": "^3.1.0", + "svgo": "^3.2.0", "webpack": "^5.89.0", "webpack-assets-manifest": "^5.1.0", "webpack-cli": "^5.1.4", From a345d98db5e33fe86e94f0f1ad2d39f18910a003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:02:16 +0000 Subject: [PATCH 7/8] Bump nodemon from 3.0.2 to 3.0.3 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6ce3c6b955..494b6ec81b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,7 +148,7 @@ "mocha-junit-reporter": "^2.2.1", "mochapack": "^2.1.4", "nock": "^13.5.0", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "npm-run-all": "^4.1.5", "nyc": "15.1.0", "pre-commit": "^1.2.2", @@ -23064,9 +23064,9 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/nodemon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", - "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 4d05377deaa..d4024148501 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "mocha-junit-reporter": "^2.2.1", "mochapack": "^2.1.4", "nock": "^13.5.0", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "npm-run-all": "^4.1.5", "nyc": "15.1.0", "pre-commit": "^1.2.2", From 3667cff9c980b1becfcb5fbeddea3993d8c4d144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:23:35 +0000 Subject: [PATCH 8/8] Bump @babel/eslint-parser from 7.23.9 to 7.23.10 in /test/sandbox Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.23.9 to 7.23.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/sandbox/package-lock.json | 10 +++++----- test/sandbox/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/sandbox/package-lock.json b/test/sandbox/package-lock.json index f0eec170a44..9f04662c64e 100644 --- a/test/sandbox/package-lock.json +++ b/test/sandbox/package-lock.json @@ -14,11 +14,11 @@ "nodemon": "^3.0.3" }, "devDependencies": { - "@babel/eslint-parser": "^7.23.9", "@babel/core": "^7.23.9", + "@babel/eslint-parser": "^7.23.10", "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@faker-js/faker": "^8.4.0", "@babel/runtime": "^7.23.9", + "@faker-js/faker": "^8.4.0", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.1", @@ -127,9 +127,9 @@ "dev": true }, "node_modules/@babel/eslint-parser": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz", - "integrity": "sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==", + "version": "7.23.10", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz", + "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/test/sandbox/package.json b/test/sandbox/package.json index 8a9066b5f65..8b3445982e6 100644 --- a/test/sandbox/package.json +++ b/test/sandbox/package.json @@ -11,7 +11,7 @@ "nodemon": "^3.0.3" }, "devDependencies": { - "@babel/eslint-parser": "^7.23.9", + "@babel/eslint-parser": "^7.23.10", "@babel/core": "^7.23.9", "@babel/plugin-syntax-import-assertions": "^7.22.5", "@faker-js/faker": "^8.4.0",