@parcel/graph 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/graph",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -20,8 +20,8 @@
20
20
  "node": ">= 16.0.0"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/feature-flags": "2.13.0",
23
+ "@parcel/feature-flags": "2.13.1",
24
24
  "nullthrows": "^1.1.1"
25
25
  },
26
- "gitHead": "a53f8f3ba1025c7ea8653e9719e0a61ef9717079"
26
+ "gitHead": "4a297f79db3eec74437f4c5133127c98bf303703"
27
27
  }