Bump on-exit-leak-free from 2.1.0 to 2.1.2

Bumps [on-exit-leak-free](https://github.com/mcollina/on-exit-or-gc) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/mcollina/on-exit-or-gc/releases)
- [Commits](https://github.com/mcollina/on-exit-or-gc/compare/v2.1.0...v2.1.2)

---
updated-dependencies:
- dependency-name: on-exit-leak-free
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/85/head
dependabot[bot] 2023-10-04 14:02:26 +00:00 zatwierdzone przez GitHub
rodzic 1d343b4223
commit 2b1e5445ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 5 usunięć

11
package-lock.json wygenerowano
Wyświetl plik

@ -45,7 +45,7 @@
"lru-cache": "^10.0.1",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.0",
"on-exit-leak-free": "^2.1.2",
"pdf-lib": "^1.17.1",
"pino": "^8.15.4",
"pino-abstract-transport": "^1.1.0",
@ -3300,9 +3300,12 @@
}
},
"node_modules/on-exit-leak-free": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
"integrity": "sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w=="
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/once": {
"version": "1.4.0",

Wyświetl plik

@ -48,7 +48,7 @@
"lru-cache": "^10.0.1",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.0",
"on-exit-leak-free": "^2.1.2",
"pdf-lib": "^1.17.1",
"pino": "^8.15.4",
"pino-abstract-transport": "^1.1.0",