The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump picomatch from 4.0.3 to 4.0.4 (#1180)

Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.3 to 4.0.4.
- [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/4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: picomatch
dependency-version: 4.0.4
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
e900868b 6b5d46d1

+57 -3
+57 -3
package-lock.json
··· 926 926 "node": ">=14.0.0" 927 927 } 928 928 }, 929 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { 930 + "version": "1.7.1", 931 + "inBundle": true, 932 + "license": "MIT", 933 + "optional": true, 934 + "dependencies": { 935 + "@emnapi/wasi-threads": "1.1.0", 936 + "tslib": "^2.4.0" 937 + } 938 + }, 939 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { 940 + "version": "1.7.1", 941 + "inBundle": true, 942 + "license": "MIT", 943 + "optional": true, 944 + "dependencies": { 945 + "tslib": "^2.4.0" 946 + } 947 + }, 948 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { 949 + "version": "1.1.0", 950 + "inBundle": true, 951 + "license": "MIT", 952 + "optional": true, 953 + "dependencies": { 954 + "tslib": "^2.4.0" 955 + } 956 + }, 957 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { 958 + "version": "1.1.0", 959 + "inBundle": true, 960 + "license": "MIT", 961 + "optional": true, 962 + "dependencies": { 963 + "@emnapi/core": "^1.7.1", 964 + "@emnapi/runtime": "^1.7.1", 965 + "@tybys/wasm-util": "^0.10.1" 966 + } 967 + }, 968 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { 969 + "version": "0.10.1", 970 + "inBundle": true, 971 + "license": "MIT", 972 + "optional": true, 973 + "dependencies": { 974 + "tslib": "^2.4.0" 975 + } 976 + }, 977 + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { 978 + "version": "2.8.1", 979 + "inBundle": true, 980 + "license": "0BSD", 981 + "optional": true 982 + }, 929 983 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 930 984 "version": "4.1.18", 931 985 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", ··· 2020 2074 "license": "ISC" 2021 2075 }, 2022 2076 "node_modules/picomatch": { 2023 - "version": "4.0.3", 2024 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 2025 - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 2077 + "version": "4.0.4", 2078 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 2079 + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 2026 2080 "license": "MIT", 2027 2081 "engines": { 2028 2082 "node": ">=12"