diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index b8e553e3b4372..32219e7b9ad7d 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -60,7 +60,7 @@ "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.3.0", - "p-queue": "^9.1.0", + "p-queue": "^9.1.1", "path": "^0.12.7", "pinia": "^2.3.1", "query-string": "^9.3.1", @@ -14011,9 +14011,9 @@ } }, "node_modules/p-queue": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", - "integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.1.tgz", + "integrity": "sha512-yQS1vV2V7Q14MQrgD8jMNY5owPuGgVHVdSK8NqmKpOVajnjbaeMa6uLOzTALPtvJ7Vo4bw0BGsw7qfUT8z24Ig==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 9beb278de21d1..9ef4fdccfc2b8 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -76,7 +76,7 @@ "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.3.0", - "p-queue": "^9.1.0", + "p-queue": "^9.1.1", "path": "^0.12.7", "pinia": "^2.3.1", "query-string": "^9.3.1",