Skip to content

Commit d6b1790

Browse files
committed
deps: normalize-package-data@6.0.0
1 parent 2f03fb9 commit d6b1790

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package-lock.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -16330,7 +16330,7 @@
1633016330
"license": "ISC",
1633116331
"dependencies": {
1633216332
"ci-info": "^3.6.1",
16333-
"normalize-package-data": "^5.0.0",
16333+
"normalize-package-data": "^6.0.0",
1633416334
"npm-package-arg": "^10.1.0",
1633516335
"npm-registry-fetch": "^15.0.0",
1633616336
"proc-log": "^3.0.0",
@@ -16350,6 +16350,20 @@
1635016350
"node": "^16.13.0 || >=18.0.0"
1635116351
}
1635216352
},
16353+
"workspaces/libnpmpublish/node_modules/normalize-package-data": {
16354+
"version": "6.0.0",
16355+
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.0.tgz",
16356+
"integrity": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==",
16357+
"dependencies": {
16358+
"hosted-git-info": "^7.0.0",
16359+
"is-core-module": "^2.8.1",
16360+
"semver": "^7.3.5",
16361+
"validate-npm-package-license": "^3.0.4"
16362+
},
16363+
"engines": {
16364+
"node": "^16.14.0 || >=18.0.0"
16365+
}
16366+
},
1635316367
"workspaces/libnpmsearch": {
1635416368
"version": "6.0.2",
1635516369
"license": "ISC",

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"homepage": "https://npmjs.com/package/libnpmpublish",
4040
"dependencies": {
4141
"ci-info": "^3.6.1",
42-
"normalize-package-data": "^5.0.0",
42+
"normalize-package-data": "^6.0.0",
4343
"npm-package-arg": "^10.1.0",
4444
"npm-registry-fetch": "^15.0.0",
4545
"proc-log": "^3.0.0",

0 commit comments

Comments
 (0)