From db574c02145a8240e81dc506f04019d61c7278ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:44:45 +0000 Subject: [PATCH] chore(deps): bump picomatch from 2.3.0 to 2.3.2 in /examples Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.0 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.0...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/package-lock.json | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index aa017b0..317092e 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -32,12 +32,12 @@ "integrity": "sha512-cMW7Ssbd121W6xUTtBqcJOErhfoqfMTZkkUoN7Hp9Xfmc3paWHiWal+o5jzq6nkiL8So+9o8GN4UKsmvQnaGrg==", "license": "MIT", "devDependencies": { - "@babel/core": "^7.28.5", + "@babel/core": "^7.29.0", "@babel/preset-react": "^7.28.5", - "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1", "@rollup/plugin-alias": "^6.0.0", - "@rollup/plugin-babel": "^6.1.0", - "@rollup/plugin-commonjs": "^29.0.0", + "@rollup/plugin-babel": "^7.0.0", + "@rollup/plugin-commonjs": "^29.0.2", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", "babel-plugin-istanbul": "^7.0.1", @@ -61,11 +61,11 @@ "karma-spec-reporter": "0.0.36", "mocha": "^11.7.5", "prop-types": "^15.8.1", - "puppeteer": "^24.35.0", + "puppeteer": "^24.38.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "rollup": "^4.55.1", - "sinon": "^21.0.1" + "rollup": "^4.59.0", + "sinon": "^21.0.2" }, "engines": { "node": ">=20.0.0" @@ -9912,9 +9912,9 @@ "dev": true }, "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "engines": { "node": ">=8.6" }, @@ -12017,9 +12017,9 @@ "dev": true }, "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==" }, "react": { "version": "file:../node_modules/react", @@ -12042,12 +12042,12 @@ "react-focus-onkeydown": { "version": "file:..", "requires": { - "@babel/core": "^7.28.5", + "@babel/core": "^7.29.0", "@babel/preset-react": "^7.28.5", - "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1", "@rollup/plugin-alias": "^6.0.0", - "@rollup/plugin-babel": "^6.1.0", - "@rollup/plugin-commonjs": "^29.0.0", + "@rollup/plugin-babel": "^7.0.0", + "@rollup/plugin-commonjs": "^29.0.2", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-replace": "^6.0.3", "babel-plugin-istanbul": "^7.0.1", @@ -12071,11 +12071,11 @@ "karma-spec-reporter": "0.0.36", "mocha": "^11.7.5", "prop-types": "^15.8.1", - "puppeteer": "^24.35.0", + "puppeteer": "^24.38.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "rollup": "^4.55.1", - "sinon": "^21.0.1" + "rollup": "^4.59.0", + "sinon": "^21.0.2" }, "dependencies": { "@babel/code-frame": {