Skip to content

Commit 76b78d1

Browse files
committed
fix: fixtures/flight/package.json & fixtures/flight/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
1 parent afe6521 commit 76b78d1

File tree

2 files changed

+28
-17
lines changed

2 files changed

+28
-17
lines changed

fixtures/flight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react-dom": "^18.2.0",
4949
"react-refresh": "^0.11.0",
5050
"resolve": "^1.20.0",
51-
"resolve-url-loader": "^4.0.0",
51+
"resolve-url-loader": "^5.0.0",
5252
"sass-loader": "^12.3.0",
5353
"semver": "^7.3.5",
5454
"source-map-loader": "^3.0.0",

fixtures/flight/yarn.lock

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6808,6 +6808,11 @@ multicast-dns@^7.2.5:
68086808
dns-packet "^5.2.2"
68096809
thunky "^1.0.2"
68106810

6811+
nanoid@^3.3.11:
6812+
version "3.3.11"
6813+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
6814+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
6815+
68116816
nanoid@^3.3.4:
68126817
version "3.3.4"
68136818
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
@@ -7245,16 +7250,16 @@ performance-now@^2.1.0:
72457250
version "2.1.0"
72467251
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
72477252

7248-
picocolors@^0.2.1:
7249-
version "0.2.1"
7250-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
7251-
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
7252-
72537253
picocolors@^1.0.0:
72547254
version "1.0.0"
72557255
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
72567256
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
72577257

7258+
picocolors@^1.1.1:
7259+
version "1.1.1"
7260+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
7261+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
7262+
72587263
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
72597264
version "2.2.2"
72607265
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -7839,13 +7844,14 @@ postcss-value-parser@^4.1.0:
78397844
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
78407845
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
78417846

7842-
postcss@^7.0.35:
7843-
version "7.0.39"
7844-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
7845-
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
7847+
postcss@^8.2.14:
7848+
version "8.5.6"
7849+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
7850+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
78467851
dependencies:
7847-
picocolors "^0.2.1"
7848-
source-map "^0.6.1"
7852+
nanoid "^3.3.11"
7853+
picocolors "^1.1.1"
7854+
source-map-js "^1.2.1"
78497855

78507856
postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.4, postcss@^8.4.7:
78517857
version "8.4.16"
@@ -8282,15 +8288,15 @@ resolve-from@^5.0.0:
82828288
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
82838289
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
82848290

8285-
resolve-url-loader@^4.0.0:
8286-
version "4.0.0"
8287-
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57"
8288-
integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==
8291+
resolve-url-loader@^5.0.0:
8292+
version "5.0.0"
8293+
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz#ee3142fb1f1e0d9db9524d539cfa166e9314f795"
8294+
integrity sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==
82898295
dependencies:
82908296
adjust-sourcemap-loader "^4.0.0"
82918297
convert-source-map "^1.7.0"
82928298
loader-utils "^2.0.0"
8293-
postcss "^7.0.35"
8299+
postcss "^8.2.14"
82948300
source-map "0.6.1"
82958301

82968302
resolve.exports@^1.1.0:
@@ -8661,6 +8667,11 @@ source-map-js@^1.0.1, source-map-js@^1.0.2:
86618667
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
86628668
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
86638669

8670+
source-map-js@^1.2.1:
8671+
version "1.2.1"
8672+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8673+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
8674+
86648675
source-map-loader@^3.0.0:
86658676
version "3.0.1"
86668677
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"

0 commit comments

Comments
 (0)