Merge pull request #3144 from github/dependabot/npm_and_yarn/extensions/ql-vscode/p-queue-8.0.1

Bump p-queue from 7.4.1 to 8.0.1 in /extensions/ql-vscode
This commit is contained in:
Koen Vlaswinkel
2023-12-14 14:44:39 +01:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
"msw": "^2.0.0", "msw": "^2.0.0",
"nanoid": "^5.0.1", "nanoid": "^5.0.1",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"p-queue": "^7.4.1", "p-queue": "^8.0.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"semver": "^7.5.2", "semver": "^7.5.2",
@@ -24203,26 +24203,26 @@
} }
}, },
"node_modules/p-queue": { "node_modules/p-queue": {
"version": "7.4.1", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz",
"integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==",
"dependencies": { "dependencies": {
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"p-timeout": "^5.0.2" "p-timeout": "^6.1.2"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=18"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/p-timeout": { "node_modules/p-timeout": {
"version": "5.1.0", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz",
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==",
"engines": { "engines": {
"node": ">=12" "node": ">=14.16"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"

View File

@@ -1930,7 +1930,7 @@
"msw": "^2.0.0", "msw": "^2.0.0",
"nanoid": "^5.0.1", "nanoid": "^5.0.1",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"p-queue": "^7.4.1", "p-queue": "^8.0.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"semver": "^7.5.2", "semver": "^7.5.2",