diff --git a/cirq-web/cirq_ts/package-lock.json b/cirq-web/cirq_ts/package-lock.json index ba79df0dfc7..4f80f1dbc00 100644 --- a/cirq-web/cirq_ts/package-lock.json +++ b/cirq-web/cirq_ts/package-lock.json @@ -35,7 +35,7 @@ "npm": "^10.8.3", "nyc": "^15.1.0", "pixelmatch": "^5.2.1", - "pngjs": "^6.0.0", + "pngjs": "^7.0.0", "puppeteer": "^19.6.3", "temp": "^0.9.4", "three": "^0.137.0", @@ -11321,6 +11321,15 @@ "pixelmatch": "bin/pixelmatch" } }, + "node_modules/pixelmatch/node_modules/pngjs": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz", + "integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==", + "dev": true, + "engines": { + "node": ">=12.13.0" + } + }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -11391,13 +11400,12 @@ } }, "node_modules/pngjs": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz", - "integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz", + "integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==", "dev": true, - "license": "MIT", "engines": { - "node": ">=12.13.0" + "node": ">=14.19.0" } }, "node_modules/posix-character-classes": { diff --git a/cirq-web/cirq_ts/package.json b/cirq-web/cirq_ts/package.json index 4fc632e7250..19876970015 100644 --- a/cirq-web/cirq_ts/package.json +++ b/cirq-web/cirq_ts/package.json @@ -31,7 +31,7 @@ "npm": "^10.8.3", "nyc": "^15.1.0", "pixelmatch": "^5.2.1", - "pngjs": "^6.0.0", + "pngjs": "^7.0.0", "puppeteer": "^19.6.3", "temp": "^0.9.4", "three": "^0.137.0",